JP2005140871A - Image processing apparatus and image processing method - Google Patents

Image processing apparatus and image processing method Download PDF

Info

Publication number
JP2005140871A
JP2005140871A JP2003375003A JP2003375003A JP2005140871A JP 2005140871 A JP2005140871 A JP 2005140871A JP 2003375003 A JP2003375003 A JP 2003375003A JP 2003375003 A JP2003375003 A JP 2003375003A JP 2005140871 A JP2005140871 A JP 2005140871A
Authority
JP
Japan
Prior art keywords
data
color
image
palette
window
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003375003A
Other languages
Japanese (ja)
Inventor
Mere Fujimaki
芽礼 藤巻
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2003375003A priority Critical patent/JP2005140871A/en
Publication of JP2005140871A publication Critical patent/JP2005140871A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processing apparatus which appropriately changes over colors and combination of the colors of image data in two ways of choices, displays the image data, and reduces capacity consumption of memory section by image data. <P>SOLUTION: In displaying a screen of a menu or the like by using a color pallet, two kinds of windows 304 and 304b varying in the combinations of the colors of characters and backgrounds at the time of a focus and at the time of a non-focus are displayed. More specifically, the two kinds of the windows varying in the combinations of the colors of the characters and the backgrounds at the time of the focus and at the time of the non-focus are respectively displayed by controlling whether pixel data 112a of the windows is used as it is or is used after the binary values of the pixel data are inverted. The color pallet is determined in the allocations of pallet numbers with respect to respective pieces of the color data in such a manner that the relations of the light and darkness of the colors of the characters and backgrounds in the windows invert at the time of the focusing and at the time of the non-focusing. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、カラーパレットを用いて、画像のピクセル単位のデータを色データに変換して表示する画像処理装置と画像処理方法に関する。   The present invention relates to an image processing apparatus and an image processing method for converting pixel-unit data of an image into color data for display using a color palette.

ビットマップ画像のピクセル単位の色をより少ないデータ長で表すためにカラーパレットが用いられる。カラーパレットは、たとえば、8bitで256種類、4bitで16種類の色を表現し、個々の色にユニークな番号(パレット番号)を割り当てた表である(例えば、特許文献1を参照)。このカラーパレットのパレット番号で、ビットマップ画像のピクセル単位の色を表すことによって、ピクセル単位のデータを少ないbit数(たとえば8bit、4bit)で表現することができ、ビットマップ画像のファイルサイズの縮小化を図れるものとされている。ビットマップ画像を表示する場合には、パレット番号で表されたピクセル単位のデータに対応する色データをカラーパレットより取得し、この色データを表示デバイスに応じた形式の色信号に変換して表示デバイスに出力する。
特開2000−287129号公報(段落0024,0029)
A color palette is used to represent the color of a bitmap image in units of pixels with a smaller data length. The color palette is, for example, a table that expresses 256 colors in 8 bits and 16 colors in 4 bits and assigns a unique number (pallet number) to each color (see, for example, Patent Document 1). By representing the color of the bitmap image in units of pixels with the palette number of this color palette, the data in pixel units can be expressed with a small number of bits (for example, 8 bits, 4 bits), and the file size of the bitmap image is reduced. It is supposed to be able to plan. When displaying a bitmap image, the color data corresponding to the pixel unit data represented by the palette number is obtained from the color palette, and this color data is converted into a color signal in a format suitable for the display device. Output to the device.
JP 2000-287129 A (paragraphs 0024, 0029)

ところで、メニュー画面の表示においては、メニュー画面にある複数の選択項目の中で、ユーザによって選択中の項目が一目で分かるように、その選択中の項目の表示形態を変化させるといった仕組みが採用されている。たとえば、項目の文字やその背景の色を変化させることによって、他の項目との視覚的な差異を発生させる方法がある。   By the way, in the display of the menu screen, a mechanism is adopted in which the display mode of the currently selected item is changed so that the user can easily recognize the item currently selected among the plurality of selected items on the menu screen. ing. For example, there is a method of generating a visual difference from other items by changing the color of the item or the background color of the item.

この場合、項目の文字などのパターンが共通であるにも関わらず、選択時のための項目と非選択時のための項目の二つのビットマップ画像を、メニュー画面に配置するすべての項目ごとに用意しておく必要があり、それだけ画像を記憶するデバイスの容量を消費する。また、この問題は、メニュー画面の項目に限らず、同じパターンでありながら選択中と非選択中に色が変化する表示用のオブジェクト全般に共通する。   In this case, the two bitmap images of the item for selection and the item for non-selection are displayed for every item placed on the menu screen, even though the pattern of the characters of the item is common. It is necessary to prepare it, and the capacity of the device that stores the image is consumed accordingly. This problem is not limited to the items on the menu screen, but is common to all display objects that change in color during selection and non-selection while having the same pattern.

本発明は、このような課題を解決するためになされたものであり、画像データの色や色の組み合わせを二通りの選択肢において適宜切り替えて表示させることができ、画像データによる記憶部の容量消費量を低減することのできる画像処理装置と画像処理方法を提供することを目的としている。   The present invention has been made to solve such a problem, and can display the color and color combination of image data by appropriately switching between two choices, and consumes the capacity of the storage unit based on the image data. An object of the present invention is to provide an image processing apparatus and an image processing method capable of reducing the amount.

かかる目的を達成するために、本発明にかかる画像処理装置は、複数の色データにパレット番号を割り当てて構成されたカラーパレットの前記パレット番号により表現されたピクセル単位のデータで構成される画像が記憶された記憶部と、前記カラーパレットを用いて画像のピクセル単位のデータを色データに変換する変換部と、前記記憶部から前記画像のデータを読み込み、読み込んだピクセル単位のデータのバイナリ値を反転して前記変換部に転送するか、反転させずに前記変換部に転送するかを制御する制御部とを具備するものである。   In order to achieve this object, an image processing apparatus according to the present invention has an image composed of pixel unit data represented by the palette number of a color palette configured by assigning a palette number to a plurality of color data. A stored storage unit; a conversion unit that converts pixel unit data of the image into color data using the color palette; and reading the image data from the storage unit, and reading the binary value of the read pixel unit data And a control unit that controls whether to invert and transfer to the conversion unit or to transfer to the conversion unit without inversion.

この発明の画像処理装置によれば、画像のピクセル単位のデータであるパレット番号のバイナリ値を反転させることで、反転させずにカラーパレットから取得される色データと異なる色データを取得することができる。すなわち、画像の色や色の組み合わせを二通りの選択肢において適宜制御部にて切り替えて表示させることができる。これにより、記憶部に用意する画像データの数を変えずに、二倍の種類の画像を表示させることが可能となり、画像データによる記憶部の容量消費量を低減できる。   According to the image processing apparatus of the present invention, by reversing the binary value of the palette number, which is data in pixel units of the image, it is possible to acquire color data different from the color data acquired from the color palette without being inverted. it can. In other words, the color of the image and the combination of colors can be displayed by appropriately switching between the two options in the control unit. This makes it possible to display twice as many types of images without changing the number of image data prepared in the storage unit, thereby reducing the capacity consumption of the storage unit due to the image data.

この発明の画像処理装置において、画像は表示画面の上でユーザによって選択された状態と非選択の状態との二つの状態をとり得るものであり、制御部は、画像の選択/非選択の状態に応じて、記憶部から読み込んだピクセル単位のデータのバイナリ値を反転して変換部に転送するか、反転させずに変換部に転送するかを制御するものとしている。これにより、たとえばメニュー画面の選択項目のような、選択時と非選択時とで色や色の組み合わせが変化する画像を、一つの画像データを用いて表示させることができる。   In the image processing apparatus of the present invention, the image can take two states, a state selected by the user on the display screen and a non-selected state, and the control unit can select / deselect the image. Accordingly, it is controlled whether the binary value of the pixel unit data read from the storage unit is inverted and transferred to the conversion unit or transferred to the conversion unit without being inverted. As a result, an image whose color or color combination changes between selection and non-selection, such as a selection item on a menu screen, can be displayed using one image data.

さらに、この発明の画像処理装置において、画像は互いに色の異なる文字と背景とで構成され、カラーパレットは、画像の選択時と非選択時とで画像における文字と背景との色の明暗の関係が反転するように、各色データに対するパレット番号の割り当てが決められたものとなっている。これにより、選択されている画像と選択されていない画像との視覚的な差異が強まり、選択操作性が向上する。   Furthermore, in the image processing apparatus of the present invention, the image is composed of characters and backgrounds having different colors, and the color palette is a relationship between the color and darkness of the characters and background in the image when the image is selected and when it is not selected. Is assigned so that the palette number is assigned to each color data. Thereby, the visual difference between the selected image and the unselected image is strengthened, and the selection operability is improved.

本発明の別の観点に基づく画像処理方法は、複数の色データにパレット番号を割り当てて構成されたカラーパレットの前記パレット番号により表現されたピクセル単位のデータで構成される画像を読み込むステップと、前記読み込んだピクセル単位のデータを前記カラーパレットを用いて色データに変換するステップと、前記読み込んだピクセル単位のデータを反転するステップと、前記反転させたピクセル単位のデータを前記カラーパレットを用いて色データに変換するステップとを具備するものである。   An image processing method according to another aspect of the present invention includes a step of reading an image composed of pixel unit data represented by the palette number of a color palette configured by assigning a palette number to a plurality of color data; Converting the read pixel unit data into color data using the color palette; inverting the read pixel unit data; and inverting the inverted pixel unit data using the color palette. Converting to color data.

この発明の画像処理方法によれば、画像のピクセル単位のデータであるパレット番号のバイナリ値を反転させることで、反転させずにカラーパレットから取得される色データと異なる色データを取得することができる。すなわち、画像の色や色の組み合わせを二通りの選択肢において適宜制御部にて切り替えて表示させることができる。これにより、記憶部に用意する画像データの数を変えずに、二倍の種類の画像を表示させることが可能となり、画像データによる記憶部の容量消費量を低減できる。   According to the image processing method of the present invention, by reversing the binary value of the palette number, which is data in pixel units of the image, color data different from the color data acquired from the color palette can be acquired without being inverted. it can. In other words, the color of the image and the combination of colors can be displayed by appropriately switching between the two options in the control unit. This makes it possible to display twice as many types of images without changing the number of image data prepared in the storage unit, thereby reducing the capacity consumption of the storage unit due to the image data.

また、この発明の画像処理方法は、画像が表示画面の上でユーザによって選択された状態と非選択の状態との二つの状態をとり得るものとされ、画像の選択/非選択の状態に応じて、ピクセル単位のデータのバイナリ値を反転させるか否かを切り替えるようにしている。これにより、たとえばメニュー画面の選択項目のような、選択時と非選択時とで色や色の組み合わせが変化する画像を、一つの画像データを用いて表示させることができる。 さらに、この発明の画像処理方法は、画像が、互いに色の異なる文字と背景とで構成され、カラーパレットが、画像の選択時と非選択時とで画像における文字と背景との色の明暗の関係が反転するように、各色データに対するパレット番号の割り当てが決められたものとしている。これにより、選択されている画像と選択されていない画像との視覚的な差異が強まり、選択操作性が向上する。   The image processing method of the present invention can take two states, that is, the state where the image is selected by the user on the display screen and the state where the image is not selected. Thus, whether or not to invert the binary value of the pixel unit data is switched. As a result, an image whose color or color combination changes between selection and non-selection, such as a selection item on a menu screen, can be displayed using one image data. Further, according to the image processing method of the present invention, the image is composed of characters and backgrounds having different colors, and the color palette is used to change the brightness and darkness of the characters and background in the image when the image is selected and when it is not selected. It is assumed that the palette number is assigned to each color data so that the relationship is reversed. Thereby, the visual difference between the selected image and the unselected image is strengthened, and the selection operability is improved.

本発明の画像処理装置と画像処理方法によれば、画像の色や色の組み合わせを二通りの選択肢において適宜切り替えて表示させることができる。これにより、記憶部に用意する画像データの数を変えずに、二倍の種類の画像を表示させることが可能となり、画像データによる記憶部の容量消費量を低減できる。   According to the image processing apparatus and the image processing method of the present invention, it is possible to appropriately switch and display an image color or a combination of colors in two options. This makes it possible to display twice as many types of images without changing the number of image data prepared in the storage unit, thereby reducing the capacity consumption of the storage unit due to the image data.

以下、図面を参照して本発明の実施の形態について説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1は、本発明の一実施形態にかかる画像処理装置を採用した携帯型HDDビデオ再生装置の外観を示す斜視図、図2は同じくこの携帯型HDDビデオ再生装置100を正面から示した平面図、図3は同じくその断面図、図4は同じくこの携帯型HDDビデオ再生装置を上から見た平面図である。   FIG. 1 is a perspective view showing an external appearance of a portable HDD video playback apparatus employing an image processing apparatus according to an embodiment of the present invention, and FIG. 2 is a plan view showing the same portable HDD video playback apparatus 100 from the front. 3 is a sectional view of the portable HDD video reproducing apparatus, and FIG. 4 is a plan view of the portable HDD video reproducing apparatus as viewed from above.

この携帯型HDDビデオ再生装置100は、片手で持てる程度のサイズの筐体1を有する。筐体1の正面側には、LCDの画面部2と、キー操作部3と、操作ボタン4と、各種状態を表示するためのLED(Light Emitting Diode)表示部5とが設けられている。   The portable HDD video playback device 100 has a housing 1 that is sized to be held with one hand. On the front side of the housing 1, an LCD screen portion 2, a key operation portion 3, operation buttons 4, and an LED (Light Emitting Diode) display portion 5 for displaying various states are provided.

キー操作部3は、図2に示すように、互いに同芯で配置され、各々個別に操作可能な3つのキー31,32,33で構成されている。中心にあるキーは選択/実行を指定するためのENTERキー31である。このENTERキー31の外側のキーはメニュー選択時において使用されるメニュー選択関連キー32である。さらにその外側のキーは再生時に使用される再生関連キー33である。   As shown in FIG. 2, the key operation unit 3 includes three keys 31, 32, and 33 that are arranged concentrically with each other and can be individually operated. The key at the center is an ENTER key 31 for designating selection / execution. The keys outside the ENTER key 31 are menu selection-related keys 32 that are used when a menu is selected. Further, the outer keys are reproduction-related keys 33 used at the time of reproduction.

メニュー選択関連キー32および再生関連キー33はそれぞれ、ENTERキー31を中心とする上下左右の各々の位置が押下されることによって、対応するキーコマンドが発生するようになっている。メニュー選択関連キー32が発生するキーコマンドは、後述する各種メニュー画面の中での項目を選択するためのフォーカスの位置の上下左右へのシフトなどである。再生関連キー33が発生するキーコマンドは、再生の早送り、巻き戻し、オーディオボリュームの増減などである。   Each of the menu selection related key 32 and the reproduction related key 33 is configured such that a corresponding key command is generated by pressing each of the upper, lower, left and right positions around the ENTER key 31. The key command generated by the menu selection related key 32 is, for example, shifting the focus position up / down / left / right to select an item on various menu screens to be described later. Key commands generated by the reproduction-related key 33 are fast-forwarding, rewinding, and increasing / decreasing the audio volume.

操作ボタン4には、各種設定用の画面を呼び出すためのSETUPボタン41、ビデオストリームの再生経過(残り)時間などを表示するためのDISPLAYボタン42、再生開始と一時停止を指示するための再生ボタン43、再生停止を指示するための停止ボタン44などがある。   The operation buttons 4 include a SETUP button 41 for calling up various setting screens, a DISPLAY button 42 for displaying the elapsed playback time (remaining time) of the video stream, and a playback button for instructing playback start and pause. 43, and a stop button 44 for instructing to stop the reproduction.

LED表示部5には、パワーオン状態を表示するパワーオン表示部51、バッテリ充電中を表示する充電表示部52、ストリーム転送中などのビジィ状態を表示するビジィ表示部53などがある。   The LED display unit 5 includes a power-on display unit 51 that displays a power-on state, a charge display unit 52 that displays that the battery is being charged, and a busy display unit 53 that displays a busy state such as during stream transfer.

筐体1の一方の側面部には、上から順にDC電源接続のためのDCINジャック6、USB(Universal Serial Bus)接続のためのUSBコネクタ7、AV出力用のAVOUTジャック8が設けられている。また、ストラップ取り付け部9も設けられている。筐体1の他方の側面部には主電源のON/OFF操作のためのPWRキー(図示省略)が設けられている。筐体1の上面部には、図4に示すように、ヘッドフォン用ジャック10と、スリット状の多数の排気穴11が並べて設けられている。筐体1の下部には、スリット状の多数の吸気穴12が並べて設けられている。   On one side surface of the housing 1, a DCIN jack 6 for connecting a DC power source, a USB connector 7 for connecting a USB (Universal Serial Bus), and an AVOUT jack 8 for AV output are provided in this order from the top. . A strap attaching portion 9 is also provided. A PWR key (not shown) for ON / OFF operation of the main power source is provided on the other side surface portion of the housing 1. As shown in FIG. 4, a headphone jack 10 and a number of slit-shaped exhaust holes 11 are provided side by side on the upper surface of the housing 1. A number of slit-shaped intake holes 12 are arranged in the lower portion of the housing 1.

図5は、図3の断面図における筐体1のみを示した図である。同図に示すように、筐体1は正面側の筐体部品1A,中間の筐体部品1B,背面側の筐体部品1Cで構成されている。正面側の筐体部品1Aと背面側の筐体部品1Cはそれぞれ携帯型HDDビデオ再生装置100の外形の主に正面と背面を形成する筐体部品である。中間の筐体部品1Bは携帯型HDDビデオ再生装置100の外形の上部側面と左右側面となる部分を有しており、この筐体1の上部側面となる部分には、図4に示したように上記の排気穴11が設けられている。正面側の筐体部品1Aと背面側の筐体部品1Cは中間の筐体部品1Bを挟んで互いに接合されている。筐体1の下部には半円断面形状部15が形成されており、この半円断面形状部15では正面側の筐体部品1Aと背面側の筐体部品1Cは互いに直接突合せで接合されている。また、この半円断面形状部15の正面側の筐体部品1Aの側に上記の吸気穴12が設けられている。中間の筐体部品1Bの下部は筐体1の下部の半円断面形状部15に倣って断面U字状に曲折されている。この部分を中間の筐体部品1Bの曲折部14と呼ぶ。   FIG. 5 is a view showing only the housing 1 in the cross-sectional view of FIG. 3. As shown in the figure, the casing 1 is composed of a casing part 1A on the front side, an intermediate casing part 1B, and a casing part 1C on the back side. The front-side casing component 1A and the back-side casing component 1C are casing components that mainly form the front and the back of the outer shape of the portable HDD video playback device 100, respectively. The intermediate housing part 1B has a portion which becomes the upper side surface and the left and right side surfaces of the outer shape of the portable HDD video playback device 100, and the portion which becomes the upper side surface of the housing 1 is as shown in FIG. The exhaust hole 11 is provided in the above. The front housing part 1A and the rear housing part 1C are joined to each other with the intermediate housing part 1B interposed therebetween. A semicircular cross-sectional shape portion 15 is formed in the lower portion of the housing 1, and the front-side housing component 1 </ b> A and the rear-side housing component 1 </ b> C are directly butted to each other. Yes. Further, the intake hole 12 is provided on the housing part 1 </ b> A side on the front side of the semicircular cross-section 15. The lower part of the intermediate casing part 1B is bent into a U-shaped cross section following the semicircular cross-sectional shape part 15 at the lower part of the casing 1. This portion is referred to as a bent portion 14 of the intermediate casing component 1B.

また、筐体1の正面側には、LCDの画面部2および操作ボタン4を覆うことのできる透明なアクリルカバー35の着脱が可能となっており、このアクリルカバー35によってLCDの画面部2の傷や埃の付着などからの保護を図っている。このアクリルカバー35には、キー操作部3の部分を露出する開口36が設けられており、アクリルカバー35を装着した状態でのキー操作部3の操作が可能となっている。   A transparent acrylic cover 35 that can cover the LCD screen portion 2 and the operation buttons 4 can be attached to and detached from the front side of the housing 1, and the acrylic cover 35 allows the LCD screen portion 2 to be removed. It protects against scratches and dust. The acrylic cover 35 is provided with an opening 36 for exposing a portion of the key operation unit 3, and the key operation unit 3 can be operated with the acrylic cover 35 attached.

次に、この携帯型HDDビデオ再生装置100の内部の構造について説明する。   Next, the internal structure of the portable HDD video playback device 100 will be described.

図3に示すように、筐体1内の部品は、携帯型HDDビデオ再生装置100の高さ方向において上寄りの位置に収容された部品群と下寄りの位置に収容された部品群とに配置上分けられている。上寄りの位置に収容された部品群としてはバックライト付のLCD21、メイン基板22、HDD基板23、HDD24、冷却ファン25などがあり、下寄りの位置に収容された部品群としては複合インバータ基板26、バッテリパック27などがある。上寄りの位置に収容された、LCD21、メイン基板22、HDD24は、携帯型HDDビデオ再生装置100内の主な発熱源であり、その発熱量を比較すると、LCD21>メイン基板22>HDD24の順となることが一般である。   As shown in FIG. 3, the components in the housing 1 are divided into a component group housed in an upper position and a component group housed in a lower position in the height direction of the portable HDD video playback device 100. It is divided in arrangement. The component group housed in the upper position includes the LCD 21 with backlight, the main board 22, the HDD board 23, the HDD 24, the cooling fan 25, and the like, and the component group housed in the lower position includes the composite inverter board. 26, battery pack 27, and the like. The LCD 21, the main board 22, and the HDD 24 housed in the upper position are main heat sources in the portable HDD video playback device 100. When comparing the heat generation amounts, the order of LCD 21> main board 22> HDD 24 is given. It is common to become.

この携帯型HDDビデオ再生装置100では、これら主な発熱源である部品を、正面側から背面側に向けて、発熱量の高いものから順に配置している。このような配置の選定によって、背面側の筐体部品1Cの加熱を他の並び順に比べて最も低く抑えることができる。この携帯型HDDビデオ再生装置100はユーザが手に持ってビデオ鑑賞を楽しめるように設計されたものであり、鑑賞時にはユーザの手が背面側の筐体部品1Cに最も広い面で接触することとなるので、背面側の筐体部品1Cの温度上昇を最小限に抑えられることで、熱による不快感をユーザに与える度合を軽減できる。   In this portable HDD video playback device 100, these main heat source components are arranged in order from the one with the highest heat generation from the front side to the back side. By selecting such an arrangement, the heating of the casing component 1C on the back side can be suppressed to the lowest level compared to other arrangement orders. The portable HDD video playback device 100 is designed so that a user can enjoy watching a video by holding it in his / her hand, and the user's hand is in contact with the housing part 1C on the rear side on the widest surface during viewing. Thus, the degree of temperature discomfort due to heat can be reduced by minimizing the temperature rise of the housing component 1C on the back side.

また、筐体1内の熱は、筐体1内の最上部に配置された冷却ファン25がうみだす、筐体1の下部に設けられた吸気穴12から、図4に示す筐体1の上部の排気穴11を通じての気流によって外部に放出されるようになっている。これにより、筐体1内の発熱源は効率的に空冷されるので、ユーザへの熱問題はより一層軽減されることになる。   Further, the heat in the housing 1 is generated from an intake hole 12 provided in a lower portion of the housing 1 which is generated by a cooling fan 25 disposed at the uppermost portion in the housing 1. The air is discharged to the outside by an air flow through the exhaust hole 11. Thereby, since the heat generating source in the housing 1 is efficiently air-cooled, the heat problem for the user is further reduced.

中間の筐体部品1BのU字状の曲折部14の内側には、これに包囲されるようにして電源用のバッテリパック27が配置されている。また、この曲折部14の先端側にある平坦な面の正面側(画面側)には複合インバータ基板26が支持されている。すなわち、バッテリパック27と複合インバータ基板26とは中間の筐体部品1Bの曲折部14によって隔てられている。ここで、複合インバータ基板26とは、操作ボタン4やキー操作部3の動作に関連する部品や、LCD21のバックライトを駆動するためのインバータなどが実装された基板である。このように、バッテリパック27と複合インバータ基板26とが中間の筐体部品1Bの曲折部14によって隔てられていることで、バッテリパック27からの液漏れによる複合インバータ基板26への影響を回避できるとともに、キー操作部3が操作された際の圧力がバッテリパック27に直接加わることを回避してバッテリパック27の保護を図ることができる。   A battery pack 27 for power supply is disposed inside the U-shaped bent portion 14 of the intermediate casing component 1B so as to be surrounded by the bent portion 14. Further, a composite inverter board 26 is supported on the front side (screen side) of the flat surface on the tip side of the bent portion 14. That is, the battery pack 27 and the composite inverter board 26 are separated by the bent portion 14 of the intermediate casing component 1B. Here, the composite inverter board 26 is a board on which components related to the operation of the operation buttons 4 and the key operation unit 3 and an inverter for driving the backlight of the LCD 21 are mounted. As described above, since the battery pack 27 and the composite inverter board 26 are separated by the bent portion 14 of the intermediate casing component 1B, the influence on the composite inverter board 26 due to the liquid leakage from the battery pack 27 can be avoided. In addition, it is possible to protect the battery pack 27 by avoiding that the pressure when the key operation unit 3 is operated is directly applied to the battery pack 27.

なお、バッテリパック27は大きな熱源とはならないので、ユーザの手が最も密に触れる機会の多い下部背面寄りに配置しても問題ない。また、バッテリパック27は筐体1内の部品の中で最も比重が高く重量が大きいので、筐体1の最下部に配置することによって、鑑賞中にユーザが携帯型HDDビデオ再生装置100を手で保持しているときの安定感が良好になる。   Since the battery pack 27 does not serve as a large heat source, there is no problem even if the battery pack 27 is disposed near the lower back where the user's hand most frequently touches. In addition, since the battery pack 27 has the highest specific gravity among the components in the housing 1 and the weight is large, the battery pack 27 is arranged at the bottom of the housing 1 so that the user can hold the portable HDD video playback device 100 during viewing. The feeling of stability when held with is improved.

なお、この実施形態の携帯型HDDビデオ再生装置100では、図3に示したように、筐体1の下部に吸気穴12を設けたが、図12に示すように、筐体1の背面側のバッテリパック27のすぐ上の位置に吸気穴12を設けてもよい。   In the portable HDD video playback device 100 of this embodiment, the air intake hole 12 is provided in the lower part of the housing 1 as shown in FIG. 3, but as shown in FIG. The intake hole 12 may be provided at a position immediately above the battery pack 27.

図13は、この携帯型HDDビデオ再生装置100の内部構造を層ごとに示した平面図である。LCD21のバックライトは接続配線131を通じて複合インバータ基板26の画面側面に固定されたコネクタ132と接続され、この接続配線131を通じて複合インバータ基板26からLCD21のバックライトにその点灯と制御に必要な信号が供給される。また、LCD21は接続配線133を通じてメイン基板22の画面逆側面に固定されたコネクタ134と接続され、この接続配線133を通じてメイン基板22からLCD21に必要な信号が供給される。メイン基板22と複合インバータ基板26とは各々の画面側面に固定されたコネクタ135,136とコネクタ135,136間に接続された接続配線137を通じて電気的に接続され、相互に必要な信号の通信を行う。さらに、メイン基板22の画面側面には2つの冷却ファン25,25に駆動信号を供給するための接続配線138,139の一端がそれぞれ接続された2つのコネクタ140,141が設けられている。メイン基板22とHDD基板23とは、メイン基板22の画面逆側面に設けられたコネクタ142とHDD基板23の画面側面に設けられたコネクタ143との間を接続する接続配線144によって相互に通信が行えるようになっている。メイン基板22には、DC(直流)INジャック6、USBコネクタ7、AV出力用のAVOUTジャック8、ヘッドフォン用ジャック10が設けられている。HDD基板23にはシステムをリセットするためのスイッチ145が設けられている。バッテリパック27から引き出された接続配線146はメイン基板22の画面側面に設けられたコネクタ147に接続されている。HDD24はHDD基板23の画面逆側面に設けられたコネクタ148を通じてHDD基板23と電気的に接続されている。   FIG. 13 is a plan view showing the internal structure of the portable HDD video playback device 100 for each layer. The backlight of the LCD 21 is connected to the connector 132 fixed to the screen side surface of the composite inverter board 26 through the connection wiring 131, and signals necessary for lighting and control are transmitted from the composite inverter board 26 to the backlight of the LCD 21 through the connection wiring 131. Supplied. The LCD 21 is connected to a connector 134 fixed to the opposite side of the screen of the main board 22 through the connection wiring 133, and necessary signals are supplied from the main board 22 to the LCD 21 through the connection wiring 133. The main board 22 and the composite inverter board 26 are electrically connected through connectors 135 and 136 fixed to the side surfaces of the respective screens and connection wires 137 connected between the connectors 135 and 136, so that necessary signals can be communicated with each other. Do. Further, two connectors 140 and 141 to which one ends of connection wirings 138 and 139 for supplying drive signals to the two cooling fans 25 and 25 are respectively connected are provided on the screen side surface of the main board 22. The main board 22 and the HDD board 23 communicate with each other by a connection wiring 144 that connects between a connector 142 provided on the opposite side of the screen of the main board 22 and a connector 143 provided on the side of the screen of the HDD board 23. It can be done. The main board 22 is provided with a DC (direct current) IN jack 6, a USB connector 7, an AVOUT jack 8 for AV output, and a headphone jack 10. The HDD board 23 is provided with a switch 145 for resetting the system. The connection wiring 146 drawn out from the battery pack 27 is connected to a connector 147 provided on the side surface of the main board 22. The HDD 24 is electrically connected to the HDD substrate 23 through a connector 148 provided on the opposite side of the screen of the HDD substrate 23.

次に、この携帯型HDDビデオ再生装置100の電気的な構成について図6を用いて説明する。同図は主にメイン基板22に実装された回路の構成を示すものである。   Next, the electrical configuration of the portable HDD video playback device 100 will be described with reference to FIG. The figure mainly shows the configuration of a circuit mounted on the main board 22.

同図において、システムコントローラ61には、操作用の各種キー3,4の操作、PWRキー62の操作、AC(交流)電源の接続(AC検出)63、リセットIC64の出力、バッテリ65の電圧、温度センサー66などの監視を行い、監視結果に応じた処理を実行する。リセットIC64はリセットSW67が操作されたときにリセット操作信号を発生するICである。   In the figure, the system controller 61 includes various operation keys 3 and 4, operation of the PWR key 62, connection of AC (alternating current) power (AC detection) 63, output of the reset IC 64, voltage of the battery 65, The temperature sensor 66 and the like are monitored, and processing corresponding to the monitoring result is executed. The reset IC 64 is an IC that generates a reset operation signal when the reset SW 67 is operated.

システムコントローラ61はPWRキー62が押されたことを検知すると、システムの起動処理を行い、各デバイスを動作可能な状態に初期設定する。また、パワーオン表示部51を点灯するように制御を行う。システム稼動中にPWRキー62が押されたことを検知した場合にはシステムの終了処理を行う。   When the system controller 61 detects that the PWR key 62 has been pressed, the system controller 61 performs system startup processing and initializes each device to an operable state. Further, control is performed so that the power-on display unit 51 is lit. When it is detected that the PWR key 62 has been pressed while the system is operating, a system termination process is performed.

システムコントローラ61はリセットIC64よりリセット操作信号を受信すると、システムをリセット処理すなわち終了処理に続いて起動処理を行う。   When the system controller 61 receives a reset operation signal from the reset IC 64, the system controller 61 performs a startup process following a reset process, that is, an end process.

システムコントローラ61はAC電源の接続(AC検出)63を検知すると電源回路68の制御を行い、バッテリ65の充電制御を行う。電源回路68はその近傍に配置された温度センサー69の出力に基づき、たとえば設定温度以上の高温が検出された場合に自動的にオフするようになっている。   When the system controller 61 detects connection of AC power (AC detection) 63, the system controller 61 controls the power circuit 68 and controls charging of the battery 65. The power supply circuit 68 is automatically turned off when, for example, a high temperature equal to or higher than a set temperature is detected based on the output of a temperature sensor 69 disposed in the vicinity thereof.

システムコントローラ61はバッテリ電圧の監視結果に基づいてバッテリ65の残量を計算して画面上のバッテリ残量表示を制御する。   The system controller 61 calculates the remaining amount of the battery 65 based on the monitoring result of the battery voltage and controls the battery remaining amount display on the screen.

システムコントローラ61は温度センサー66の出力に基づいて冷却ファン25の回転数を制御する。すなわち、温度に対して比例的に冷却能力を高めるように制御する。   The system controller 61 controls the rotation speed of the cooling fan 25 based on the output of the temperature sensor 66. That is, control is performed to increase the cooling capacity in proportion to the temperature.

また、システムコントローラ61は、キー操作部3および操作ボタン4のキー操作を監視して、操作されたキーの種類に応じたイベント処理を行う。   Further, the system controller 61 monitors key operations of the key operation unit 3 and the operation buttons 4 and performs event processing according to the type of the operated key.

システムコントローラ61は、CPU(Central Processing Unit)71、RAM(Random Access Memory )72、ROM(Read Only Memory)73、A/D変換回路74、シリアルPWM(Pulse Width Modulationl )制御制御回路75などで構成され、これらはバス76を通じて接続されている。CPU71はROM73に記憶されているファームウェアによりRAM72を作業領域に用いて各種の演算処理と制御を実行する。A/D変換回路74は、上記した操作用の各種キー3,4の操作、PWRキー62の操作、AC電源の接続(AC検出)63、リセットIC64の出力、バッテリ65の電圧、温度センサー66などの監視結果であるアナログ値をデジタル値に変換する部分である。シリアルPWM制御回路75はヘッドフォン81のミュート制御、LCD21のバックライト82の輝度を制御するPWM信号をインバータ83に供給する。   The system controller 61 includes a CPU (Central Processing Unit) 71, a RAM (Random Access Memory) 72, a ROM (Read Only Memory) 73, an A / D conversion circuit 74, a serial PWM (Pulse Width Modulation) control control circuit 75, and the like. These are connected through a bus 76. The CPU 71 executes various arithmetic processes and controls using the RAM 72 as a work area by firmware stored in the ROM 73. The A / D conversion circuit 74 operates the above-described various keys 3 and 4, operation of the PWR key 62, connection of AC power (AC detection) 63, output of the reset IC 64, voltage of the battery 65, temperature sensor 66 This is a part that converts an analog value, which is a monitoring result, into a digital value. The serial PWM control circuit 75 supplies a mute control for the headphone 81 and a PWM signal for controlling the luminance of the backlight 82 of the LCD 21 to the inverter 83.

USB端子85が接続されたUSBブリッジ86、HDD24、DMA(Direct Memory Access)転送回路87はIDE(Integrated Drive Electronics)バス88を通じて相互に接続されており、USB端子85に接続されたPCから転送されたビデオストリームなどのデータはUSBブリッジ86からIDEバス88を通じてHDD24に記録されるようになっている。   The USB bridge 86, HDD 24, and DMA (Direct Memory Access) transfer circuit 87 to which the USB terminal 85 is connected are connected to each other through an IDE (Integrated Drive Electronics) bus 88 and transferred from a PC connected to the USB terminal 85. Data such as a video stream is recorded in the HDD 24 from the USB bridge 86 through the IDE bus 88.

DMA転送回路87は、HDD24から読み出されたデータをMPEG2デコーダ89に転送する回路である。DMA転送回路87は4つのセレクタ90,91,92,93とDMAコントローラ94とを有している。第1のセレクタ90は、IDEバス88のデータを選択するためのセレクタであり、システムコントローラ61がHDD24をアクセスするためのATA(AT Attachment)コマンドに基づいてDMA転送回路87をIDEバ
ス88と接続状態にする。第1のセレクタ90は、バッファメモリ95に接続された第2のセレクタ91と第1のDMA伝送路96で接続されている。したがって、第1のセレクタ90によりIDEバス88から抽出されたデータは第1のDMA伝送路96、第2のセレクタ91を通じてバッファメモリ95に転送される。
The DMA transfer circuit 87 is a circuit that transfers data read from the HDD 24 to the MPEG2 decoder 89. The DMA transfer circuit 87 has four selectors 90, 91, 92, 93 and a DMA controller 94. The first selector 90 is a selector for selecting data on the IDE bus 88, and connects the DMA transfer circuit 87 to the IDE bus 88 based on an ATA (AT Attachment) command for the system controller 61 to access the HDD 24. Put it in a state. The first selector 90 is connected to the second selector 91 connected to the buffer memory 95 by the first DMA transmission path 96. Therefore, the data extracted from the IDE bus 88 by the first selector 90 is transferred to the buffer memory 95 through the first DMA transmission path 96 and the second selector 91.

このHDD24からバッファメモリ95へのデータ転送において、システムコントローラ61は第1のセレクタ90に出力するATAコマンドの発行タイミングを制御して、HDD24からのデータの読み出しが間欠的に行われるようにしている。具体的には、たとえば所定の再生時間分のビデオストリームの単位でHDD24からデータを読み出してバッファメモリ95に転送し、バッファメモリ95のデータが空になったところで、HDD24から次の再生時間分のビデオストリームを読み出すように、システムコントローラ61から第1のセレクタ90に対してATAコマンドが発行される。これにより、HDD24に対するアクセスは間欠的に行われることになり、HDD24の発熱量の低減および消費電力の低減を図ることができる。   In the data transfer from the HDD 24 to the buffer memory 95, the system controller 61 controls the issuance timing of the ATA command output to the first selector 90 so that the data reading from the HDD 24 is performed intermittently. . Specifically, for example, data is read from the HDD 24 in units of a video stream for a predetermined playback time and transferred to the buffer memory 95. When the data in the buffer memory 95 becomes empty, the next playback time is read from the HDD 24. An ATA command is issued from the system controller 61 to the first selector 90 so as to read the video stream. As a result, access to the HDD 24 is intermittently performed, and the amount of heat generated by the HDD 24 and power consumption can be reduced.

バッファメモリ95に蓄積されたビデオなどのデータは、バッファメモリ95に所定の再生時間分のビデオストリームが蓄積されたところで第2のセレクタ91によって読み出され、第2のセレクタ91とMPEG2デコーダ89とを接続する第2のDMA伝送路97を通じてMPEG2デコーダ89に転送される。MPEG2デコーダ89は、MPEG2で符号化されたビデオストリームをハードウェアで復号する回路である。SDRAM98はこのMPEG2デコーダ89の作業領域として用いられるランダムアクセス可能なメモリである。   Data such as video stored in the buffer memory 95 is read out by the second selector 91 when a video stream for a predetermined reproduction time is stored in the buffer memory 95, and the second selector 91, the MPEG2 decoder 89, Are transferred to the MPEG2 decoder 89 through the second DMA transmission path 97 connecting the two. The MPEG2 decoder 89 is a circuit that decodes a video stream encoded by MPEG2 by hardware. The SDRAM 98 is a randomly accessible memory used as a work area of the MPEG2 decoder 89.

MPEG2デコーダ89の出力のうちビデオデータはLCDコントローラ99に送られ、このLCDコントローラ99によってLCD21の駆動が制御されることによってビデオの再生が行われる。一方、MPEG2デコーダ89より出力されたオーディオデータはD/Aコンバータ101によってアナログ信号に変換された後、ヘッドフォン端子10に接続されたヘッドフォンに送られる。また、AVOUT端子102には外部のテレビジョンなどが接続できるようになっており、AVOUT端子102に外部のテレビジョンが接続されているときには、D/Aコンバータ101のアナログ信号はリニアアンプ103にて必要なレベルに増幅されるようになっている。   Of the output of the MPEG2 decoder 89, the video data is sent to the LCD controller 99, and the LCD controller 99 controls the driving of the LCD 21 to reproduce the video. On the other hand, the audio data output from the MPEG2 decoder 89 is converted into an analog signal by the D / A converter 101 and then sent to the headphones connected to the headphone terminal 10. Also, an external television or the like can be connected to the AVOUT terminal 102. When an external television is connected to the AVOUT terminal 102, the analog signal of the D / A converter 101 is output from the linear amplifier 103. It is amplified to the required level.

DMA転送回路87の第3のセレクタ92は、システムコントローラ61およびフラッシュROM104が接続されているバス105との間で通信を行うものである。第3のセレクタ92はシステムコントローラ61から発生したATAコマンドをバス105から抽出して制御線106を通じて第1のセレクタ90に通知する。   The third selector 92 of the DMA transfer circuit 87 performs communication between the system controller 61 and the bus 105 to which the flash ROM 104 is connected. The third selector 92 extracts the ATA command generated from the system controller 61 from the bus 105 and notifies the first selector 90 through the control line 106.

HDD24には、読み出し専用のデータとして、タイトルリスト、メニュー、設定画面などの構成要素であるビットマップや文字コードなどのデータが格納されている。システムコントローラ61は、このビットマップおよび文字コードをHDD24から読み出す場合には、第3のセレクタ92を通じてDMAコントローラ94にその旨を通知する。DMAコントローラ94は、この通知を受けると、第3のセレクタ92と第2のセレクタ91とのDMA伝送路96を有効にするとともに、第4のセレクタ93を制御して、第2のセレクタ91とMPEG2デコーダ89とを接続する第3のDMA伝送路107を有効にする。   The HDD 24 stores, as read-only data, data such as bitmaps and character codes, which are components such as a title list, menu, and setting screen. When the system controller 61 reads out this bitmap and character code from the HDD 24, it notifies the DMA controller 94 through the third selector 92. Upon receiving this notification, the DMA controller 94 enables the DMA transmission path 96 between the third selector 92 and the second selector 91 and controls the fourth selector 93 to control the second selector 91 and The third DMA transmission path 107 connecting the MPEG2 decoder 89 is made valid.

HDD24から読み出されてバッファメモリ95にビットマップとともに保持された文字コードは、第2のセレクタ91、第3のセレクタ92、バス105を通じてシステムコントローラ61に送られる。システムコントローラ61は、この文字コードに対応するビットマップデータをフラッシュROM104から読み出して第3のセレクタ92に返す。フラッシュROM104には、文字コードに対応するビットマップデータのほか、カラーパレットのデータが記憶されている。DMAコントローラ94はシステムコントローラ61より応答された文字コードに対応するビットマップデータを第3のセレクタ92から第4のセレクタ93に送り、バッファメモリ95から第2のセレクタ91を通じて読み出されたビットマップと合成してMPEG2デコーダ89に接続されたSDRAM98に転送するように制御を行う。MPEG2デコーダ89は、SDRAM98に保持されたビットマップデータを構成する個々のピクセル・データを、自身に登録されたカラーパレットを用いて表示用の色データに変換し、この色データをLCDコントローラ99に供給する。   The character code read from the HDD 24 and held in the buffer memory 95 together with the bit map is sent to the system controller 61 through the second selector 91, the third selector 92, and the bus 105. The system controller 61 reads bitmap data corresponding to this character code from the flash ROM 104 and returns it to the third selector 92. The flash ROM 104 stores color palette data in addition to bitmap data corresponding to character codes. The DMA controller 94 sends bitmap data corresponding to the character code returned from the system controller 61 from the third selector 92 to the fourth selector 93, and the bitmap read out from the buffer memory 95 through the second selector 91. Then, control is performed so that the data is transferred to the SDRAM 98 connected to the MPEG2 decoder 89. The MPEG2 decoder 89 converts individual pixel data constituting the bitmap data held in the SDRAM 98 into color data for display using a color palette registered in the MPEG2 decoder 89, and converts the color data to the LCD controller 99. Supply.

なお、第3のDMA伝送路107はビットマップ伝送用に第2のDMA伝送路97よりも広いバス幅を有している。たとえば、第2のDMA伝送路97は8本のデータ線と4本の制御線とで構成されるのに対し、第3のDMA伝送路107は16本のデータ線、24本のアドレス線、3本の制御線で構成されている。これにより、ビデオストリームの再生時とビットマップの再生時との間でユーザの体感速度に大きな差が生じないようにしている。   The third DMA transmission path 107 has a wider bus width than the second DMA transmission path 97 for bitmap transmission. For example, the second DMA transmission line 97 is composed of 8 data lines and 4 control lines, whereas the third DMA transmission line 107 is 16 data lines, 24 address lines, It consists of three control lines. This prevents a great difference in the user's perceived speed between the playback of the video stream and the playback of the bitmap.

次に、この携帯型HDDビデオ再生装置100を利用するためにPC(Personal Computer)に適用される転送アプリケーションについて説明する。   Next, a transfer application applied to a PC (Personal Computer) in order to use the portable HDD video playback device 100 will be described.

図7はこの転送アプリケーションによってPCに表示される録画コンテンツの表示ウィンドウ201を示している。この録画コンテンツの表示ウィンドウ201には、PCに録画された、あるいは録画予約された各ビデオストリームの、名前、作成日時、録画済みかどうかの状態などの一覧が、録画順/録画予約順にたとえば上から下に表示されている。   FIG. 7 shows a recording content display window 201 displayed on the PC by this transfer application. In the recorded content display window 201, a list of names, creation dates and times of recording, etc. of the video streams recorded on the PC or reserved for recording are displayed in the order of recording / recording reservation, for example. Is displayed below.

携帯型HDDビデオ再生装置100に所望のビデオストリームを転送したい場合には、転送用のウィンドウ202を呼び出し、録画コンテンツの表示ウィンドウ201の中の所望のビデオストリームをマウスのドラッグアンドドロップなどの操作によって、転送用のウィンドウ202内の転送ビデオストリームの一覧表示ボックス203に落し込む。これにより、転送ビデオストリームの一覧表示ボックス203にビデオストリームに関する情報が表示される。この後、転送用のウィンドウ202内の転送ボタン204をマウスでクリックすることによって、PCに携帯型HDDビデオ再生装置100が接続されていればPCから携帯型HDDビデオ再生装置100へのビデオストリームの転送が直ちに開始される。転送ボタン204をマウスでクリックした時点でPCに携帯型HDDビデオ再生装置100が接続されていない場合は、携帯型HDDビデオ再生装置100が接続されると直ちにビデオストリームの転送が開始されるようになっている。   When it is desired to transfer a desired video stream to the portable HDD video playback device 100, the transfer window 202 is called, and the desired video stream in the recorded content display window 201 is dragged and dropped with a mouse. The transfer video stream list display box 203 in the transfer window 202 is dropped. As a result, information on the video stream is displayed in the transfer video stream list display box 203. Thereafter, by clicking the transfer button 204 in the transfer window 202 with a mouse, if the portable HDD video playback device 100 is connected to the PC, the video stream from the PC to the portable HDD video playback device 100 is displayed. The transfer starts immediately. If the portable HDD video playback device 100 is not connected to the PC when the transfer button 204 is clicked with the mouse, the transfer of the video stream is started as soon as the portable HDD video playback device 100 is connected. It has become.

ここで、PCに蓄積されるビデオストリームにはAVI(Audio Video Interleaved)、WMV(Windows(登録商標) Media Video)など、様々なフォーマットが知られている。携帯型H
DDビデオ再生装置100はMPEG2フォーマットのビデオストリームをデコードして再生する仕様となっているので、転送アプリケーションは、PCから携帯型HDDビデオ再生装置100へのビデオストリームの転送前に、ビデオストリームのフォーマットをMPEG2に自動変換し、MPEG2に変換されたビデオストリームをPCから携帯型HDDビデオ再生装置100に自動転送する。
Here, various formats such as AVI (Audio Video Interleaved) and WMV (Windows (registered trademark) Media Video) are known for the video stream stored in the PC. Portable H
Since the DD video playback device 100 is designed to decode and play back a video stream in the MPEG2 format, the transfer application must format the video stream before transferring the video stream from the PC to the portable HDD video playback device 100. Are automatically converted to MPEG2, and the video stream converted to MPEG2 is automatically transferred from the PC to the portable HDD video playback apparatus 100.

以上は、ユーザが手動で所望のビデオストリームを転送する場合の動作であるが、このビデオコンテンツは容量が数G(ギガ)のものもあり、データ転送にはかなりの時間が見込まれる。そこで、この転送アプリケーションには転送予約機能が設けられている。この転送予約機能を用いる場合には、転送用のウィンドウ202内の自動転送ボタン205をマウスでクリックする。すると、自動転送を開始する時刻を指定するためのウィンドウが表示されるので、ここにユーザが希望する転送開始時刻を入力して決定すればよい。転送アプリケーションは、ユーザにより指定された転送開始時刻を記憶し、時計の時刻と比較して、指定された時刻になったなら、転送用のウィンドウ202の転送ビデオストリームの一覧表示ボックス203に表示されているビデオストリームを一つずつPCから携帯型HDDビデオ再生装置100へフォーマット変換を通じて転送する。   The above is the operation when the user manually transfers a desired video stream. This video content has a capacity of several G (giga), and a considerable time is expected for data transfer. Therefore, this transfer application is provided with a transfer reservation function. When this transfer reservation function is used, the automatic transfer button 205 in the transfer window 202 is clicked with the mouse. Then, a window for designating the time for starting the automatic transfer is displayed, and the transfer start time desired by the user can be entered and determined here. The transfer application stores the transfer start time designated by the user, and when the designated time is compared with the clock time, the transfer application is displayed in the transfer video stream list display box 203 of the transfer window 202. One video stream at a time is transferred from the PC to the portable HDD video playback apparatus 100 through format conversion.

なお、転送用のウィンドウ202の転送ビデオストリームの一覧表示ボックス203に表示されているビデオストリームは上から順に転送されるようになっている。このビデオストリームの表示順位は順位変更ボタン206、207をマウスでクリックすることによって自在に変更することができる。すなわち、順位を変更したいビデオストリームをマウスで選択後、順位変更ボタン206を一回クリックすることで、選択ビデオストリームの順位が一つ上に移動し、逆に順位変更ボタン207を一回クリックすることで、選択ビデオストリームの順位が一つ下に移動するようになっている。さらに、削除したい選択ビデオストリームをマウスで選択後、削除ボタン208をクリックすることで、転送ビデオストリームの一覧表示ボックス203から選択ビデオストリームが削除されて転送対象から外すことも可能である。   Note that the video streams displayed in the transfer video stream list display box 203 in the transfer window 202 are transferred in order from the top. The display order of the video stream can be freely changed by clicking the order change buttons 206 and 207 with a mouse. That is, after selecting the video stream whose order is to be changed with the mouse, the order change button 206 is clicked once to move the order of the selected video stream one place, and conversely, the order change button 207 is clicked once. As a result, the order of the selected video stream is moved down by one. Further, by selecting the selected video stream to be deleted with the mouse and clicking the delete button 208, the selected video stream can be deleted from the transfer video stream list display box 203 and removed from the transfer target.

次に、この携帯型HDDビデオ再生装置100の操作と操作画面について説明する。図14はパワーオンからビデオ再生が開始までの処理手順である。   Next, operations and operation screens of the portable HDD video playback device 100 will be described. FIG. 14 shows a processing procedure from power-on to video playback start.

この携帯型HDDビデオ再生装置100のPWRキーがユーザによって押されるると、このことがシステムコントローラ61によって検出され、システムコントローラ61はROM73に格納されたファームウェアに従って各デバイスの初期化を行う(ステップ1401)。この後、内蔵タイマーが起動される(ステップ1402)。続いて、USBで接続されているPCから携帯型HDDビデオ再生装置100にビデオストリームの転送が開始され、転送が完了すると、携帯型HDDビデオ再生装置100はPCから転送完了通知を外部割り込みとして受ける(ステップ1403)。携帯型HDDビデオ再生装置100は、外部割り込みを受けると、画面に表示するメニューを作成して表示するメニュー処理を開始する(ステップ1404)。   When the user presses the PWR key of the portable HDD video playback device 100, this is detected by the system controller 61, and the system controller 61 initializes each device in accordance with the firmware stored in the ROM 73 (step 1401). ). Thereafter, the built-in timer is started (step 1402). Subsequently, transfer of the video stream is started from the PC connected via USB to the portable HDD video playback device 100. When the transfer is completed, the portable HDD video playback device 100 receives a transfer completion notification from the PC as an external interrupt. (Step 1403). When the portable HDD video playback device 100 receives an external interrupt, it starts menu processing for creating and displaying a menu to be displayed on the screen (step 1404).

最初に、図8に示すようなアクションメニュー301が作成されて表示される。このアクションメニュー301には、最後に再生されたビデオストリームのタイトル名、作成日時、録画時間などのビデオストリームに関する情報302と、選択可能なアクションの種類を示す項目(以下、ウィンドウと呼ぶ)303〜307が表示されるようになっている。アクションの種類には「タイトル一覧表示に戻る」「続きから再生」「最初から再生」「削除」「ツメを折る」などがある。これらのウィンドウ303〜307のうちの一つにフォーカス308が位置しており、ユーザはキー操作部3のメニュー選択関連キー32を操作することによって自在にフォーカス308の位置を上下にシフトさせることができる。フォーカス308が当てられた項目(図8のウィンドウ304)は、文字と背景のそれぞれの色が非フォーカス状態から変化することによって、ユーザはフォーカス状態にある項目を一目で認識できるようになっている。フォーカス308の初期位置は常に「続きから再生」の項目にあり、前回再生を中断した時刻からのビデオストリームの鑑賞をフォーカス308のシフト操作無しで即座に開始できるようにしている。すなわち、ユーザはシステムの起動直後にアクションメニュー301が表示された後、そのままキー操作部3のENTERキー31を押すことによって前回再生を中断した時刻からのビデオストリームを鑑賞することができる。   First, an action menu 301 as shown in FIG. 8 is created and displayed. The action menu 301 includes information 302 relating to the video stream such as the title name, creation date and time, and recording time of the last played video stream, and items (hereinafter referred to as windows) 303 to indicate selectable action types. 307 is displayed. Action types include “return to title list display”, “play from continuation”, “play from the beginning”, “delete”, “fold claw”, and the like. The focus 308 is located in one of these windows 303 to 307, and the user can freely shift the position of the focus 308 up and down by operating the menu selection related key 32 of the key operation unit 3. it can. The item to which the focus 308 is applied (the window 304 in FIG. 8) allows the user to recognize the item in the focus state at a glance by changing the colors of the characters and the background from the non-focus state. . The initial position of the focus 308 is always in the item “play from continuation”, and the viewing of the video stream from the time when the previous playback was interrupted can be started immediately without the focus 308 shifting operation. That is, after the action menu 301 is displayed immediately after the system is started, the user can watch the video stream from the time when playback was interrupted by pressing the ENTER key 31 of the key operation unit 3 as it is.

「タイトル一覧表示に戻る」の項目にフォーカスをシフトさせてキー操作部3のENTERキー31が押された場合には、図9に示すようなタイトル一覧401がアクションメニュー301に代わって表示される。このタイトル一覧401には携帯型HDDビデオ再生装置100のHDD24に記録されているすべてのビデオストリームのタイトルの項目402〜408が表示される。これらのタイトルの項目402〜408のうちの一つにフォーカス409が位置しており、ユーザはキー操作部3のメニュー選択関連キー32を操作することによって自在にフォーカス409の位置を上下にシフトさせることができる。フォーカス409の初期位置は常に最後に再生したタイトルの項目にあり、最後に鑑賞したタイトルをユーザが認識できるようにしている。このタイトル一覧401の中からユーザは鑑賞したいタイトルの項目にメニュー選択関連キー32の操作によってフォーカスを移動させ、ENTERキー31を押すことによって別のタイトルを鑑賞することができる。   When the focus is shifted to the item “return to title list display” and the ENTER key 31 of the key operation unit 3 is pressed, a title list 401 as shown in FIG. 9 is displayed instead of the action menu 301. . In the title list 401, title items 402 to 408 of all video streams recorded in the HDD 24 of the portable HDD video playback device 100 are displayed. The focus 409 is positioned in one of the title items 402 to 408, and the user freely moves the position of the focus 409 up and down by operating the menu selection related key 32 of the key operation unit 3. be able to. The initial position of the focus 409 is always in the item of the last reproduced title, so that the user can recognize the last viewed title. The user can view another title by moving the focus to the title item to be viewed from the title list 401 by operating the menu selection related key 32 and pressing the ENTER key 31.

さて、図14のフローチャートに戻り、上記のようにして鑑賞したいタイトルがユーザによって選択されると(ステップ1405)、そのタイトルビデオストリームのHDD24からの読み込みが開始される(ステップ1406)。そしてHDD24から読み込まれたビデオストリームの再生処理が行われる(ステップ1407)。すなわち、HDD24から読み出されたビデオストリームはバッファメモリ95にDMA転送されてバッファリングされた後、MPEG2デコーダ89にDMA転送されて復号される。LCDコントローラ99はMPEG2デコーダ89から出力されたビデオデータに基づきLCD21を駆動し、これによってビデオがLCD21の画面に表示される。一方、MPEG2デコーダ89によって復号されたオーディオデータはD/Aコンバータ101によってアナログ信号に変換された後、ヘッドフォン端子10に接続されたヘッドフォンに送られる(ステップ1407)。   Returning to the flowchart of FIG. 14, when the user selects a title to be viewed as described above (step 1405), reading of the title video stream from the HDD 24 is started (step 1406). Then, playback processing of the video stream read from the HDD 24 is performed (step 1407). That is, the video stream read from the HDD 24 is DMA-transferred to the buffer memory 95 and buffered, and then DMA-transferred to the MPEG2 decoder 89 for decoding. The LCD controller 99 drives the LCD 21 based on the video data output from the MPEG2 decoder 89, whereby the video is displayed on the screen of the LCD 21. On the other hand, the audio data decoded by the MPEG2 decoder 89 is converted into an analog signal by the D / A converter 101 and then sent to the headphones connected to the headphone terminal 10 (step 1407).

アクションメニュー301で「最初から再生」のウィンドウ305がユーザにより選択された場合には、最後に再生したタイトルのビデオストリームが最初から再生される。   When the “play from the beginning” window 305 is selected by the user in the action menu 301, the video stream of the title played last is played from the beginning.

アクションメニュー301で「削除」のウィンドウ306がユーザにより選択された場合には、最後に再生したタイトルのビデオストリームがHDD24が削除される。すなわち、鑑賞し終わったタイトルのビデオストリームなどを、少ない操作でHDD24から削除することができる。   When the “delete” window 306 is selected by the user from the action menu 301, the HDD 24 is deleted from the video stream of the title reproduced last. That is, a video stream of a title that has been viewed can be deleted from the HDD 24 with a few operations.

アクションメニュー301で「ツメを折る」のウィンドウ307がユーザにより選択された場合には、HDD24に記録されている該当するビデオストリームに対して削除禁止の保護がかけられることになる。   When the “fold” tab 307 in the action menu 301 is selected by the user, the corresponding video stream recorded in the HDD 24 is protected from deletion prohibition.

次に、環境設定用の画面について説明する。図10はこの環境設定用の画面501を示している。この環境設定用の画面501は、たとえばSETUPボタン41を押すことによって呼び出すことができる。環境設定用の画面501には、表示に関する各種の設定、オーディオに関する各種の設定、その他を行うことができる。この環境設定用の画面501には、表示設定用のアイコン502、オーディオ設定用のアンコン503、その他のアイコン504などが表示されており、各アイコン502〜504のうちの一つをメニュー選択関連キー32の操作によるフォーカスの移動とENTERキー31によって指定することができるようになっている。表示の設定に関しては、バックライトの輝度調整505、色合い506、色の濃さ507、ピクチャ508、コントラスト509、アラーム510などがある。各々の設定項目の選択も、メニュー選択関連キー32の操作によるフォーカスの移動とENTERキー31によって行うことが可能である。   Next, the environment setting screen will be described. FIG. 10 shows a screen 501 for setting the environment. This environment setting screen 501 can be called by pressing the SETUP button 41, for example. On the environment setting screen 501, various settings relating to display, various settings relating to audio, and the like can be performed. This environment setting screen 501 displays a display setting icon 502, an audio setting uncon 503, other icons 504, etc., and one of the icons 502 to 504 is selected as a menu selection-related key. The focus can be moved by the operation 32 and can be designated by the ENTER key 31. Display settings include backlight brightness adjustment 505, hue 506, color density 507, picture 508, contrast 509, alarm 510, and the like. Selection of each setting item can also be performed by moving the focus by operating the menu selection related key 32 and the ENTER key 31.

ここで、アラーム510とは、ユーザによって任意の設定された残り時間をタイマーにセットし、図11に示すように、ビデオストリームの再生中などに、残り時間511を常に画面の一部に表示し、残り時間がゼロになったところで、たとえばアラームオーディオなどをビデオ再生時のオーディオに合成して出力する機能である。テレビ放送などには放送中の時刻の文字が挿入されている場合があるので、携帯型HDDビデオ再生装置100での鑑賞時にユーザが現在時刻を間違え、電車などでの乗り過ごしが起き易くなることが考えられる。上記のアラーム機能を利用することによって、ユーザはビデオコンテンツの鑑賞に没頭する中で、設定時間の経過をアラームで知ることとなり、電車などでの乗り過ごしの防止を図れる。   Here, the alarm 510 sets a remaining time arbitrarily set by the user in a timer, and as shown in FIG. 11, the remaining time 511 is always displayed on a part of the screen during playback of a video stream. When the remaining time becomes zero, for example, the alarm audio is synthesized with the audio during video playback and output. Since characters at the time of broadcasting may be inserted in television broadcasting or the like, it is easy for the user to make a mistake in the current time when watching on the portable HDD video playback device 100, and to pass over on a train or the like. Conceivable. By using the alarm function described above, the user can learn about the passage of the set time from the alarm while immersing himself / herself in viewing the video content, and can prevent overtime on a train or the like.

図11は、ビデオストリームの再生経過(残り)時間601を表示する画面602の例を示している。このビデオストリームの再生経過(残り)時間601は、たとえばDISPLAYボタン42を押すことによって、再生中のビデオストリームの上に、数値602とイメージ603とで表示されるようになっている。   FIG. 11 shows an example of a screen 602 that displays the playback elapsed (remaining) time 601 of the video stream. The playback elapsed (remaining) time 601 of the video stream is displayed as a numerical value 602 and an image 603 on the video stream being played, for example, by pressing the DISPLAY button 42.

また、ビデオストリームの再生中は、再生関連キー33の操作によって再生の早送り、巻き戻し、オーディオボリュームの増減などを行うことができる。再生関連キー33は、図2に示したように、右側の位置を押すことによって早送り再生が実行され、左側の位置を押すことによって巻き戻し再生が行われる。再生関連キー33の向かって右側の位置を一度押した場合には、決められた一定時間分(たとえば15秒)の早送り再生が実行され、一定時間以上押し続けることによって、押されている間の連続早送り再生が実行されるようになっている。さらに、連続早送り再生が開始されてからさらに一定時間続けて押された場合には、早送り速度がアップするようになっている。具体的には、最初の連続早送り再生の速度は15倍速とされ、次に60倍速への切り替えが行われるようになっている。   During playback of the video stream, the playback-related key 33 can be operated to fast-forward playback, rewind, increase / decrease the audio volume, and the like. As shown in FIG. 2, the playback-related key 33 performs fast-forward playback by pressing the right position, and performs rewind playback by pressing the left position. When the position on the right side of the playback-related key 33 is pressed once, fast-forward playback for a predetermined time (for example, 15 seconds) is executed, and the key is pressed while being pressed for a predetermined time. Continuous fast-forward playback is performed. Further, when the continuous fast-forward playback is started and further pressed for a certain time, the fast-forward speed is increased. Specifically, the speed of the first continuous fast-forward playback is set to 15 times speed, and then switched to 60 times speed.

また、再生関連キー33の向かって左側の位置を一度押した場合には、決められた一定時間分(たとえば15秒)の巻き戻し再生が実行され、一定時間以上押し続けることによって、押されている間の連続巻き戻し再生が実行されるようになっている。さらに、連続巻き戻し再生が開始されてからさらに一定時間続けて押された場合には、巻き戻し速度がアップするようになっている。具体的には、最初の連続巻き戻し再生の速度は15倍速とされ、次に60倍速への切り替えが行われるようになっている。   When the position on the left side of the playback-related key 33 is pressed once, rewind playback is performed for a predetermined time (for example, 15 seconds), and the key is pressed by continuing to press it for a predetermined time. During this time, continuous rewind playback is performed. Furthermore, the rewind speed is increased when the button is continuously pressed for a certain time after the continuous rewind playback is started. Specifically, the speed of the first continuous rewind playback is set to 15 times speed, and then switched to 60 times speed.

次に、この実施形態の携帯型HDDビデオ再生装置100において、メニューなどの画面をカラーパレットを用いて表示する場合に、同じピクセル・データを用いてフォーカス時と非フォーカス時とで文字と背景の色の組み合わせが異なる二種類のウィンドウを表示させる仕組みについて説明する。   Next, in the portable HDD video playback device 100 of this embodiment, when a screen such as a menu is displayed using a color palette, the same pixel data is used to display characters and backgrounds when focused and when not focused. A mechanism for displaying two types of windows with different color combinations will be described.

図15は、1つのウィンドウを表示させるために必要なデータの構成を示す図である。 同図に示すように、1つのウィンドウを表示させるために必要なデータには、ウィンドウ・ヘッダ110、カラーパレット111、およびピクセル・データ112がある。ウィンドウ・ヘッダ110は、たとえばウィンドウのサイズ、位置などのパラメータと、使用するカラーパレット111およびピクセル・データ112を指定する情報とを含んでいる。このウィンドウ・ヘッダ110は偶数と奇数のライン別に用意される。カラーパレット111は、個々の色の情報にユニークなパレット番号が割り当てられたテーブルである。カラーパレット111には、たとえば8bitで256色を表現したもの、4bitで16色を表現したものなどが用意されている。ピクセル・データ112は、パレット番号を用いてピクセル単位のデータが表現された画像データである。このピクセル・データ112は偶数と奇数のライン別に用意される。   FIG. 15 is a diagram illustrating a configuration of data necessary for displaying one window. As shown in the figure, the data necessary to display one window includes a window header 110, a color palette 111, and pixel data 112. The window header 110 includes, for example, parameters such as the size and position of the window and information specifying the color palette 111 and pixel data 112 to be used. The window header 110 is prepared for even and odd lines. The color palette 111 is a table in which unique palette numbers are assigned to individual color information. In the color palette 111, for example, those expressing 256 colors in 8 bits and those expressing 16 colors in 4 bits are prepared. The pixel data 112 is image data in which data in units of pixels is expressed using palette numbers. This pixel data 112 is prepared for even and odd lines.

図16は、4bit(16色)のカラーパレット111とピクセル・データ112の詳細を示す図である。カラーパレット111のパレット番号113に割り当てられている色の情報118は、YUVデータ114,115,116とLBF117(透明度:25%,50%,75%,100%)とで構成されている。YUVは、たとえば、6bitの輝度信号(Y)、4bitの輝度信号と赤色成分の差(U)、4bitの輝度信号と青色成分の差(V)の3つの情報で色を表現する形式である。ピクセル・データ112は、カラーパレット111のパレット番号のかたまりで構成されている。   FIG. 16 is a diagram showing details of a 4-bit (16 colors) color palette 111 and pixel data 112. The color information 118 assigned to the palette number 113 of the color palette 111 is composed of YUV data 114, 115, 116 and LBF 117 (transparency: 25%, 50%, 75%, 100%). YUV is, for example, a format that expresses a color with three pieces of information: a 6-bit luminance signal (Y), a 4-bit luminance signal and a red component difference (U), and a 4-bit luminance signal and a blue component difference (V). . The pixel data 112 is composed of a set of palette numbers of the color palette 111.

カラーパレット111においては、互いにバイナリ値が反転関係にある各々のパレット番号に対応する色どうしの関係が、フォーカス時のウィンドウと非フォーカス時のウィンドウとの関係として最適となるように、より具体的には、一つのウィンドウにおける文字と背景との色の明暗の関係が、フォーカス時と非フォーカス時とで反転するように、各々の色に対するパレット番号の割り当てが決められている。   The color palette 111 is more specific so that the relationship between the colors corresponding to the respective palette numbers whose binary values are in an inverted relationship with each other is optimal as the relationship between the focused window and the unfocused window. In this case, the palette number is assigned to each color so that the light / dark relationship between the characters and the background in one window is reversed between the focused state and the unfocused state.

図17は、4bit(16色)カラーパレットの使用時の、非フォーカス時およびフォーカス時のウィンドウ304a,304bの各表示の例と、非フォーカス時のピクセル・データ112aのバイナリ値を反転させた結果111bの各例を示す図である。なお、図17に示すウィンドウ304は、たとえば図8のアクションメニュー301におけるウィンドウ304を例としている。また、この例では、非フォーカス状態からフォーカス状態に変化したウィンドウ304において、文字は黒から白に、背景は黒から白に変化したように図で示されるが、これらの色の関係は16色の中から任意の組み合わせを選択することが可能であり、必ずしも白と黒との組み合わせに限定されない。   FIG. 17 shows an example of each display of the windows 304a and 304b at the time of non-focus and at the time of use of the 4-bit (16 colors) color palette, and the result of inverting the binary value of the pixel data 112a at the time of non-focus. It is a figure which shows each example of 111b. Note that the window 304 shown in FIG. 17 is an example of the window 304 in the action menu 301 of FIG. Further, in this example, in the window 304 that has changed from the non-focus state to the focus state, the characters are shown as being changed from black to white and the background is changed from black to white, but the relationship between these colors is 16 colors. Any combination can be selected from the above, and the combination is not necessarily limited to white and black.

図17に示すように、非フォーカス時のピクセル・データ112aの背景色にあたる4bitのバイナリ値"0010b(0002h)"は反転により"1101b(0013h)"に、文字の色にあたる4bitのバイナリ値"0001(0001h)"は反転により"1110b(0014h)"にそれぞれ変換される。図18は、このバイナリ値反転による変換を4bit(16色)カラーパレット111A上で表現した図である。   As shown in FIG. 17, the 4-bit binary value “0010b (0002h)” corresponding to the background color of the pixel data 112a at the time of non-focusing is inverted to “1101b (0013h)”, and the 4-bit binary value “0001b” corresponding to the character color is “0001”. (0001h) "is converted into" 1110b (0014h) "by inversion. FIG. 18 is a diagram representing the conversion by binary value inversion on the 4-bit (16 colors) color palette 111A.

図19は、8bit(256色)カラーパレット使用時の、非フォーカス時およびフォーカス時のウィンドウ304c,304dの各表示の例と、ウィンドウ304cの非フォーカス時のピクセル・データ112cのバイナリ値を反転させた結果112dの各例を示す図である。   FIG. 19 shows an example of each display of the windows 304c and 304d at the time of non-focus and at the time of focus when using the 8-bit (256 colors) color palette, and the binary value of the pixel data 112c at the time of non-focus of the window 304c is inverted. It is a figure which shows each example of the result 112d.

同図に示すように、非フォーカス時のピクセル・データ112の背景色にあたる8bitのバイナリ値"00000010b(0002h)"は反転により"11111101b(0253h)"に、文字の色にあたる8bitのバイナリ値"00000001(0001h)"は反転により"11111110b(0254h)"にそれぞれ変換される。図20は、このバイナリ値反転による変換を8bit(256色)カラーパレット111B上で表現した図である。   As shown in the figure, the 8-bit binary value “00000010b (0002h)” corresponding to the background color of the pixel data 112 at the time of non-focusing is inverted to “11111101b (0253h)”, and the 8-bit binary value “00000001” corresponding to the character color is inverted. (0001h) "is converted into" 11111110b (0254h) "by inversion. FIG. 20 is a diagram representing the conversion by binary value inversion on the 8-bit (256 colors) color palette 111B.

次に、上記の仕組みを使って、ウィンドウを表示要素とするメニューなどの画面を表示する場合においての動作を説明する。   Next, an operation in the case where a screen such as a menu having a window as a display element is displayed using the above mechanism will be described.

図21は、MPEG2デコーダ89の初期化から画面の表示までの流れを示すフローチャートである。   FIG. 21 is a flowchart showing a flow from initialization of the MPEG2 decoder 89 to screen display.

まず、MPEG2デコーダ89においてカラーパレット111の初期化処理が行われ(ステップ2101)、続いて、画面を構成する複数のウィンドウのピクセル・データ112をMPEG2デコーダ89へ転送する処理(ステップ2102)、ウィンドウ・ヘッダ110をMPEG2デコーダ89へ登録する処理が順に行われる(ステップ2103)。以上がMPEG2デコーダ89の初期化処理が完了し、この後、システムコントローラ61からDMA転送回路87を通じてMPEG2デコーダ89に画面表示のコマンドが与えられる(ステップ2104)。MPEG2デコーダ89は、画面表示のコマンドを受けると、転送されてきたウィンドウのピクセル・データ112を、自身に登録されたカラーパレット111を用いて色データに変換し、この色データをLCDコントローラ99に供給する。これにより、画面の表示が実行される。次の画面を表示する場合には、ステップ2102に戻って、次の画面のデータをMPEG2デコーダ89へ転送する処理より以降の処理が繰り返される。   First, the initialization process of the color palette 111 is performed in the MPEG2 decoder 89 (step 2101), and then the process of transferring the pixel data 112 of a plurality of windows constituting the screen to the MPEG2 decoder 89 (step 2102). The process of registering the header 110 in the MPEG2 decoder 89 is performed in order (step 2103). Thus, the initialization process of the MPEG2 decoder 89 is completed, and thereafter, a screen display command is given from the system controller 61 to the MPEG2 decoder 89 through the DMA transfer circuit 87 (step 2104). Upon receiving the screen display command, the MPEG2 decoder 89 converts the transferred pixel data 112 of the window into color data using the color palette 111 registered in the MPEG2 decoder 89, and this color data is sent to the LCD controller 99. Supply. Thereby, the display of the screen is executed. When the next screen is displayed, the processing returns to step 2102 and the subsequent processing is repeated from the processing for transferring the data of the next screen to the MPEG2 decoder 89.

次に、上記のステップ2101のカラーパレット111の初期化処理、ステップ2102の画面データの転送処理、ステップ2103のウィンドウ・ヘッダ110の登録処理のそれぞれの詳細を説明する。   Next, the details of the color palette 111 initialization process in step 2101, the screen data transfer process in step 2102, and the window header 110 registration process in step 2103 will be described.

図22は、カラーパレット111の初期化処理のフローチャートである。システムコントローラ61は、フラッシュROM104に記憶されているカラーパレット111のデータを、DMA転送回路87を介してバッファメモリ95に読み出す(ステップ2201)。続いて、システムコントローラ61は、バッファメモリ95に保持されたカラーパレット111をDMA転送回路87を通じて、MPEG2デコーダ89に接続されたSDRAM98に転送する(ステップ2202)。そしてシステムコントローラ61は、DMA転送回路87を通じてMPEG2デコーダ89に対してカラーパレット111の登録指示を行うことで、MPEG2デコーダ89にてカラーパレット111の登録が行われる(ステップ2203)。なお、カラーパレット111は4bit(16色)カラーパレットや8bit(256色)カラーパレットなど複数登録することが可能であり、ウィンドウを表示する際には、ウィンドウ・ヘッダ110に記述されたカラーパレット111の指定情報により使用するカラーパレット111の指定が行われるようになっている。   FIG. 22 is a flowchart of the initialization process for the color palette 111. The system controller 61 reads the data of the color palette 111 stored in the flash ROM 104 into the buffer memory 95 via the DMA transfer circuit 87 (step 2201). Subsequently, the system controller 61 transfers the color palette 111 held in the buffer memory 95 to the SDRAM 98 connected to the MPEG2 decoder 89 through the DMA transfer circuit 87 (step 2202). Then, the system controller 61 instructs the MPEG2 decoder 89 to register the color palette 111 through the DMA transfer circuit 87, whereby the color palette 111 is registered in the MPEG2 decoder 89 (step 2203). A plurality of color palettes 111 such as a 4-bit (16 colors) color palette and an 8-bit (256 colors) color palette can be registered. When displaying a window, the color palette 111 described in the window header 110 is displayed. The color palette 111 to be used is designated by the designation information.

図23は、画面データの転送処理のフローチャートである。システムコントローラ61は、一つの画面を構成する複数のウィンドウのピクセル・データ112を、ウィンドウ間で決められている順番で、HDD24若しくはフラッシュROM104から一つずつ読み出し、MPEG2デコーダ89へ転送する(ステップ2301)。そしてこのデータ転送を画面を構成する複数のウィンドウのピクセル・データ112の転送がすべて完了するまで繰り返す。   FIG. 23 is a flowchart of a screen data transfer process. The system controller 61 reads the pixel data 112 of a plurality of windows constituting one screen one by one from the HDD 24 or the flash ROM 104 in the order determined between the windows, and transfers them to the MPEG2 decoder 89 (step 2301). ). This data transfer is repeated until the transfer of the pixel data 112 of a plurality of windows constituting the screen is completed.

図24は、図22のステップ2301のウィンドウデータ転送の処理手順を示すフローチャートである。システムコントローラ61は、個々のウィンドウについて、ピクセル・データ112のバイナリ値を反転して転送するか、反転させずにそのまま転送するかを決定する(ステップ2401)。たとえば、ユーザによってフォーカスが当てられている(選択されている)ウィンドウは、そのウィンドウのピクセル・データ112のバイナリ値を反転して転送すべきウィンドウとして判定され、その他、非フォーカス状態にあるウィンドウのピクセル・データ112は、バイナリ値を反転させることなくそのまま転送すべきウィンドウとして判定される。そして、システムコントローラ61は、この判定結果に基づき、ピクセル・データ112のバイナリ値を反転して転送する処理(ステップ2402)、または反転させずに転送する処理を行う(ステップ2403)。   FIG. 24 is a flowchart showing the window data transfer processing procedure in step 2301 of FIG. The system controller 61 determines whether the binary value of the pixel data 112 is inverted and transferred for each window or transferred without being inverted (step 2401). For example, a window that is focused (selected) by the user is determined as a window to be transferred by inverting the binary value of the pixel data 112 of the window, and other windows that are not focused. The pixel data 112 is determined as a window to be transferred as it is without inverting the binary value. Based on the determination result, the system controller 61 performs processing to invert and transfer the binary value of the pixel data 112 (step 2402), or processing to transfer without inversion (step 2403).

図25は、図24のステップ2402のウィンドウの個々のピクセル・データ112のバイナリ値を反転して転送する処理の手順を示すフローチャートである。この場合、システムコントローラ61は、まず、HDD24またはフラッシュROM104から表示対象のウィンドウのピクセル・データ112をRAM72 に読み込み(ステップ2501)、このRAM72 に読み込んだウィンドウのピクセル・データ112のバイナリ値を反転し(ステップ2502)、この反転させたバイナリ値で構成されるウィンドウのピクセル・データ112を、DMA転送回路87を通じてバッファメモリ95に転送する(ステップ2503)。バッファメモリ95にすべてのウィンドウのピクセル・データ112が保持されたところで、システムコントローラ61は、バッファメモリ95に保持されているウィンドウのピクセル・データ112をDMA転送回路87を通じて、MPEG2デコーダ89に接続されたSDRAM98に転送する(ステップ2504)。   FIG. 25 is a flowchart showing the procedure of the process of inverting and transferring the binary value of the individual pixel data 112 in the window in step 2402 of FIG. In this case, the system controller 61 first reads the pixel data 112 of the window to be displayed from the HDD 24 or the flash ROM 104 into the RAM 72 (step 2501), and inverts the binary value of the window pixel data 112 read into the RAM 72. (Step 2502), the pixel data 112 of the window composed of the inverted binary value is transferred to the buffer memory 95 through the DMA transfer circuit 87 (Step 2503). When the pixel data 112 of all windows is held in the buffer memory 95, the system controller 61 connects the window pixel data 112 held in the buffer memory 95 to the MPEG2 decoder 89 through the DMA transfer circuit 87. The data is transferred to the SDRAM 98 (step 2504).

図26は、図24のステップ2403のウィンドウのピクセル・データ112をそのまま転送する処理の手順を示すフローチャートである。この場合、システムコントローラ61は、まず、HDD24またはフラッシュROM104から表示対象のウィンドウのピクセル・データ112をRAM72に読み込み(ステップ2601)、このRAM72に読み込んだウィンドウのピクセル・データ112を、DMA転送回路87を通じてバッファメモリ95に転送する(ステップ2602)。バッファメモリ95にすべてのウィンドウのピクセル・データ112が保持されたところで、システムコントローラ61は、バッファメモリ95に保持されているウィンドウのピクセル・データ112をDMA転送回路87を通じて、MPEG2デコーダ89に接続されたSDRAM98に転送する(ステップ2603)。   FIG. 26 is a flowchart showing a processing procedure for transferring the pixel data 112 of the window in step 2403 of FIG. 24 as it is. In this case, the system controller 61 first reads the pixel data 112 of the window to be displayed from the HDD 24 or the flash ROM 104 into the RAM 72 (step 2601), and the DMA data transfer circuit 87 reads the window pixel data 112 read into the RAM 72. Through the buffer memory 95 (step 2602). When the pixel data 112 of all windows is held in the buffer memory 95, the system controller 61 connects the window pixel data 112 held in the buffer memory 95 to the MPEG2 decoder 89 through the DMA transfer circuit 87. The data is transferred to the SDRAM 98 (step 2603).

図27は、図21のステップ2103のウィンドウ・ヘッダ110をMPEG2デコーダ89へ登録する処理の手順を示すフローチャートである。システムコントローラ61は、ウィンドウ・ヘッダ生成用のプログラムに従って、転送したウィンドウのピクセル・データ112に対応するウィンドウ・ヘッダ110を生成する。このウィンドウ・ヘッダ110は、個々のウィンドウのサイズ、レイアウトなどの情報とともに、ウィンドウの表示に使用するカラーパレット111を指定する情報、表示対象のウィンドウのピクセル・データ112を指定する情報が含まれている(ステップ2701)。続いて、システムコントローラ61は、生成したウィンドウ・ヘッダ110をDMA転送回路87を通じてMPEG2デコーダ89に接続されたSDRAM98に転送する(ステップ2702)。MPEG2デコーダ89は、ウィンドウ・ヘッダ110が転送されてきたことを知ると、SDRAM98に書き込まれたウィンドウ・ヘッダ110の内容を自身の設定部に登録する(ステップ2703)。   FIG. 27 is a flowchart showing a procedure of processing for registering the window header 110 in step 2103 of FIG. The system controller 61 generates a window header 110 corresponding to the transferred window pixel data 112 in accordance with a window header generation program. The window header 110 includes information specifying the color palette 111 used for displaying the window and information specifying the pixel data 112 of the window to be displayed, as well as information such as the size and layout of each window. (Step 2701). Subsequently, the system controller 61 transfers the generated window header 110 to the SDRAM 98 connected to the MPEG2 decoder 89 through the DMA transfer circuit 87 (step 2702). When the MPEG2 decoder 89 knows that the window header 110 has been transferred, it registers the contents of the window header 110 written in the SDRAM 98 in its setting unit (step 2703).

このようにしてMPEG2デコーダ89にウィンドウ・ヘッダ110の内容が登録された後、図21のステップ2104で示したように、システムコントローラ61からDMA転送回路87を通じてMPEG2デコーダ89に画面表示のコマンドが与えられると、MPEG2デコーダ89は、ウィンドウ・ヘッダ110によって指定されたウィンドウのピクセル・データ112をSDRAM98から読み込み、このウィンドウのピクセル単位のデータであるパレット番号に対して、ウィンドウ・ヘッダ110により指定されたカラーパレット111から表示用の色データが読み込まれる。   After the contents of the window header 110 are registered in the MPEG2 decoder 89 in this way, a screen display command is given from the system controller 61 to the MPEG2 decoder 89 through the DMA transfer circuit 87 as shown in step 2104 of FIG. When this is done, the MPEG2 decoder 89 reads the pixel data 112 of the window specified by the window header 110 from the SDRAM 98, and the palette number which is data in units of pixels of this window is specified by the window header 110. Display color data is read from the color palette 111.

このように、この実施形態においては、ウィンドウのピクセル単位のデータであるパレット番号をそのまま利用するか、パレット番号のバイナリ値を反転して利用するかによって、文字と背景との色の組み合わせが異なる2種類のウィンドウを表示させることができる。すなわち、一つのウィンドウのデータで文字と背景との色の組み合わせが異なる2種類のウィンドウを選択的に切り替えて表示させることができる。これにより、一つのウィンドウに対して文字と背景との色の組み合わせが異なる2つのデータを用意する必要がなくなり、ウィンドウのデータによる記憶容量の消費量を低減することができる。   As described above, in this embodiment, the color combination of the character and the background differs depending on whether the palette number, which is data in pixel units of the window, is used as it is, or the binary value of the palette number is inverted. Two types of windows can be displayed. That is, it is possible to selectively switch and display two types of windows having different combinations of characters and background colors in one window data. As a result, it is not necessary to prepare two pieces of data with different color combinations of characters and background for one window, and the amount of storage capacity consumed by the window data can be reduced.

また、カラーパレット111は、ウィンドウのフォーカス時と非フォーカス時とでウィンドウにおける文字と背景との色の明暗の関係が反転するように、各色データに対するパレット番号の割り当てが決められたものとなっている。これにより、選択されているウィンドウと選択されていないウィンドウとの視覚的な差異が強まり、選択操作性が向上する。   The color palette 111 is assigned with a palette number for each color data so that the relationship between the color of the character and the background in the window is reversed between when the window is focused and when it is not focused. Yes. Thereby, the visual difference between the selected window and the unselected window is strengthened, and the selection operability is improved.

なお、本発明は、上述の実施形態にのみ限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。   It should be noted that the present invention is not limited to the above-described embodiment, and various modifications can be made without departing from the scope of the present invention.

上記の実施形態では、ウィンドウのデータのフォーカス時と非フォーカス時の表示において、ピクセル単位のデータであるパレット番号をそのまま利用するか、バイナリ値を反転して利用するかによって、文字と背景との色の組み合わせが異なる2種類のウィンドウを表示する場合について説明したが、本発明は、これに限定されるものではなく、ウィンドウ以外の様々な画像やオブジェクトの表示にも適用できることは言うまでもない。また、本発明は、文字と背景のみでなく、単に矩形領域の色を変更したり、図形画像の色を変更することにも、適用することが可能である。   In the above embodiment, characters and backgrounds are displayed depending on whether the palette number, which is data in pixel units, is used as it is or when the binary value is inverted in the display when the window data is focused and not focused. Although the case where two types of windows having different color combinations are displayed has been described, it is needless to say that the present invention is not limited to this and can be applied to display various images and objects other than windows. Further, the present invention can be applied not only to characters and backgrounds but also to simply changing the color of a rectangular area or changing the color of a graphic image.

また、本発明は、携帯型HDDビデオ再生装置100に適用する場合について説明したが、メニューなどの画像を表示する機能をもつ装置であれば、様々な種類の機器にも適用できる。たとえば、PDA(Personal Digital Assistant)、携帯電話、デジタルカメラ、ビデオカメラレコーダ、テレビジョンセット、カーナビゲーションシステム、コンピュータなどへの適用が考えられる。   Further, although the present invention has been described with respect to the case where it is applied to the portable HDD video playback device 100, the present invention can be applied to various types of devices as long as the device has a function of displaying an image such as a menu. For example, application to a PDA (Personal Digital Assistant), a mobile phone, a digital camera, a video camera recorder, a television set, a car navigation system, a computer, etc. can be considered.

本発明の一実施形態にかかる携帯型HDDビデオ再生装置の外観を示す斜視図である。1 is a perspective view showing an appearance of a portable HDD video playback device according to an embodiment of the present invention. 図1の携帯型HDDビデオ再生装置を正面から示した平面図である。FIG. 2 is a plan view showing the portable HDD video playback device of FIG. 1 from the front. 図1の携帯型HDDビデオ再生装置の断面図である。It is sectional drawing of the portable HDD video reproducing apparatus of FIG. 図1の携帯型HDDビデオ再生装置を上から見た平面図である。It is the top view which looked at the portable HDD video playback apparatus of FIG. 1 from the top. 図3の断面図における筐体1を示した図である。It is the figure which showed the housing | casing 1 in sectional drawing of FIG. メイン基板に実装された回路の構成を示す図である。It is a figure which shows the structure of the circuit mounted in the main board | substrate. 転送アプリケーションによってPCに表示される録画コンテンツの表示ウィンドウと転送用のウィンドウを示す図である。It is a figure which shows the display window and transfer window of the recording content displayed on PC by the transfer application. アクションメニューを示す図である。It is a figure which shows an action menu. タイトル一覧を示す図である。It is a figure which shows a title list. 環境設定画面を示す図である。It is a figure which shows an environment setting screen. ビデオストリームの再生経過(残り)時間を表示する画面を示す図である。It is a figure which shows the screen which displays the reproduction | regeneration progress (remaining) time of a video stream. 本発明の携帯型HDDビデオ再生装置の他の実施形態を示す断面図である。It is sectional drawing which shows other embodiment of the portable HDD video playback apparatus of this invention. 図1の携帯型HDDビデオ再生装置の内部構造を層ごとに示した平面図である。FIG. 2 is a plan view showing the internal structure of the portable HDD video playback device of FIG. 1 for each layer. 図1の携帯型HDDビデオ再生装置のパワーオンからビデオ再生が開始までの処理手順を示す図である。It is a figure which shows the process sequence from the power-on of the portable HDD video reproduction apparatus of FIG. 1 to a video reproduction start. ウィンドウを表示させるために必要なデータの構成を示す図である。It is a figure which shows the structure of the data required in order to display a window. 4bit(16色)のカラーパレットとピクセル・データの詳細を示す図である。It is a figure which shows the detail of a 4-bit (16 colors) color palette and pixel data. 4bit(16色)カラーパレットの使用時の、非フォーカス時およびフォーカス時のウィンドウの各表示例と、ウィンドウの非フォーカス時のピクセル・データのバイナリ値を反転させた結果の各例を示す図である。FIG. 6 is a diagram showing examples of window display during non-focusing and focusing when using a 4-bit (16 color) color palette, and examples of results obtained by inverting the binary value of pixel data when the window is not focused. is there. 図17のバイナリ値反転による変換をカラーパレット上で表現した図である。FIG. 18 is a diagram expressing conversion by binary value inversion of FIG. 17 on a color palette. 8bit(256色)カラーパレットの使用時の、非フォーカス時およびフォーカス時のウィンドウの各表示の例と、ウィンドウの非フォーカス時のピクセル・データのバイナリ値を反転させた結果の各例を示す図である。The figure which shows each example of each example of the result of having inverted the binary value of the pixel data at the time of the non-focusing at the time of using a 8-bit (256 colors) color palette at the time of non-focusing and a window It is. 図19のバイナリ値反転による変換をカラーパレット上で表現した図である。FIG. 20 is a diagram expressing the conversion by binary value inversion of FIG. 19 on a color palette. MPEG2デコーダの初期化から画面の表示までの流れを示すフローチャートである。It is a flowchart which shows the flow from initialization of an MPEG2 decoder to the display of a screen. カラーパレットの初期化処理のフローチャートである。It is a flowchart of the initialization process of a color palette. 画面データの転送処理のフローチャートである。It is a flowchart of a transfer process of screen data. 図22のステップ2301のウィンドウデータ転送の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the window data transfer of step 2301 of FIG. 図24のステップ2402のウィンドウのピクセル・データのバイナリ値を反転して転送する処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the process which inverts and transfers the binary value of the pixel data of the window of step 2402 of FIG. 図24のステップ2403のウィンドウのデータをそのまま転送する処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the process which transfers the data of the window of step 2403 of FIG. 24 as it is. 図21のステップ2103のウィンドウ・ヘッダをMPEG2デコーダへ登録する処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the process which registers the window header of step 2103 of FIG. 21 into an MPEG2 decoder.

符号の説明Explanation of symbols

24 HDD
61 システムコントローラ
87 DMA転送回路
89 MPEG2デコーダ
95 バッファメモリ
100 携帯型HDDビデオ再生装置
110 ウィンドウ・ヘッダ
111 カラーパレット
112 ピクセル・データ
113 パレット番号
118 色の情報
304 ウィンドウ
24 HDD
61 system controller 87 DMA transfer circuit 89 MPEG2 decoder 95 buffer memory 100 portable HDD video playback device 110 window header 111 color palette 112 pixel data 113 palette number 118 color information 304 window

Claims (6)

複数の色データにパレット番号を割り当てて構成されたカラーパレットの前記パレット番号により表現されたピクセル単位のデータで構成される画像が記憶された記憶部と、
前記カラーパレットを用いて画像のピクセル単位のデータを色データに変換する変換部と、
前記記憶部から前記画像のデータを読み込み、読み込んだピクセル単位のデータのバイナリ値を反転して前記変換部に転送するか、反転させずに前記変換部に転送するかを制御する制御部と
を具備することを特徴とする画像処理装置。
A storage unit storing an image composed of data in pixel units expressed by the palette number of a color palette configured by assigning a palette number to a plurality of color data;
A conversion unit that converts pixel-unit data of an image into color data using the color palette;
A control unit that reads the image data from the storage unit and controls whether the binary value of the read pixel unit data is inverted and transferred to the conversion unit or transferred to the conversion unit without being inverted; and An image processing apparatus comprising:
前記画像が表示画面の上でユーザによって選択された状態と非選択の状態との二つの状態をとり得るものであり、
前記制御部は、前記画像の選択/非選択の状態に応じて、前記記憶部から読み込んだピクセル単位のデータのバイナリ値を反転して前記変換部に転送するか、反転させずに前記変換部に転送するかを制御する
ことを特徴とする請求項1に記載の画像処理装置。
The image can take two states, a state selected by the user on the display screen and a non-selected state,
The control unit inverts the binary value of the pixel unit data read from the storage unit according to the selection / non-selection state of the image and transfers the inverted value to the conversion unit or without the conversion, the conversion unit The image processing apparatus according to claim 1, further comprising:
前記画像が、互いに色の異なる文字と背景とで構成され、
前記カラーパレットが、前記画像の選択時と非選択時とで前記画像における文字と背景との色の明暗の関係が反転するように、各色データに対するパレット番号の割り当てが決められている
ことを特徴とする請求項2に記載の画像処理装置。
The image is composed of characters and backgrounds of different colors,
The color palette is assigned with a palette number for each color data so that the relationship between the color of the character and the background in the image is reversed between when the image is selected and when the image is not selected. The image processing apparatus according to claim 2.
複数の色データにパレット番号を割り当てて構成されたカラーパレットの前記パレット番号により表現されたピクセル単位のデータで構成される画像を読み込むステップと、
前記読み込んだピクセル単位のデータを前記カラーパレットを用いて色データに変換するステップと、
前記読み込んだピクセル単位のデータを反転するステップと、
前記反転させたピクセル単位のデータを前記カラーパレットを用いて色データに変換するステップと
を具備することを特徴とする画像処理方法。
Reading an image composed of pixel unit data expressed by the palette number of a color palette configured by assigning a palette number to a plurality of color data;
Converting the read pixel unit data into color data using the color palette;
Inverting the read pixel unit data;
And converting the inverted pixel unit data into color data using the color palette.
前記画像が表示画面の上でユーザによって選択された状態と非選択の状態との二つの状態をとり得るものであり、
前記画像の選択/非選択の状態に応じて、前記ピクセル単位のデータのバイナリ値を反転させるか否かを切り替える
ことを特徴とする請求項4に記載の画像処理方法。
The image can take two states, a state selected by the user on the display screen and a non-selected state,
The image processing method according to claim 4, wherein whether or not to invert a binary value of the data in pixel units is switched according to a selection / non-selection state of the image.
前記画像が、互いに色の異なる文字と背景とで構成され、
前記カラーパレットが、前記画像の選択時と非選択時とで前記画像における文字と背景との色の明暗の関係が反転するように、各色データに対するパレット番号の割り当てが決められている
ことを特徴とする請求項5に記載の画像処理方法。
The image is composed of characters and backgrounds of different colors,
The color palette is assigned with a palette number for each color data so that the relationship between the color of the character and the background in the image is reversed between when the image is selected and when the image is not selected. The image processing method according to claim 5.
JP2003375003A 2003-11-04 2003-11-04 Image processing apparatus and image processing method Pending JP2005140871A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003375003A JP2005140871A (en) 2003-11-04 2003-11-04 Image processing apparatus and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003375003A JP2005140871A (en) 2003-11-04 2003-11-04 Image processing apparatus and image processing method

Publications (1)

Publication Number Publication Date
JP2005140871A true JP2005140871A (en) 2005-06-02

Family

ID=34686501

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003375003A Pending JP2005140871A (en) 2003-11-04 2003-11-04 Image processing apparatus and image processing method

Country Status (1)

Country Link
JP (1) JP2005140871A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014062984A (en) * 2012-09-20 2014-04-10 Xing Inc Sound generating device and program for sound generation
CN108460825A (en) * 2018-03-15 2018-08-28 中辰远瞻(北京)照明设计有限公司 A kind of nightscape lighting scheme works figure production method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014062984A (en) * 2012-09-20 2014-04-10 Xing Inc Sound generating device and program for sound generation
CN108460825A (en) * 2018-03-15 2018-08-28 中辰远瞻(北京)照明设计有限公司 A kind of nightscape lighting scheme works figure production method

Similar Documents

Publication Publication Date Title
RU2420785C2 (en) Terminal and display method thereof
JP5147424B2 (en) Image display apparatus, control method therefor, and program
US20090172598A1 (en) Multimedia reproducing apparatus and menu screen display method
JP2003008946A (en) Image pickup device
US20050152677A1 (en) Playback system
JP3891168B2 (en) Electronic device, content transfer method and program thereof
US6434337B1 (en) Warning device and method in multifunction electronic apparatus
US7265782B2 (en) Image recording device with a post-recording function
CN101888480A (en) Use the multi-display digital image processing equipment and the method for operation of external display device
JP3790871B2 (en) Image playback device
JP2006107194A (en) Electronic equipment
JP2005141335A (en) Information storage/reproduction device and its file access method
JP2005140871A (en) Image processing apparatus and image processing method
US7515192B2 (en) Image reproducing apparatus and method for reproducing image
JP2007325208A (en) Display controller
US7420903B2 (en) Electronic equipment, highlighting method, and program installed in the equipment
JP4305106B2 (en) Portable HDD video playback device
JP4325366B2 (en) Program, image processing apparatus, and image processing method
US20050122415A1 (en) Imaging apparatus
JP2005157576A (en) Data processor and data processing method
JP2007164866A (en) Video signal reproducing apparatus
JP4250246B2 (en) Electronics
JP4289285B2 (en) Information processing apparatus and data transfer method
JP2005142685A (en) Information recording/reproducing apparatus, reproducing method, and program
JP4687007B2 (en) Digital camera and display method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060424