JP2008066818A - Image reproduction system, control method of image reproducing device, and image reproducing device - Google Patents

Image reproduction system, control method of image reproducing device, and image reproducing device Download PDF

Info

Publication number
JP2008066818A
JP2008066818A JP2006239806A JP2006239806A JP2008066818A JP 2008066818 A JP2008066818 A JP 2008066818A JP 2006239806 A JP2006239806 A JP 2006239806A JP 2006239806 A JP2006239806 A JP 2006239806A JP 2008066818 A JP2008066818 A JP 2008066818A
Authority
JP
Japan
Prior art keywords
image data
image
cache memory
state
storage device
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.)
Granted
Application number
JP2006239806A
Other languages
Japanese (ja)
Other versions
JP4709103B2 (en
JP2008066818A5 (en
Inventor
Hideyasu Takao
英靖 高尾
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2006239806A priority Critical patent/JP4709103B2/en
Publication of JP2008066818A publication Critical patent/JP2008066818A/en
Publication of JP2008066818A5 publication Critical patent/JP2008066818A5/ja
Application granted granted Critical
Publication of JP4709103B2 publication Critical patent/JP4709103B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To suppress the power consumption of a device side having, for example, a small battery remaining capacity as small as possible and to display an image quickly by efficiently using a cache memory according to power source states and a communication state. <P>SOLUTION: An image reproducing device 100 switches between image data to be deleted from the cache memory 30 and image data to be added to the cache memory 30 according to the power source states of a storage device 101 and the image reproducing device 100 and the state of communication between the storage device 101 and image reproducing device 100. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、ストレージ装置と画像再生装置との電源状態等に応じてキャッシュメモリ内の画像データを切り換える技術に関するものである。   The present invention relates to a technique for switching image data in a cache memory in accordance with a power supply state between a storage device and an image reproduction device.

従来、デジタルカメラ等の撮像装置は、撮影画像を再生表示することができる。撮影画像の出来具合を撮影したその場でユーザが確認することができ、ユーザが所望しない画像は削除できる。   Conventionally, an imaging apparatus such as a digital camera can reproduce and display a captured image. The user can check the result of shooting the photographed image, and an image that the user does not want can be deleted.

また、撮影画像をバックアップするため、デジタルカメラとPC(パーソナルコンピュータ)を接続又はリムーバブルメディアをPCへ挿入していた。近年、PCを介さずにデジタルカメラと大容量記録媒体を有するストレージ装置とを接続し、撮影画像の保存又は保存した撮影画像を再生表示することができる。また、デジタルカメラに挿入した記録メディア内の画像やストレージ装置内の画像を再生表示することもできる。更にポータブルなストレージ装置が登場し、電池駆動することができる。   In addition, in order to back up captured images, a digital camera and a PC (personal computer) are connected or a removable medium is inserted into the PC. In recent years, it has been possible to connect a digital camera and a storage device having a large-capacity recording medium without using a PC, and store a captured image or reproduce and display a captured image. In addition, an image in a recording medium inserted in a digital camera or an image in a storage device can be reproduced and displayed. In addition, portable storage devices have appeared and can be battery powered.

一方、画像再生を高速に行うため、デジタルカメラに有するメモリを再生画像用キャッシュメモリとして利用する方法が用いられている。キャッシュメモリの容量が不足した場合は、データに対する何らかの優先度に従って、最も優先度の低いデータに代えて新たな画像データを保存するのが一般的である。   On the other hand, in order to perform image reproduction at high speed, a method of using a memory included in a digital camera as a reproduction image cache memory is used. When the capacity of the cache memory is insufficient, it is common to store new image data in place of the lowest priority data according to some priority for the data.

例えば、キャッシュメモリ管理はLRU方式(Least Recently Used)で行う。LRU方式とは、最も使用されていないものから順次画像データをキャッシュメモリより捨てる方式である。新たな画像データを再生する場合、キャッシュメモリに画像データが存在するか確認し、存在すればLRU方式によりキャッシュメモリから該当する画像データを捨てる。次に再生画像データをキャッシュメモリに格納する。   For example, cache memory management is performed by the LRU method (Least Recently Used). The LRU method is a method in which image data is discarded from the cache memory sequentially from the least used one. When reproducing new image data, it is confirmed whether the image data exists in the cache memory, and if it exists, the corresponding image data is discarded from the cache memory by the LRU method. Next, the reproduced image data is stored in the cache memory.

また、圧縮記憶された画像データのデコードに要した時間に基いて、置き換え対象となる画像データを決定する手法が提案されている(例えば、特許文献1参照)。   Also, a method has been proposed in which image data to be replaced is determined based on the time required for decoding compressed and stored image data (see, for example, Patent Document 1).

特許文献1に開示される発明は、圧縮記憶された画像データのデコードに要した時間に基いて置き換え対象となる画像データを決定し、デコードに時間が掛かる画像データをキャッシュメモリに置くことにより、画像データの再生を高速に行うことができる。また、デコードに時間が掛からない画像はキャッシュメモリに置かないが、平均的な再生時間の高速化を図ることができる。   The invention disclosed in Patent Document 1 determines the image data to be replaced based on the time required to decode the compressed and stored image data, and places the image data that takes time to decode in the cache memory. Image data can be played back at high speed. Also, images that do not take much time to decode are not placed in the cache memory, but the average playback time can be increased.

特開2005−74626号公報JP 2005-74626 A

しかしながら、キャッシュメモリに置かない画像データがストレージ装置内に存在する場合、画像再生する度にストレージ装置との通信による電力消費とストレージ装置内のメディアアクセスによる電力消費とが発生する。デジタルカメラの電池状態がFullバッテリ状態にも関わらず、ストレージ装置の電池状態がLowバッテリ状態の場合、上記電力消費により、バッテリ切れを起こし、画像を再生表示することができないといった問題が発生する。   However, when image data that is not stored in the cache memory exists in the storage device, power consumption due to communication with the storage device and power consumption due to media access in the storage device occur each time an image is reproduced. When the battery state of the digital camera is the full battery state but the battery state of the storage device is the low battery state, the above power consumption causes a problem that the battery runs out and the image cannot be reproduced and displayed.

一方、キャッシュメモリに置かない画像データがデジタルカメラ内に存在する場合、デジタルカメラの記録メディアアクセスによる電力消費が発生する。デジタルカメラの電池状態がLowバッテリ状態の場合、上記電力消費により、バッテリ切れを起こし、画像を再生表示することができないといった問題が発生する。   On the other hand, when image data that is not stored in the cache memory exists in the digital camera, power consumption occurs due to access to the recording medium of the digital camera. When the battery state of the digital camera is a low battery state, the above power consumption causes a problem that the battery runs out and an image cannot be reproduced and displayed.

そこで、本発明の目的は、電源状態及び通信状態に応じて、キャッシュメモリを効率よく使用し、例えば電池残量が少ない装置側の消費電力を極力抑え、且つ高速に画像を表示可能とすることにある。   Accordingly, an object of the present invention is to efficiently use a cache memory according to the power supply state and communication state, for example, to suppress power consumption on the device side where the remaining battery level is low as much as possible and to display an image at high speed. It is in.

本発明の画像再生システムは、画像データを記録する記録手段、及び、外部装置と接続可能な通信手段を備えた電源状態が把握可能なストレージ装置と、画像データを記録する記録媒体との接続手段、前記ストレージ装置と通信可能な通信手段、前記記録手段及び前記記録媒体のうちの少なくとも何れか一方に記録される画像データを一時的に記憶するキャッシュメモリ、及び、前記キャッシュメモリに記録された画像データを画像表示手段に表示させる表示制御手段を備え、前記ストレージ装置と当該画像再生装置との電源状態、及び、前記ストレージ装置と当該画像再生装置との通信状態が把握可能な画像再生装置とを含む画像再生システムにおいて、前記画像再生装置は、前記ストレージ装置の電源状態、当該画像再生装置の電源状態及び前記通信状態に応じて、前記キャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換える制御手段を有することを特徴とする。
本発明の画像再生装置の制御方法は、画像データを記録する記録手段と、外部装置と接続可能な通信手段とを備えた電源状態が把握可能なストレージ装置と通信可能な画像再生装置の制御方法であって、前記ストレージ装置と当該画像再生装置との電源状態、及び、前記ストレージ装置と当該画像再生装置との通信状態を検知する検知ステップと、前記ストレージ装置の電源状態、当該画像再生装置の電源状態及び前記通信状態に応じて、画像データを記録する記録媒体及び前記記録手段のうちの少なくとも何れか一方に記録される画像データを一時的に記録するキャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換える制御ステップと、前記キャッシュメモリに記録された画像データを画像表示手段に表示させる表示制御ステップとを含むことを特徴とする。
本発明の画像再生装置は、画像データを記録する記録手段と、外部装置と接続可能な通信手段とを備えた電源状態が把握可能なストレージ装置と通信可能な画像再生装置であって、前記ストレージ装置と当該画像再生装置との電源状態、及び、前記ストレージ装置と当該画像再生装置との通信状態を検知する検知手段と、前記ストレージ装置の電源状態、当該画像再生装置の電源状態及び前記通信状態に応じて、画像データを記録する記録媒体及び前記記録手段のうちの少なくとも何れか一方に記録される画像データを一時的に記録するキャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換える制御手段と、前記キャッシュメモリに記録された画像データを画像表示手段に表示させる表示制御手段とを含むことを特徴とする。
An image reproduction system according to the present invention includes a recording unit that records image data, a storage device that includes a communication unit that can be connected to an external device, and a connection unit that connects a recording medium that records image data. , A communication unit capable of communicating with the storage device, a cache memory for temporarily storing image data recorded in at least one of the recording unit and the recording medium, and an image recorded in the cache memory An image reproduction device comprising display control means for displaying data on an image display means, and capable of grasping a power supply state between the storage device and the image reproduction device and a communication state between the storage device and the image reproduction device. In the image reproduction system including the image reproduction device, the power state of the storage device, the power state of the image reproduction device Depending on the fine said communication state, and having a control means for the switching between the image data to be added to the image data to be deleted from the cache memory to the cache memory.
An image reproducing apparatus control method according to the present invention is a method for controlling an image reproducing apparatus capable of communicating with a storage apparatus including a recording unit that records image data and a communication unit that can be connected to an external apparatus. A detection step of detecting a power state between the storage device and the image reproduction device and a communication state between the storage device and the image reproduction device; a power state of the storage device; The image data to be deleted from the cache memory for temporarily recording the image data recorded in at least one of the recording medium for recording the image data and the recording means according to the power supply state and the communication state, and the cache A control step of switching image data to be added to the memory, and image data recorded in the cache memory Characterized in that it comprises a display control step of displaying on the device.
An image reproduction apparatus according to the present invention is an image reproduction apparatus capable of communicating with a storage device that has a recording unit that records image data and a communication unit that can be connected to an external device and that can grasp a power supply state. Detecting means for detecting a power state of the apparatus and the image reproduction apparatus, and a communication state between the storage apparatus and the image reproduction apparatus, a power state of the storage apparatus, a power state of the image reproduction apparatus, and the communication state In accordance with the image data to be recorded, the image data to be deleted from the cache memory for temporarily recording the image data recorded on at least one of the recording medium and the recording means, and the image data to be added to the cache memory And a display control means for displaying the image data recorded in the cache memory on the image display means. Characterized in that it comprises and.

本発明においては、ストレージ装置の電源状態、画像再生装置の電源状態及びそれらの間の通信状態に応じて、キャッシュメモリから削除する画像データ、キャッシュメモリに追加する画像データを切り換えるようにしている。従って、本発明によれば、電源状態及び通信状態に応じて、キャッシュメモリを効率よく使用することが可能となり、例えば電池残量が少ない装置側の消費電力を極力抑え、且つ高速に画像を表示することができる。   In the present invention, the image data to be deleted from the cache memory and the image data to be added to the cache memory are switched according to the power supply state of the storage device, the power supply state of the image reproducing device, and the communication state therebetween. Therefore, according to the present invention, the cache memory can be used efficiently according to the power supply state and the communication state. For example, the power consumption on the device side where the remaining battery level is low is suppressed as much as possible, and an image is displayed at high speed. can do.

以下、本発明を適用した好適な実施形態を、添付図面を参照しながら詳細に説明する。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments to which the invention is applied will be described in detail with reference to the accompanying drawings.

<第1の実施形態>
まず、本発明の第1の実施形態について説明する。図1は、本発明の実施形態に係る画像再生システムの一構成例を示した図である。
<First Embodiment>
First, a first embodiment of the present invention will be described. FIG. 1 is a diagram showing a configuration example of an image reproduction system according to an embodiment of the present invention.

100は、画像再生装置であり、TFT LCD等から成る画像表示部28、電池やACアダプタ等から成る電源部86、SD/CF等の内部メディア99、及び、WLAN等の無線通信部33から構成される。画像表示部28には、内部メディア99内に記録された画像データ及び大容量記録媒体17内に記録された画像データを表示する。   Reference numeral 100 denotes an image reproducing device, which includes an image display unit 28 composed of a TFT LCD or the like, a power source unit 86 composed of a battery or an AC adapter, an internal medium 99 such as SD / CF, and a wireless communication unit 33 such as a WLAN. Is done. The image display unit 28 displays the image data recorded in the internal medium 99 and the image data recorded in the large-capacity recording medium 17.

101は、画像再生装置100と無線通信接続するストレージ装置であり、電池やACアダプタ等から成る電源部11、HDD等の大容量記録媒体17、WLAN等の無線通信部20から構成される。   A storage device 101 is connected to the image playback device 100 by wireless communication, and includes a power supply unit 11 including a battery and an AC adapter, a large capacity recording medium 17 such as an HDD, and a wireless communication unit 20 such as a WLAN.

図2は、図1で示した画像再生システムの内部構成をより詳細に示したブロック図である。まず最初に、画像再生装置100のブロックから説明を行う。   FIG. 2 is a block diagram showing in more detail the internal configuration of the image reproduction system shown in FIG. First, the block of the image playback device 100 will be described.

22はメモリ制御回路であり、画像表示メモリ24、D/A変換器26、メモリ30、圧縮・伸長回路32を制御する。   A memory control circuit 22 controls the image display memory 24, the D / A converter 26, the memory 30, and the compression / decompression circuit 32.

24は画像表示メモリ、26はD/A変換器、28はTFT LCD等から成る画像表示部であり、画像表示メモリ24に書き込まれた表示用の画像データはD/A変換器26を介して画像表示部28により表示される。また、画像表示部28は、システム制御回路50の指示により任意に表示をON/OFFすることが可能であり、表示をOFFにした場合には画像再生装置100の電力消費を大幅に低減することができる。   Reference numeral 24 denotes an image display memory, 26 denotes a D / A converter, 28 denotes an image display unit including a TFT LCD, and the image data for display written in the image display memory 24 passes through the D / A converter 26. Displayed by the image display unit 28. The image display unit 28 can arbitrarily turn on / off the display according to an instruction from the system control circuit 50. When the display is turned off, the power consumption of the image reproducing device 100 can be greatly reduced. Can do.

30は再生画像データを格納するためのメモリであり、所定枚数の静止画像データや所定時間の動画像データを格納するのに十分な記憶容量を備えている。また複数枚の静止画像データを連続して再生する場合にも、高速かつ大量の画像読み込み・書き込みをメモリ30に対して行うことが可能となる。これにより、画像再生を行うためのキャッシュメモリとして利用可能である。また、メモリ30はシステム制御回路50の作業領域としても使用することが可能である。   Reference numeral 30 denotes a memory for storing reproduced image data, which has a storage capacity sufficient for storing a predetermined number of still image data and moving image data for a predetermined time. Further, even when a plurality of still image data are continuously reproduced, it is possible to read and write a large amount of images to the memory 30 at high speed. Thereby, it can be used as a cache memory for performing image reproduction. The memory 30 can also be used as a work area for the system control circuit 50.

32は適応離散コサイン変換(ADCT)、ウェーブレット変換等により画像データを圧縮伸長する圧縮・伸長回路であり、メモリ30に格納された画像を読み込んで圧縮処理或いは伸長処理を行い、処理を終えたデータをメモリ30に書き込む。   Reference numeral 32 denotes a compression / decompression circuit that compresses and decompresses image data by adaptive discrete cosine transform (ADCT), wavelet transform, etc., and reads the image stored in the memory 30 to perform compression processing or decompression processing. Is written into the memory 30.

50は画像再生装置100全体を制御するシステム制御回路であり、52はシステム制御回路50の動作用の定数、変数、プログラム等を記憶するメモリである。   Reference numeral 50 denotes a system control circuit that controls the entire image reproducing apparatus 100, and reference numeral 52 denotes a memory that stores constants, variables, programs, and the like for operation of the system control circuit 50.

54はシステム制御回路50でのプログラムの実行に応じて、文字、画像、音声等を用いて動作状態やメッセージ等を表示する液晶表示装置、スピーカ等の表示部である。表示部54は、画像再生装置100の操作部近辺の視認し易い位置に単数或いは複数個所設置され、例えばLCDやLED、発音素子等の組み合わせにより構成されている。   Reference numeral 54 denotes a display unit such as a liquid crystal display device or a speaker that displays an operation state, a message, or the like using characters, images, sounds, or the like in accordance with execution of a program in the system control circuit 50. The display unit 54 is installed at a single or a plurality of positions near the operation unit of the image reproduction apparatus 100 so as to be easily visible, and is configured by a combination of an LCD, an LED, a sound generation element, and the like.

また、表示部54の表示内容のうち、LCD等に表示するものとしては、例えば、時計用電池残量表示、電池残量表示、エラー表示、複数桁の数字による情報表示、記録媒体99の着脱状態表示、通信I/F動作表示、日付・時刻表示等がある。そのほかに、記録媒体に保存されている画像ファイルの表示、記録媒体に保存されている画像ファイル名のリスト表示、外部コンピュータとの接続状態を示す表示、外部ストレージとの接続状態を示す表示等もある。また、外部コンピュータもしくは外部ストレージとの画像ファイル等のデータの送受信の状態を示す表示等もある。   Further, among the display contents of the display unit 54, what is displayed on the LCD or the like is, for example, a clock battery remaining amount display, a battery remaining amount display, an error display, an information display by a multi-digit number, and the attachment / detachment of the recording medium 99. There are status display, communication I / F operation display, date / time display, and the like. In addition, display of image files stored on recording media, list display of image file names stored on recording media, display of connection status with external computer, display of connection status with external storage, etc. is there. In addition, there is a display indicating the transmission / reception state of data such as an image file with an external computer or external storage.

56は電気的に消去・記録可能な不揮発性メモリであり、例えばEEPROM、フラッシュメモリ等が用いられる。   Reference numeral 56 denotes an electrically erasable / recordable nonvolatile memory such as an EEPROM or a flash memory.

60、70は、システム制御回路50の各種の動作指示を入力するための操作手段であり、スイッチやダイアル、タッチパネル、視線検知によるポインティング、音声認識装置等の単数或いは複数の組み合わせで構成される。   Reference numerals 60 and 70 denote operation means for inputting various operation instructions of the system control circuit 50, and are configured by a single or a combination of a switch, a dial, a touch panel, pointing by eye-gaze detection, a voice recognition device, or the like.

ここで、これらの操作手段の具体的な説明を行う。
60は電源スイッチ(メインスイッチ)で、画像再生装置100の電源オン、電源オフの各モードを切り替え設定することができる。また、画像再生装置100に接続された各種付属装置の電源オン、電源オフの設定も合わせて切り替え設定することができる。
Here, a specific description of these operating means will be given.
Reference numeral 60 denotes a power switch (main switch) that can switch and set the power-on and power-off modes of the image playback apparatus 100. In addition, the power-on and power-off settings of various accessory devices connected to the image reproduction device 100 can be switched and set together.

70は各種ボタンやタッチパネル等からなる操作部である。操作部70には、メニューボタン、セットボタン、マクロボタン、マルチ画面再生改ページボタン、メニュー移動+(プラス)ボタン、メニュー移動−(マイナス)ボタン、再生画像移動+(プラス)ボタン、再生画像−(マイナス)ボタンが含まれる。また、日付/時間設定ボタン、画像表示ON/OFFボタン、圧縮モードスイッチ、再生及び或いは通信を実行する際に各種機能の選択及び切り替えを設定する選択/切り替えスイッチ等も含まれる。その他に、再生及び或いは通信を実行する際に各種機能やユーザ設定、画像に対するプロパティ設定などの決定及び実行を行う決定/実行スイッチ等がある。なお、画像に対するプロパティの1つには当該画像に対する圧縮許可属性が含まれている。   An operation unit 70 includes various buttons and a touch panel. The operation unit 70 includes a menu button, a set button, a macro button, a multi-screen playback page break button, a menu movement + (plus) button, a menu movement − (minus) button, a playback image movement + (plus) button, and a playback image −. Includes a (minus) button. Further, a date / time setting button, an image display ON / OFF button, a compression mode switch, a selection / switching switch for setting selection and switching of various functions when performing reproduction and / or communication, and the like are also included. In addition, there are a determination / execution switch for determining and executing various functions, user settings, property settings for images, and the like when executing reproduction and / or communication. Note that one of the properties for an image includes a compression permission attribute for the image.

80は電源制御手段である。電源制御手段80は、電池検出回路、DC−DCコンバータ、通電するブロックを切り替えるスイッチ回路等により構成される。電源制御手段80は、電池の装着の有無、電池の種類、電池残量の検出を行う。そして、電源制御手段80は、検出結果及びシステム制御回路50の指示に基づいてDC−DCコンバータを制御し、必要な電圧を必要な期間、記録媒体を含む各部へ供給する。システム制御回路50は、電池残量から電池の状態をFull/Half/Low/Emptyと判別し、且つ電池の残余時間を算出することができる。   Reference numeral 80 denotes power supply control means. The power supply control means 80 includes a battery detection circuit, a DC-DC converter, a switch circuit that switches a block to be energized, and the like. The power control means 80 detects the presence / absence of a battery, the type of battery, and the remaining battery level. Then, the power control unit 80 controls the DC-DC converter based on the detection result and the instruction from the system control circuit 50, and supplies a necessary voltage to each unit including the recording medium for a necessary period. The system control circuit 50 can determine the state of the battery as Full / Half / Low / Empty from the remaining battery level and calculate the remaining battery time.

86はアルカリ電池やリチウム電池等の一次電池やNiCd電池やNiMH電池、Lo−ion電池等の二次電池、ACアダプタ等からなる電源手段である。   Reference numeral 86 denotes a power supply means including a primary battery such as an alkaline battery or a lithium battery, a secondary battery such as a NiCd battery, a NiMH battery, or a Lo-ion battery, an AC adapter, or the like.

90はメモリカードやハードディスク等の記録媒体とのインタフェースである。99はメモリカードやハードディスク等の記録媒体である。また、記録媒体は現在利用可能な空き容量を取得することができるものとする。更にメディアアクセスに対する消費電力を算出することができシステム制御回路50へ通知する。なお、記録媒体99は本実施形態では画像再生装置100に内蔵される構成として説明している。   Reference numeral 90 denotes an interface with a recording medium such as a memory card or a hard disk. Reference numeral 99 denotes a recording medium such as a memory card or a hard disk. Also, it is assumed that the recording medium can acquire the currently available free space. Furthermore, power consumption for media access can be calculated and notified to the system control circuit 50. In this embodiment, the recording medium 99 is described as being built in the image reproducing apparatus 100.

33は通信手段である。通信手段33は、WLAN(Wireless Local Area Network)等の無線通信、IrDA(Infrared Data Association)等の赤外線通信、光通信等の各種通信機能を有する。また、それらのうちの一部の組み合わせを備える構成でもよい。さらに、通信手段33は、通信状態及び通信に伴う消費電力の算出を行い、検出結果をシステム制御回路50へ通知する。   33 is a communication means. The communication means 33 has various communication functions such as wireless communication such as WLAN (Wireless Local Area Network), infrared communication such as IrDA (Infrared Data Association), and optical communication. Moreover, the structure provided with the one part combination of them may be sufficient. Further, the communication unit 33 calculates the communication state and the power consumption associated with the communication, and notifies the system control circuit 50 of the detection result.

次に、ストレージ装置101のブロックの説明を行う。
19は転送画像を格納するためのメモリであり、所定枚数の静止画像を格納するのに十分な記憶容量を備えている。高速且つ大量の画像読み込み・書き込みをメモリ19に対して行うことが可能となる。これにより、画像転送を行うためのキャッシュメモリとして利用可能である。また、メモリ19はシステム制御回路12の作業領域としても使用することが可能である。
Next, the block of the storage apparatus 101 will be described.
Reference numeral 19 denotes a memory for storing transfer images, which has a storage capacity sufficient to store a predetermined number of still images. High-speed and large-scale image reading / writing can be performed on the memory 19. Thus, it can be used as a cache memory for performing image transfer. The memory 19 can also be used as a work area for the system control circuit 12.

12はストレージ装置101全体を制御するシステム制御回路であり、14はシステム制御回路12の動作用の定数、変数、プログラム等を記憶するメモリである。   A system control circuit 12 controls the entire storage apparatus 101, and a memory 14 stores constants, variables, programs, and the like for the operation of the system control circuit 12.

16はシステム制御回路12でのプログラムの実行に応じて、文字、画像、音声等を用いて動作状態やメッセージ等を表示する液晶表示装置、スピーカ等の表示部である。表示部16は、ストレージ装置101の操作部近辺の視認し易い位置に単数或いは複数個所設置され、例えばLCDやLED、発音素子等の組み合わせにより構成されている。   Reference numeral 16 denotes a display unit such as a liquid crystal display device or a speaker that displays an operation state, a message, or the like using characters, images, sounds, or the like in accordance with execution of a program in the system control circuit 12. The display unit 16 is installed in a single or a plurality of locations near the operation unit of the storage device 101 and easily visible, and is configured by a combination of, for example, an LCD, an LED, a sounding element, and the like.

また、表示部16の表示内容のうち、LCD等に表示するものとしては、例えば、電池残量表示、エラー表示、通信I/F動作表示、外部コンピュータとの接続状態を示す表示、外部画像再生装置との接続状態を示す表示等がある。さらには、外部コンピュータもしくは外部画像再生装置との画像ファイル等のデータの送受信の状態を示す表示等もある。   Among the display contents of the display unit 16, what is displayed on the LCD or the like includes, for example, a battery remaining amount display, an error display, a communication I / F operation display, a display indicating a connection state with an external computer, and external image reproduction. There is a display showing the connection status with the device. Furthermore, there is a display showing a state of transmission / reception of data such as an image file with an external computer or an external image reproduction apparatus.

15は電気的に消去・記録可能な不揮発性メモリであり、例えばEEPROM、フラッシュメモリ等が用いられる。   Reference numeral 15 denotes an electrically erasable / recordable nonvolatile memory such as an EEPROM or a flash memory.

13は、電源スイッチ(メインスイッチ)で、ストレージ装置101の電源オン、電源オフの各モードを切り替え設定することができる。   Reference numeral 13 denotes a power switch (main switch) that can switch and set the power-on and power-off modes of the storage apparatus 101.

10は電源制御手段で、電池検出回路、DC−DCコンバータ、通電するブロックを切り替えるスイッチ回路等により構成されている。電源制御手段10は、電池の装着の有無、電池の種類、電池残量の検出を行う。そして、電源制御手段10は、検出結果及びシステム制御回路12の指示に基づいてDC−DCコンバータを制御し、必要な電圧を必要な期間、記録媒体を含む各部へ供給する。システム制御回路12は、電池残量から電池の状態をFull/Half/Low/Emptyと判別し、且つ電池の残余時間を算出することができる。   Reference numeral 10 denotes a power supply control means, which includes a battery detection circuit, a DC-DC converter, a switch circuit that switches blocks to be energized, and the like. The power control means 10 detects the presence / absence of a battery, the type of battery, and the remaining battery level. Then, the power control unit 10 controls the DC-DC converter based on the detection result and the instruction from the system control circuit 12, and supplies a necessary voltage to each unit including the recording medium for a necessary period. The system control circuit 12 can determine the state of the battery as Full / Half / Low / Empty from the remaining battery level and calculate the remaining battery time.

11はアルカリ電池やリチウム電池等の一次電池やNiCd電池やNiMH電池、Li−ion電池等の二次電池、ACアダプタ等からなる電源手段である。   Reference numeral 11 denotes a power supply means including a primary battery such as an alkaline battery or a lithium battery, a secondary battery such as a NiCd battery, NiMH battery or Li-ion battery, an AC adapter, or the like.

18はメモリカードやハードディスク等の記録媒体とのインタフェースである。17はメモリカードやハードディスク等の記録媒体である。また、記録媒体17は、現在利用可能な空き容量を取得することができるものとする。更にメディアアクセスに対する消費電力を算出することができ、システム制御回路12へ通知する。なお、記録媒体17は本実施形態ではストレージ装置101に内蔵される構成として説明している。   Reference numeral 18 denotes an interface with a recording medium such as a memory card or a hard disk. Reference numeral 17 denotes a recording medium such as a memory card or a hard disk. Further, it is assumed that the recording medium 17 can acquire the currently available free space. Further, power consumption for media access can be calculated and notified to the system control circuit 12. In this embodiment, the recording medium 17 is described as being built in the storage apparatus 101.

20は通信手段である。通信手段33は、WLAN(Wireless Local Area Network)等の無線通信、IrDA(Infrared Data Association)等の赤外線通信、光通信等の各種通信機能を有する。また、それらのうちの一部の組み合わせを備える構成でもよい。また、通信手段20は、通信状態の検出及び通信に伴う消費電力の算出を行い、それらの結果をシステム制御回路12へ通知する。   Reference numeral 20 denotes a communication means. The communication means 33 has various communication functions such as wireless communication such as WLAN (Wireless Local Area Network), infrared communication such as IrDA (Infrared Data Association), and optical communication. Moreover, the structure provided with the one part combination of them may be sufficient. In addition, the communication unit 20 detects the communication state and calculates the power consumption associated with the communication, and notifies the system control circuit 12 of the results.

図3は、画像再生装置100内の画像再生表示処理を示したSDL図(国際電気通信連合の規格に準拠して設計された仕様記述言語[Specification and Description Language]の定義を利用したダイアグラム)である。   FIG. 3 is an SDL diagram (a diagram using a definition of a specification description language [Specification and Description Language] designed in accordance with International Telecommunication Union standards) showing an image reproduction display process in the image reproduction apparatus 100. is there.

まず、図3(a)を参照すると、ステップ301では、画像再生装置100は、電源OFF状態である。電源スイッチ(メインスイッチ)60をユーザが操作することにより電源ONにすると、システム制御回路50は、ステップ303で、電源ONイベントを受信し、アイドル状態(ステップ305)に遷移する。   First, referring to FIG. 3A, in step 301, the image reproduction device 100 is in a power OFF state. When the power is turned on by the user operating the power switch (main switch) 60, the system control circuit 50 receives a power-on event in step 303 and transitions to an idle state (step 305).

次に、図3(b)を参照すると、ステップ305で、操作部70をユーザが操作することにより再生モードに切り替えると、システム制御回路50は、ステップ307で、再生モード切替イベントを受信し、ステップ309へ進む。ステップ309で、システム制御回路50は、ストレージ装置101との接続を開始する。図示していないが、接続時に電波状態、画像再生装置及びストレージ装置の電池状態、ストレージ装置101内のメディアアクセスによる電力消費量の情報のやり取りを行う。システム制御回路50は、取得した情報をメモリ52へ記憶する。   Next, referring to FIG. 3B, in step 305, when the user operates the operation unit 70 to switch to the playback mode, the system control circuit 50 receives the playback mode switching event in step 307. Proceed to step 309. In step 309, the system control circuit 50 starts connection with the storage apparatus 101. Although not shown, information on the radio wave state, the battery state of the image playback device and the storage device, and the power consumption information by media access in the storage device 101 is exchanged at the time of connection. The system control circuit 50 stores the acquired information in the memory 52.

ステップ311で、システム制御回路50は、ストレージ装置101と接続できたかを判断する。接続できた場合、システム制御回路50はステップ312へ進む。ステップ312で、システム制御回路50は、キャッシュメモリ割り当ての初期化を行い、ステップ314へ進む。   In step 311, the system control circuit 50 determines whether the storage apparatus 101 can be connected. If the connection is established, the system control circuit 50 proceeds to step 312. In step 312, the system control circuit 50 initializes cache memory allocation and proceeds to step 314.

ステップ314で、システム制御回路50は画像再生装置100及びストレージ装置101内に存在する画像データをソートし、画像再生状態(ステップ315)へ遷移する。一方、接続できなかった場合、システム制御回路50はステップ313へ進む。ステップ313で、システム制御回路50はユーザにストレージ装置101との接続ができなかったことを表示部54へ表示通知する。システム制御回路50は、画像再生装置100内の画像のみを表示する状態(ステップ317)へ遷移する。   In step 314, the system control circuit 50 sorts the image data present in the image playback device 100 and the storage device 101, and transitions to the image playback state (step 315). On the other hand, if the connection cannot be established, the system control circuit 50 proceeds to step 313. In step 313, the system control circuit 50 notifies the display unit 54 that the user cannot connect to the storage apparatus 101. The system control circuit 50 transitions to a state (step 317) in which only the image in the image reproduction device 100 is displayed.

次に、図3(d)を参照すると、画像再生状態(ステップ315)で、操作部70をユーザが操作することにより再生画像を選択すると、システム制御回路50はステップ319で画像選択イベントを受信し、ステップ321へ進む。   Next, referring to FIG. 3D, when the user selects the playback image by operating the operation unit 70 in the image playback state (step 315), the system control circuit 50 receives the image selection event in step 319. Then, the process proceeds to step 321.

ステップ321で、システム制御回路50は、選択された画像データを取得する。ステップ323で、システム制御回路50は、取得した画像データを画像表示部28に表示し、画像再生状態(ステップ315)へ遷移する。   In step 321, the system control circuit 50 acquires the selected image data. In step 323, the system control circuit 50 displays the acquired image data on the image display unit 28, and transitions to an image reproduction state (step 315).

画像再生状態(ステップ315)で、電源制御手段80にて電池残量の検出を行い、電池残量の状態が変更したことを検知すると、システム制御回路50は電池状態変更通知イベント325を受信し、ステップ327へ進む。   In the image reproduction state (step 315), when the remaining battery level is detected by the power supply control means 80 and it is detected that the remaining battery level has changed, the system control circuit 50 receives the battery state change notification event 325. Go to step 327.

ステップ327で、システム制御回路50はストレージ装置103に対して電池状態が変わったことを通信手段33を用いて通知する。続くステップ329で、システム制御回路50は、画像再生装置100の電池状態がどのような状態になっているかを判断する。   In step 327, the system control circuit 50 notifies the storage apparatus 103 that the battery state has changed using the communication unit 33. In subsequent step 329, the system control circuit 50 determines what state the battery state of the image reproduction device 100 is.

システム制御回路50は、電池状態がEmpty状態である場合、初期状態(ステップ301)へ遷移する。電池状態がEmpty以外の状態である場合、ステップ331へ進む。ステップ331で、システム制御回路50はキャッシュメモリ制御を行い、画像再生状態(ステップ315)へ遷移する。   When the battery state is the Empty state, the system control circuit 50 transitions to the initial state (step 301). If the battery state is other than Empty, the process proceeds to step 331. In step 331, the system control circuit 50 performs cache memory control, and transitions to an image reproduction state (step 315).

画像再生状態(ステップ315)で、通信手段33にてストレージ装置101の電池残量の状態又は残余時間が変更したことを検知すると、システム制御回路50は、ストレージ装置101の電池状態変更通知イベント(ステップ333)を受信する。そして、ステップ335へ進む。ステップ335で、システム制御回路50は、ストレージ装置101の電池状態がどのような状態になっているかを判断する。   When the communication means 33 detects that the remaining battery level or remaining time of the storage apparatus 101 has been changed in the image playback state (step 315), the system control circuit 50 detects the battery state change notification event ( Step 333) is received. Then, the process proceeds to Step 335. In step 335, the system control circuit 50 determines what state of the battery of the storage apparatus 101 is.

システム制御回路50は、ストレージ装置101の電池状態がEmpty状態である場合、ステップ337へ進む。ステップ337で、システム制御回路50は、ストレージ装置101が電源OFFになったことを、表示部54を用いてユーザに通知し、状態(ステップ317)へ遷移する。ストレージ装置101の電池状態がEmpty以外の状態である場合、ステップ331へ進む。ステップ331で、システム制御回路50はキャッシュメモリ制御を行い、画像再生状態(ステップ315)へ遷移する。   If the battery state of the storage apparatus 101 is the Empty state, the system control circuit 50 proceeds to step 337. In step 337, the system control circuit 50 notifies the user that the storage apparatus 101 has been powered off using the display unit 54, and transitions to a state (step 317). If the battery status of the storage apparatus 101 is other than Empty, the process proceeds to step 331. In step 331, the system control circuit 50 performs cache memory control, and transitions to an image reproduction state (step 315).

画像再生状態(ステップ315)で、通信手段33にて通信電波状態が変更したことを検知すると、システム制御回路50は、通信電波状態変更通知イベント(ステップ339)を受信し、ステップ341へ進む。ステップ341で、システム制御回路50は電波状態がどのような状態になっているかを判断する。   When the communication means 33 detects that the communication radio wave state has been changed in the image reproduction state (step 315), the system control circuit 50 receives the communication radio wave state change notification event (step 339) and proceeds to step 341. In step 341, the system control circuit 50 determines what state of the radio wave is.

システム制御回路50は、電波状態が切断状態である場合、ステップ343へ進む。ステップ343で、システム制御回路50はストレージ装置101と切断状態になったことを、表示部54を用いてユーザに通知し、状態(ステップ317)へ遷移する。電波状態が良好又は悪い状態である場合、ステップ331へ進む。ステップ331で、システム制御回路50は、キャッシュメモリ制御を行い、画像再生状態(ステップ315)へ遷移する。   If the radio wave state is the disconnected state, the system control circuit 50 proceeds to step 343. In step 343, the system control circuit 50 notifies the user that the storage device 101 has been disconnected using the display unit 54, and transitions to a state (step 317). If the radio wave condition is good or bad, the process proceeds to step 331. In step 331, the system control circuit 50 performs cache memory control, and transitions to an image reproduction state (step 315).

状態(ステップ317)で、操作部70をユーザが操作することにより再生画像を選択すると、ステップ319で、システム制御回路50は画像選択イベントを受信し、ステップ345へ進む。ステップ345で、システム制御回路50は、選択された画像データを内部より取得する。ステップ347で、システム制御回路50は、取得した画像データを画像表示部28に表示し、状態(ステップ317)へ遷移する。   In the state (step 317), when the user selects the reproduced image by operating the operation unit 70, the system control circuit 50 receives the image selection event in step 319, and proceeds to step 345. In step 345, the system control circuit 50 acquires the selected image data from the inside. In step 347, the system control circuit 50 displays the acquired image data on the image display unit 28, and transitions to a state (step 317).

状態(ステップ317)で、電源制御手段80にて電池残量の検出を行い、電池残量の状態が変更したことを検知すると、システム制御回路50は電池状態変更通知(ステップイベント325)を受信し、ステップ327へ進む。ステップ329で、システム制御回路50は、電池状態がどのような状態になっているかを判断する。システム制御回路50は、電池状態がEmpty状態である場合、初期状態(ステップ301)へ遷移する。電池状態がEmpty以外の状態である場合、状態(ステップ317)へ遷移する。   In the state (step 317), the remaining amount of battery is detected by the power supply control means 80, and when it is detected that the state of the remaining battery amount has changed, the system control circuit 50 receives a battery state change notification (step event 325). Then, the process proceeds to Step 327. In step 329, the system control circuit 50 determines what state the battery is in. When the battery state is the Empty state, the system control circuit 50 transitions to the initial state (step 301). When the battery state is a state other than Empty, the state transitions to the state (step 317).

図4は、ストレージ装置101内の画像再生表示処理を示したSDL図である。
先ず、図4(a)を参照すると、状態(ステップ401)では、ストレージ装置101は電源OFF状態である。電源スイッチ(メインスイッチ)13をユーザが操作することにより電源ONにすると、ステップ403で、システム制御回路12は、電源ONイベントを受信し、アイドル状態(ステップ405)に遷移する。
FIG. 4 is an SDL diagram showing image reproduction display processing in the storage apparatus 101.
First, referring to FIG. 4A, in the state (step 401), the storage apparatus 101 is in a power OFF state. When the user operates the power switch (main switch) 13 to turn on the power, in step 403, the system control circuit 12 receives the power on event and transitions to the idle state (step 405).

次に、図4(b)を参照すると、状態(ステップ405)で、画像再生装置100からの接続要求イベント(ステップ407)を受信すると、システム制御回路12はステップ409へ進む。ステップ409で、システム制御回路12は、画像再生装置100との接続を開始する。ステップ410で、システム制御回路12は、画像再生装置100と接続できたかを判断する。接続できた場合、システム制御回路12は状態(ステップ411)へ遷移する。接続できなかった場合、システム制御回路12は状態(ステップ405)へ遷移する。   Next, referring to FIG. 4B, when the connection request event (step 407) is received from the image reproduction device 100 in the state (step 405), the system control circuit 12 proceeds to step 409. In step 409, the system control circuit 12 starts connection with the image reproduction device 100. In step 410, the system control circuit 12 determines whether or not the image reproduction apparatus 100 can be connected. If the connection is established, the system control circuit 12 transitions to a state (step 411). If the connection cannot be established, the system control circuit 12 transitions to a state (step 405).

次に、図4(c)を参照すると、状態(ステップ411)で、システム制御回路12は画像再生装置100から画像取得要求イベント(ステップ413)を受信すると、ステップ415へ進む。ステップ415で、システム制御回路12は、要求される画像データを画像再生装置100へ転送し、状態(ステップ411)へ遷移する。   Next, referring to FIG. 4C, when the system control circuit 12 receives an image acquisition request event (step 413) from the image reproduction apparatus 100 in the state (step 411), the process proceeds to step 415. In step 415, the system control circuit 12 transfers the requested image data to the image reproducing device 100, and transitions to a state (step 411).

状態(ステップ411)で、通信手段20にて画像再生装置100の電池残量の状態が変更したことを検知すると、システム制御回路12は、画像再生装置100の電池状態変更通知イベント(ステップ417)を受信し、ステップ419へ進む。ステップ419で、システム制御回路12は、画像再生装置100の電池残量を表示部16を用いてユーザに通知する。   In the state (step 411), when the communication means 20 detects that the remaining battery level of the image reproduction device 100 has changed, the system control circuit 12 notifies the battery state change notification event of the image reproduction device 100 (step 417). , And proceeds to step 419. In step 419, the system control circuit 12 notifies the user of the remaining battery level of the image playback device 100 using the display unit 16.

ステップ421で、システム制御回路12は、画像再生装置100の電池状態がどのような状態になっているかを判断する。システム制御回路12は、画像再生装置100の電池状態がEmpty状態である場合、状態(ステップ405)へ遷移する。一方、画像再生装置の電池状態がEmpty以外の状態である場合、システム制御回路12は、状態(ステップ411)へ遷移する。   In step 421, the system control circuit 12 determines what state the battery state of the image reproduction device 100 is. When the battery state of the image playback device 100 is the Empty state, the system control circuit 12 transitions to a state (Step 405). On the other hand, when the battery state of the image playback device is a state other than Empty, the system control circuit 12 transitions to a state (step 411).

状態(ステップ411)で、電源制御手段10にて電池残量の検出を行い、電池残量の状態が変更したことを検知すると、システム制御回路12は、電池状態変更通知イベント(ステップ423)を受信し、ステップ425へ進む。   In the state (step 411), the battery control unit 10 detects the remaining battery level, and when detecting that the remaining battery level has changed, the system control circuit 12 sends a battery state change notification event (step 423). Then, go to step 425.

ステップ425で、システム制御回路12は、画像再生装置100に対してストレージ装置101の電池状態が変わったことを通信手段20を用いて通知する。ステップ427で、システム制御回路12は、表示部16を用いて、ストレージ装置101の電池状態が変わったことをユーザへ通知する。   In step 425, the system control circuit 12 notifies the image reproducing apparatus 100 that the battery state of the storage apparatus 101 has changed using the communication unit 20. In step 427, the system control circuit 12 notifies the user that the battery status of the storage apparatus 101 has changed using the display unit 16.

ステップ429で、システム制御回路12は、ストレージ装置101の電池状態がどのような状態になっているかを判断する。システム制御回路12は、電池状態がEmpty状態である場合、初期状態(ステップ401)へ遷移する。一方、電池状態がEmpty以外の状態である場合、状態(ステップ411)へ遷移する。   In step 429, the system control circuit 12 determines what state of the battery of the storage apparatus 101 is. When the battery state is the Empty state, the system control circuit 12 transitions to the initial state (step 401). On the other hand, when the battery state is a state other than Empty, the state transitions to the state (step 411).

状態(ステップ411)で、通信手段20にて通信電波状態が変更したことを検知すると、システム制御回路12は通信電波状態変更通知イベント(ステップ431)を受信し、ステップ435へ進む。ステップ435で、システム制御回路12は表示部54を用いて、通信電波状態が変更したことをユーザに通知する。ステップ437で、システム制御回路12は、電波状態がどのような状態になっているか判断する。システム制御回路12は、電波状態が切断状態である場合、状態(ステップ405)へ遷移する。一方、電波状態が良好又は悪い状態である場合、システム制御回路12は、状態(ステップ411)へ遷移する。   In the state (step 411), when the communication means 20 detects that the communication radio wave state has changed, the system control circuit 12 receives the communication radio wave state change notification event (step 431), and proceeds to step 435. In step 435, the system control circuit 12 uses the display unit 54 to notify the user that the communication radio wave state has changed. In step 437, the system control circuit 12 determines what state of the radio wave is. The system control circuit 12 transitions to a state (step 405) when the radio wave state is a disconnected state. On the other hand, when the radio wave state is good or bad, the system control circuit 12 transitions to a state (step 411).

図5は、図3のステップ321の画像取得処理を詳細に示すフローチャートである。
ステップ501で、システム制御回路50は、取得する画像データがキャッシュメモリ(メモリ30)内に存在するか検索する。ステップ503で、システム制御回路50はキャッシュメモリ内に画像データが存在するかどうかを判断する。存在する場合、ステップ505へ進む。存在しない場合、ステップ507へ進む。ステップ505で、システム制御回路50はキャッシュメモリから画像データを取得する。
FIG. 5 is a flowchart showing in detail the image acquisition process in step 321 of FIG.
In step 501, the system control circuit 50 searches whether the acquired image data exists in the cache memory (memory 30). In step 503, the system control circuit 50 determines whether image data exists in the cache memory. If it exists, go to step 505. If not, the process proceeds to step 507. In step 505, the system control circuit 50 acquires image data from the cache memory.

ステップ507で、システム制御回路50は、取得する画像データの画像情報を取得する。画像再生装置100内の画像データを取得する場合、記録媒体99から該画像情報を取得する。リモートストレージ装置101内の画像データを取得する場合、通信手段33を用いてストレージ装置101との画像情報転送処理を行い、画像情報を取得する。   In step 507, the system control circuit 50 acquires image information of the image data to be acquired. When acquiring image data in the image reproduction apparatus 100, the image information is acquired from the recording medium 99. When acquiring the image data in the remote storage device 101, the communication unit 33 is used to perform image information transfer processing with the storage device 101 to acquire image information.

ステップ509で、システム制御回路50は、電池状態、通信状態、消費電力量等の各種情報を取得する。ステップ511で、システム制御回路50は、ステップ509で取得した電池状態、通信状態、消費電力量等の各種情報を判別し、画像データ及びキャッシュメモリの処理方法を判別する。ステップ513で、システム制御回路50は、ステップ511で判別した画像データ及びキャッシュメモリの処理方法に則り処理を行う。   In step 509, the system control circuit 50 acquires various types of information such as battery status, communication status, and power consumption. In step 511, the system control circuit 50 determines various information such as the battery status, communication status, and power consumption acquired in step 509, and determines the processing method of the image data and the cache memory. In step 513, the system control circuit 50 performs processing in accordance with the image data and cache memory processing method determined in step 511.

図6は、図5のステップ509の各種状態取得処理を詳細に示すフローチャートである。
ステップ601で、システム制御回路50は、画像再生装置100の電池状態を取得する。ステップ603で、システム制御回路50は、通信電波状態を取得する。ステップ605で、システム制御回路50は、ストレージ装置101の電池状態を取得する。ステップ607で、システム制御回路50は、画像再生装置100の記録媒体99へのアクセス時の電力消費量を取得する。ステップ609で、システム制御回路50は、ストレージ装置101の記録媒体17へのアクセス時の電力消費量及び画像再生装置100とストレージ装置101との通信時の電力消費量を取得する。
FIG. 6 is a flowchart showing in detail the various state acquisition processing in step 509 of FIG.
In step 601, the system control circuit 50 acquires the battery state of the image reproduction device 100. In step 603, the system control circuit 50 acquires the communication radio wave state. In step 605, the system control circuit 50 acquires the battery status of the storage apparatus 101. In step 607, the system control circuit 50 acquires the power consumption when the image reproducing apparatus 100 accesses the recording medium 99. In step 609, the system control circuit 50 acquires the power consumption when the storage apparatus 101 accesses the recording medium 17 and the power consumption when the image reproducing apparatus 100 and the storage apparatus 101 communicate with each other.

図7は、図5のステップ511の各種状態判別処理を詳細に説明するための表を示す図である。システム制御回路50は、後述するように、画像再生装置の電池状態と通信電波状態とストレージ装置の電池状態とメディアアクセスによる消費電力量と通信による消費電力量の情報から状態判別処理を行う。   FIG. 7 is a diagram showing a table for explaining in detail the various state determination processing in step 511 of FIG. As will be described later, the system control circuit 50 performs state determination processing based on information on the battery state of the image playback device, the communication radio wave state, the battery state of the storage device, the power consumption by media access, and the power consumption by communication.

まずは、図7−1に示す表を用いて、画像再生装置100内の画像データをユーザが選択した際の各種状態判別処理について説明する。   First, various state determination processing when the user selects image data in the image playback device 100 will be described using the table shown in FIG.

例えば、画像再生装置100の電池状態がFull、ストレージ装置101の電池状態がFullの場合について説明する。システム制御回路50は、キャッシュメモリから最も使用頻度が低い画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。   For example, a case where the battery state of the image playback device 100 is Full and the battery state of the storage device 101 is Full will be described. The system control circuit 50 deletes the least frequently used image data from the cache memory, and adds the image data in the selected image reproduction device 100 to the cache memory.

次に、画像再生装置100の電池状態がFull、ストレージ装置101の電池状態がHalfの場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、キャッシュメモリから最も使用頻度が低い画像再生装置100の画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリへ追加する。一方、キャッシュメモリに画像再生装置100の画像データが存在しなければ、キャッシュメモリから最も使用頻度が低いストレージ装置101の画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリへ追加する。   Next, a case where the battery state of the image playback device 100 is Full and the battery state of the storage device 101 is Half will be described. If the image data of the image playback device 100 exists in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted from the cache memory, and the image data in the selected image playback device 100 is added to the cache memory. . On the other hand, if the image data of the image playback device 100 does not exist in the cache memory, the image data of the storage device 101 that is least frequently used is deleted from the cache memory, and the image data in the selected image playback device 100 is transferred to the cache memory. to add.

次に、画像再生装置100の電池状態がFull、ストレージ装置101の電池状態がLowの場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、キャッシュメモリから最も使用頻度が低い画像再生装置100の画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリへ追加する。一方、キャッシュメモリに画像再生装置100内の画像データが存在しなければ、キャッシュメモリへ画像データを追加しない。   Next, a case where the battery state of the image playback device 100 is Full and the battery state of the storage device 101 is Low will be described. If the image data of the image playback device 100 exists in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted from the cache memory, and the image data in the selected image playback device 100 is added to the cache memory. . On the other hand, if there is no image data in the image playback device 100 in the cache memory, no image data is added to the cache memory.

次に、画像再生装置100の電池状態がHalf、ストレージ装置101の電池状態がHighの場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、キャッシュメモリから最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択した画像再生装置100内の画像データと選択した画像データ前後の画像再生装置100の画像データをキャッシュに追加する。一方、キャッシュメモリにストレージ装置101内の画像が存在しなければ、キャッシュメモリから最も使用頻度が低い画像データを削除する。そして、選択した画像再生装置100内の画像データと選択した画像データの前後の画像再生装置100内の画像データをキャッシュメモリに追加する。   Next, a case where the battery state of the image playback device 100 is Half and the battery state of the storage device 101 is High will be described. If the image data of the storage apparatus 101 exists in the cache memory, the image data of the storage apparatus 101 that is least frequently used is deleted from the cache memory. Then, the image data in the selected image reproduction device 100 and the image data of the image reproduction device 100 before and after the selected image data are added to the cache. On the other hand, if the image in the storage apparatus 101 does not exist in the cache memory, the image data that is least frequently used is deleted from the cache memory. Then, the image data in the selected image reproduction device 100 and the image data in the image reproduction device 100 before and after the selected image data are added to the cache memory.

次に、画像再生装置100の電池状態がHalf、ストレージ装置101の電池状態がHalfの場合について説明する。先ず、この場合において、画像再生装置100内のメディアアクセスより画像再生装置100とストレージ装置101間の通信とストレージ装置101内のメディアアクセスにおける消費電力量の方が少ない場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択した画像再生装置100内の画像データと選択した画像データの前後の画像再生装置100内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリにストレージ装置101の画像データが存在しなければ、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択した画像再生装置100内の画像データと選択した画像データの前後の画像再生装置100内の画像データをキャッシュメモリに追加する。   Next, a case where the battery state of the image playback device 100 is Half and the battery state of the storage device 101 is Half will be described. First, in this case, a case will be described in which the amount of power consumption in communication between the image playback device 100 and the storage device 101 and in the media access in the storage device 101 is smaller than the media access in the image playback device 100. If the image data of the storage apparatus 101 exists in the cache memory, the image data of the storage apparatus 101 that is least frequently used is deleted. Then, the image data in the selected image reproduction device 100 and the image data in the image reproduction device 100 before and after the selected image data are added to the cache memory. On the other hand, if there is no image data of the storage device 101 in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted. Then, the image data in the selected image reproduction device 100 and the image data in the image reproduction device 100 before and after the selected image data are added to the cache memory.

同じく、画像再生装置100の電池状態がHalf、ストレージ装置101の電池状態がHalfの場合について説明する。この場合において、画像再生装置100内のメディアアクセスより画像再生装置100とストレージ装置101間の通信とストレージ装置101内のメディアアクセスにおける消費電力量の方が多い場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリに画像再生装置100の画像データが存在しなければ、最も使用頻度が低いストレージ装置101内の画像データを削除する。そして、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。   Similarly, a case where the battery state of the image playback device 100 is Half and the battery state of the storage device 101 is Half will be described. In this case, a case will be described in which the amount of power consumption in the communication between the image playback device 100 and the storage device 101 and the media access in the storage device 101 is greater than the media access in the image playback device 100. If the image data of the image reproducing device 100 exists in the cache memory, the image data of the image reproducing device 100 that is least frequently used is deleted. Then, the selected image data in the image playback device 100 is added to the cache memory. On the other hand, if there is no image data of the image playback device 100 in the cache memory, the image data in the storage device 101 that is least frequently used is deleted. Then, the selected image data in the image playback device 100 is added to the cache memory.

次に、画像再生装置100の電池状態がHalf、ストレージ装置101の電池状態がLowの場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、キャッシュメモリから最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択した画像再生装置100内の画像データをキャッシュメモリへ追加する。キャッシュメモリに画像再生装置100の画像データが存在しなければ、選択した画像再生装置100内の画像データをキャッシュメモリには追加しない。   Next, a case where the battery state of the image playback device 100 is Half and the battery state of the storage device 101 is Low will be described. If the image data of the image reproduction device 100 exists in the cache memory, the image data of the image reproduction device 100 that is least frequently used is deleted from the cache memory. Then, the selected image data in the image playback device 100 is added to the cache memory. If the image data of the image playback device 100 does not exist in the cache memory, the selected image data in the image playback device 100 is not added to the cache memory.

次に、画像再生装置100の電池状態がLow、ストレージ装置101の電池状態がHighの場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、最も使用頻度が低いストレージ装置101の画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリにストレージ装置101の画像データが存在しなければ、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。   Next, a case where the battery state of the image playback apparatus 100 is Low and the battery state of the storage apparatus 101 is High will be described. If the image data of the storage device 101 exists in the cache memory, the image data of the storage device 101 that is least frequently used is deleted, and the image data in the selected image reproduction device 100 is added to the cache memory. On the other hand, if there is no image data of the storage device 101 in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted. Then, the selected image data in the image playback device 100 is added to the cache memory.

次に、画像再生装置100の電池状態がLow、ストレージ装置101の電池状態がHalfの場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、最も使用頻度が低いストレージ装置101の画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリにストレージ装置101の画像データが存在しなければ、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。   Next, a case where the battery state of the image playback device 100 is Low and the battery state of the storage device 101 is Half will be described. If the image data of the storage device 101 exists in the cache memory, the image data of the storage device 101 that is least frequently used is deleted, and the image data in the selected image reproduction device 100 is added to the cache memory. On the other hand, if there is no image data of the storage device 101 in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted. Then, the selected image data in the image playback device 100 is added to the cache memory.

次に、画像再生装置100の電池状態がLow、ストレージ装置101の電池状態がLowの場合について説明する。この場合、キャッシュメモリから最も使用頻度が低い画像データを削除し、選択した画像再生装置100内の画像データをキャッシュメモリに追加する。   Next, a case where the battery state of the image playback apparatus 100 is Low and the battery state of the storage apparatus 101 is Low will be described. In this case, the least frequently used image data is deleted from the cache memory, and the selected image data in the image playback device 100 is added to the cache memory.

次に、図7−2に示す表を用いて、ストレージ装置101内の画像データをユーザが選択した際の各種状態判別処理について説明する。   Next, various state determination processing when the user selects image data in the storage apparatus 101 will be described using the table shown in FIG.

先ず、ストレージ装置101の電池状態がFull、画像再生装置100の電池状態がFullの場合について説明する。この場合、キャッシュメモリから最も使用頻度が低い画像データを削除する。選択したストレージ装置101内の画像データをキャッシュメモリに追加する。   First, the case where the battery state of the storage apparatus 101 is Full and the battery state of the image playback apparatus 100 is Full will be described. In this case, the least frequently used image data is deleted from the cache memory. The image data in the selected storage device 101 is added to the cache memory.

次に、ストレージ装置101の電池状態がFull、画像再生装置100の電池状態がHalfの場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、キャッシュメモリから最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリにストレージ装置101の画像データが存在しなければ、キャッシュメモリから最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリへ追加する。   Next, a case where the battery state of the storage apparatus 101 is Full and the battery state of the image playback apparatus 100 is Half will be described. If the image data of the storage apparatus 101 exists in the cache memory, the image data of the storage apparatus 101 that is least frequently used is deleted from the cache memory. Then, the image data in the selected storage device 101 is added to the cache memory. On the other hand, if the image data of the storage device 101 does not exist in the cache memory, the image data of the image reproduction device 100 that is least frequently used is deleted from the cache memory. Then, the image data in the selected storage device 101 is added to the cache memory.

次に、ストレージ装置101の電池状態がFull、画像再生装置100の電池状態がLowの場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、キャッシュメモリから最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリへ追加する。キャッシュメモリにストレージ装置101の画像データが存在しなければ、選択したストレージ装置101内の画像データをキャッシュメモリに追加しない。   Next, a case where the battery state of the storage apparatus 101 is Full and the battery state of the image playback apparatus 100 is Low will be described. If the image data of the storage apparatus 101 exists in the cache memory, the image data of the storage apparatus 101 that is least frequently used is deleted from the cache memory. Then, the image data in the selected storage device 101 is added to the cache memory. If the image data of the storage device 101 does not exist in the cache memory, the image data in the selected storage device 101 is not added to the cache memory.

次に、ストレージ装置101の電池状態がHalf、画像再生装置100の電池状態がHighの場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、キャッシュメモリから最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択したストレージ装置101内の画像データと選択した画像データの前後のストレージ装置101内の画像データをキャッシュに追加する。一方、キャッシュメモリに画像再生装置100の画像データが存在しなければ、キャッシュメモリから最も使用頻度が低い画像データを削除する。そして、選択したストレージ装置101内の画像データと選択した画像データの前後のストレージ装置101内の画像データをキャッシュメモリに追加する。   Next, a case will be described in which the battery state of the storage apparatus 101 is Half and the battery state of the image playback apparatus 100 is High. If the image data of the image reproduction device 100 exists in the cache memory, the image data of the image reproduction device 100 that is least frequently used is deleted from the cache memory. Then, the image data in the selected storage device 101 and the image data in the storage device 101 before and after the selected image data are added to the cache. On the other hand, if the image data of the image playback device 100 does not exist in the cache memory, the image data that is least frequently used is deleted from the cache memory. Then, the image data in the selected storage device 101 and the image data in the storage device 101 before and after the selected image data are added to the cache memory.

次に、ストレージ装置101の電池状態がHalf、画像再生装置100の電池状態がHalfの場合について説明する。先ず、この場合において、画像再生装置100内のメディアアクセスより画像再生装置100とストレージ装置101間の通信とストレージ装置101内のメディアアクセスにおける消費電力量の方が少ない場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリにストレージ装置101の画像データが存在しなければ、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。   Next, a case will be described in which the storage apparatus 101 has a battery state of Half and the image playback apparatus 100 has a battery state of Half. First, in this case, a case will be described in which the amount of power consumption in communication between the image playback device 100 and the storage device 101 and in the media access in the storage device 101 is smaller than the media access in the image playback device 100. If the image data of the storage apparatus 101 exists in the cache memory, the image data of the storage apparatus 101 that is least frequently used is deleted. Then, the image data in the selected storage device 101 is added to the cache memory. On the other hand, if there is no image data of the storage device 101 in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted. Then, the image data in the selected storage device 101 is added to the cache memory.

同じく、ストレージ装置101の電池状態がHalf、画像再生装置100の電池状態がHalfの場合について説明する。この場合において、画像再生装置100内のメディアアクセスより画像再生装置100とストレージ装置101間の通信とストレージ装置101内のメディアアクセスにおける消費電力量の方が多い場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択したストレージ装置100内の画像データと選択した画像データの前後のストレージ装置101内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリに画像再生装置100の画像データが存在しなければ、最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置100内の画像データと選択した画像データの前後のストレージ装置101内の画像データをキャッシュメモリに追加する。   Similarly, a case where the battery state of the storage apparatus 101 is Half and the battery state of the image playback apparatus 100 is Half will be described. In this case, a case will be described in which the amount of power consumption in the communication between the image playback device 100 and the storage device 101 and the media access in the storage device 101 is greater than the media access in the image playback device 100. If the image data of the image reproducing device 100 exists in the cache memory, the image data of the image reproducing device 100 that is least frequently used is deleted. Then, the image data in the selected storage device 100 and the image data in the storage device 101 before and after the selected image data are added to the cache memory. On the other hand, if there is no image data of the image playback device 100 in the cache memory, the image data of the storage device 101 that is least frequently used is deleted. Then, the image data in the selected storage device 100 and the image data in the storage device 101 before and after the selected image data are added to the cache memory.

次に、ストレージ装置101の電池状態がHalf、画像再生装置100の電池状態がLowの場合について説明する。キャッシュメモリにストレージ装置101の画像データが存在すれば、キャッシュメモリから最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置101の画像データをキャッシュメモリへ追加する。キャッシュメモリにストレージ装置101の画像データが存在しなければ、選択したストレージ装置101内の画像データをキャッシュメモリに追加しない。   Next, a case where the storage apparatus 101 has a battery state of Half and the image playback apparatus 100 has a battery state of Low will be described. If the image data of the storage apparatus 101 exists in the cache memory, the image data of the storage apparatus 101 that is least frequently used is deleted from the cache memory. Then, the image data of the selected storage device 101 is added to the cache memory. If the image data of the storage device 101 does not exist in the cache memory, the image data in the selected storage device 101 is not added to the cache memory.

次に、ストレージ装置101の電池状態がLow、画像再生装置100の電池状態がHighの場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、最も使用頻度が低い画像再生装置100の画像データを削除し、選択したストレージ装置101内の画像データをキャッシュに追加する。一方、キャッシュメモリに画像再生装置100の画像データが存在しなければ、最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。   Next, the case where the battery state of the storage apparatus 101 is Low and the battery state of the image playback apparatus 100 is High will be described. If the image data of the image playback device 100 exists in the cache memory, the image data of the image playback device 100 that is least frequently used is deleted, and the image data in the selected storage device 101 is added to the cache. On the other hand, if there is no image data of the image playback device 100 in the cache memory, the image data of the storage device 101 that is least frequently used is deleted. Then, the image data in the selected storage device 101 is added to the cache memory.

次に、ストレージ装置101の電池状態がLow、画像再生装置100の電池状態がHalfの場合について説明する。キャッシュメモリに画像再生装置100の画像データが存在すれば、最も使用頻度が低い画像再生装置100の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。一方、キャッシュメモリに画像再生装置100の画像データが存在しなければ、最も使用頻度が低いストレージ装置101の画像データを削除する。そして、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。   Next, the case where the battery state of the storage apparatus 101 is Low and the battery state of the image playback apparatus 100 is Half will be described. If the image data of the image reproducing device 100 exists in the cache memory, the image data of the image reproducing device 100 that is least frequently used is deleted. Then, the image data in the selected storage device 101 is added to the cache memory. On the other hand, if there is no image data of the image playback device 100 in the cache memory, the image data of the storage device 101 that is least frequently used is deleted. Then, the image data in the selected storage device 101 is added to the cache memory.

次に、ストレージ装置101の電池状態がLow、画像再生装置100の電池状態がLowの場合について説明する。この場合、キャッシュメモリから最も使用頻度が低い画像データを削除し、選択したストレージ装置101内の画像データをキャッシュメモリに追加する。   Next, a case where the battery state of the storage apparatus 101 is Low and the battery state of the image playback apparatus 100 is Low will be described. In this case, the least frequently used image data is deleted from the cache memory, and the image data in the selected storage device 101 is added to the cache memory.

なお、図示はしていないが、電波状態によって、取得する画像データの種類を変更する。通信状態が良好の場合、本体画像データを取得する。通信状態が悪い場合、サムネイル又はリサイズした画像データを取得する。   Although not shown, the type of image data to be acquired is changed according to the radio wave condition. When the communication state is good, main body image data is acquired. If the communication state is poor, thumbnails or resized image data are acquired.

また、電池の残余時間によっても処理内容を変化させる。例えば、画像再生装置100
の電池状態がHalfで、ストレージ装置101の電池状態がFullであっても、画像再生装置100の電池残余時間がストレージ装置101の電池残余時間の2倍である条件下を例に挙げる。この例では、画像再生装置100の電池状態Full・ストレージ装置101の電池状態Halfの組み合わせの処理を行うとよい。
Further, the processing content is changed depending on the remaining battery time. For example, the image playback device 100
Even if the battery state of the storage device 101 is Full and the battery state of the storage device 101 is Full, the remaining battery time of the image playback device 100 is twice the remaining battery time of the storage device 101 as an example. In this example, the combination of the battery state Full of the image playback device 100 and the battery state Half of the storage device 101 may be performed.

更に、通信処理による消費電力やメディアアクセスによる消費電力等の機器の特性に応じ、処理内容を変化させることが可能である。   Furthermore, the processing content can be changed according to the characteristics of the device such as the power consumption by the communication processing and the power consumption by the media access.

図8は、図5のステップ513の画像データをキャッシュメモリへ追加する処理を詳細に示すフローチャートである。   FIG. 8 is a flowchart showing in detail the process of adding the image data in step 513 of FIG. 5 to the cache memory.

ステップ801で、システム制御回路50は、キャッシュメモリへ画像データを追加するかどうかを判断する。キャッシュメモリへ画像データを追加しない場合、ステップ803へ進み、画像データを取得する。キャッシュメモリへ画像データを追加する場合、ステップ805へ進む。   In step 801, the system control circuit 50 determines whether to add image data to the cache memory. When image data is not added to the cache memory, the process proceeds to step 803 to acquire image data. When adding image data to the cache memory, the process proceeds to step 805.

ステップ805で、システム制御回路50は画像サイズを取得する。ステップ807でキャッシュメモリから追い出す(削除する)画像データを検索する。検索した結果、該当する画像データがキャッシュメモリ内に存在しない場合、ステップ803へ進む。一方、該当する画像データがキャッシュメモリ内に存在する場合、ステップ809へ進み、追い出す画像データのサイズの累計を算出する。   In step 805, the system control circuit 50 acquires the image size. In step 807, image data to be evicted (deleted) from the cache memory is searched. As a result of the search, if the corresponding image data does not exist in the cache memory, the process proceeds to step 803. On the other hand, if the corresponding image data exists in the cache memory, the process advances to step 809 to calculate the total size of the image data to be expelled.

ステップ811で、システム制御回路50は、キャッシュメモリに追加する画像データのサイズとキャッシュメモリから追い出す画像データの累計サイズとを比較する。その結果、キャッシュメモリに追加する画像データのサイズの方が大きい場合、ステップ807からの処理を繰り返す。一方、キャッシュメモリに追加する画像データのサイズの方が小さい場合、ステップ813へ進む。ステップ813で、システム制御回路50は、画像データをキャッシュメモリから追い出す。ステップ815で、システム制御回路50は、画像データを取得し、ステップ817で、キャッシュメモリへ取得した画像データを追加する。   In step 811, the system control circuit 50 compares the size of image data to be added to the cache memory with the cumulative size of image data to be expelled from the cache memory. As a result, if the size of the image data to be added to the cache memory is larger, the processing from step 807 is repeated. On the other hand, if the size of the image data to be added to the cache memory is smaller, the process proceeds to step 813. In step 813, the system control circuit 50 drives out the image data from the cache memory. In step 815, the system control circuit 50 acquires image data, and in step 817, adds the acquired image data to the cache memory.

図9は、図3のステップ331のキャッシュメモリ制御処理を詳細に示すフローチャートである。ステップ509は、図5にて既に説明しているので割愛する。   FIG. 9 is a flowchart showing in detail the cache memory control process in step 331 of FIG. Step 509 is already described with reference to FIG.

ステップ900で、システム制御回路50は、各種情報から処理内容を判断する。ステップ901で、システム制御回路50は、キャッシュメモリから削除する画像データの種類を判別する。ストレージ装置101の画像データの場合、ステップ905へ進む。画像再生装置100の画像データの場合、ステップ903へ進む。それ以外の場合、処理を終了する。   In step 900, the system control circuit 50 determines the processing contents from various information. In step 901, the system control circuit 50 determines the type of image data to be deleted from the cache memory. In the case of image data stored in the storage apparatus 101, the process proceeds to step 905. In the case of image data from the image playback device 100, the process proceeds to step 903. Otherwise, the process ends.

ステップ903で、システム制御装置50は、キャッシュメモリから画像再生装置100の画像データを削除し、ステップ907へ進む。ステップ905で、システム制御装置50は、キャッシュメモリからストレージ装置101の画像データを削除し、ステップ907へ進む。   In step 903, the system control apparatus 50 deletes the image data of the image reproducing apparatus 100 from the cache memory, and the process proceeds to step 907. In step 905, the system control apparatus 50 deletes the image data of the storage apparatus 101 from the cache memory, and proceeds to step 907.

ステップ907で、システム制御回路50は、キャッシュメモリへ追加する画像データの種類を判別する。ストレージ装置101内の本体画像データの場合、ステップ909へ進み、システム制御回路50は、ストレージ装置101内の本体画像データを取得し、キャッシュメモリへ追加する。   In step 907, the system control circuit 50 determines the type of image data to be added to the cache memory. In the case of main body image data in the storage apparatus 101, the process proceeds to step 909, and the system control circuit 50 acquires the main body image data in the storage apparatus 101 and adds it to the cache memory.

ストレージ装置101内のサムネイル画像データの場合は、ステップ911へ進み、システム制御回路50は、ストレージ装置101内のサムネイル画像データを取得し、キャッシュメモリへ追加する。   In the case of thumbnail image data in the storage apparatus 101, the process proceeds to step 911, and the system control circuit 50 acquires the thumbnail image data in the storage apparatus 101 and adds it to the cache memory.

画像再生装置100内の本体画像データの場合、ステップ913へ進み、システム制御回路50は、画像再生装置100内の本体画像データを取得し、キャッシュメモリへ追加する。   In the case of main body image data in the image playback device 100, the process proceeds to step 913, and the system control circuit 50 acquires the main body image data in the image playback device 100 and adds it to the cache memory.

画像再生装置100内のサムネイル画像データの場合、ステップ915へ進み、画像再生装置100内のサムネイル画像データを取得し、キャッシュメモリへ追加する。   In the case of the thumbnail image data in the image playback device 100, the process proceeds to step 915, where the thumbnail image data in the image playback device 100 is acquired and added to the cache memory.

図21は、図9のステップ900の各種状態判別処理を詳細に説明するための表を示す図である。   FIG. 21 is a diagram showing a table for explaining in detail the various state determination processing in step 900 of FIG.

先ず、画像再生装置100の電池状態がFull、ストレージ装置101の電池状態がHalfの場合について説明する。この場合、キャッシュメモリから画像再生装置100の画像データを削除し、最も使用頻度が高いストレージ装置101内の画像データとその前後の画像データをキャッシュメモリへ追加する。   First, a case where the battery state of the image playback apparatus 100 is Full and the battery state of the storage apparatus 101 is Half will be described. In this case, the image data of the image playback device 100 is deleted from the cache memory, and the image data in the storage device 101 with the highest use frequency and the image data before and after that are added to the cache memory.

次に、画像再生装置100の電池状態がFull、ストレージ装置101の電池状態がLowの場合、キャッシュメモリから画像再生装置100の画像データを削除する。   Next, when the battery state of the image playback device 100 is Full and the battery state of the storage device 101 is Low, the image data of the image playback device 100 is deleted from the cache memory.

次に、画像再生装置100の電池状態がHalf、ストレージ装置101の電池状態がFullの場合について説明する。この場合、キャッシュメモリからストレージ装置101の画像データを削除し、最も使用頻度の高い画像再生装置100内の画像データとその前後の画像データをキャッシュメモリへ追加する。   Next, a case where the battery state of the image playback device 100 is Half and the battery state of the storage device 101 is Full will be described. In this case, the image data of the storage device 101 is deleted from the cache memory, and the image data in the image reproduction device 100 with the highest use frequency and the image data before and after that are added to the cache memory.

次に、画像再生装置100の電池状態がHalf、ストレージ装置101の電池状態がHalfの場合について説明する。先ず、この場合において、画像再生装置100におけるメディアアクセスより画像再生装置100とストレージ装置101との間の通信及びストレージ装置101におけるメディアアクセスの方が消費電力が少ないの場合について説明する。キャッシュメモリからストレージ装置101の画像データを削除し、最も使用頻度の高い画像再生装置100内の画像データとその前後の画像データをキャッシュメモリへ追加する。   Next, a case where the battery state of the image playback device 100 is Half and the battery state of the storage device 101 is Half will be described. First, in this case, a case will be described in which the communication between the image playback device 100 and the storage device 101 and the media access in the storage device 101 consume less power than the media access in the image playback device 100. The image data in the storage device 101 is deleted from the cache memory, and the image data in the image reproduction device 100 with the highest use frequency and the image data before and after the image data are added to the cache memory.

同じく、画像再生装置の電池状態がHalf、ストレージ装置101の電池状態がHalfの場合について説明する。ここでは、この場合において、画像再生装置100におけるメディアアクセスより画像再生装置100とストレージ装置101間の通信及びストレージ装置101におけるメディアアクセスの方が消費電力が多い場合について説明する。キャッシュメモリから画像再生装置100内の画像データを削除する。また、最も使用頻度の高いストレージ装置101内の画像データとその前後の画像データをキャッシュメモリへ追加する。   Similarly, the case where the battery state of the image playback apparatus is Half and the battery state of the storage apparatus 101 is Half will be described. Here, in this case, a case will be described in which the communication between the image playback device 100 and the storage device 101 and the media access in the storage device 101 consume more power than the media access in the image playback device 100. The image data in the image playback device 100 is deleted from the cache memory. Further, the image data in the storage device 101 with the highest use frequency and the image data before and after the image data are added to the cache memory.

図10は、図9のステップ903、ステップ905のキャッシュメモリからの画像データの削除処理を示すフローチャートである。   FIG. 10 is a flowchart showing image data deletion processing from the cache memory in steps 903 and 905 of FIG.

ステップ1001で、システム制御回路50は、キャッシュメモリ内で最も使用頻度の低い画像データを選択する。ステップ1003で、システム制御回路50は、当該画像データの画像情報を取得する。ステップ1005で、システム制御回路50は、削除対象となった画像データの画像情報とキャッシュメモリ内の選択画像データの画像情報とが合致したかを判断する。   In step 1001, the system control circuit 50 selects image data that is least frequently used in the cache memory. In step 1003, the system control circuit 50 acquires image information of the image data. In step 1005, the system control circuit 50 determines whether the image information of the image data to be deleted matches the image information of the selected image data in the cache memory.

画像再生装置100の画像データが削除対象となった場合、キャッシュメモリ内の選択画像データが画像再生装置100の画像データであるかを判断する。一方、ストレージ装置101の画像データが削除対象となった場合、キャッシュメモリ内の選択画像データがストレージ装置101の画像データであるかを判断する。例えば、ここでは、ステップ1005において、削除対象となった画像データの画像情報とキャッシュメモリ内の選択画像データの画像情報とが合致した場合、ステップ1009へ進み、システム制御回路50はキャッシュメモリ内の画像データを削除する。   When the image data of the image playback device 100 is to be deleted, it is determined whether the selected image data in the cache memory is the image data of the image playback device 100. On the other hand, when the image data of the storage device 101 is to be deleted, it is determined whether the selected image data in the cache memory is the image data of the storage device 101. For example, here, when the image information of the image data to be deleted matches the image information of the selected image data in the cache memory in step 1005, the process proceeds to step 1009, and the system control circuit 50 stores the information in the cache memory. Delete the image data.

一方、削除対象となった画像データの画像情報とキャッシュメモリ内の選択画像データの画像情報とが合致しない場合、ステップ1007へ進む。1007で、システム制御回路50は、キャッシュメモリ内の画像データ全てをチェックしたかどうかを確認する。チェック済みであれば、処理を終了する。チェック済みでなければ、ステップ1003からの処理を繰り返す。なお、ここでは図示していないが、全ての画像データをチェックするのでなく、ある画像数分のみをチェックするように制御を切り替えてもよい。   On the other hand, if the image information of the image data to be deleted does not match the image information of the selected image data in the cache memory, the process proceeds to step 1007. In 1007, the system control circuit 50 confirms whether all the image data in the cache memory has been checked. If checked, the process is terminated. If not checked, the processing from step 1003 is repeated. Although not shown here, the control may be switched not to check all the image data but to check only a certain number of images.

図11は、図9のステップ909、ステップ911、ステップ913、ステップ915の画像データのキャッシュメモリ追加処理を詳細に示すフローチャートである。   FIG. 11 is a flowchart showing in detail the cache memory addition processing for image data in step 909, step 911, step 913, and step 915 in FIG.

ステップ1101で、システム制御回路50は、キャッシュメモリへ追加する画像データを選択する。ステップ1103で、システム制御回路50は、当該画像データの画像情報を取得する。ステップ1105で、システム制御回路50は、画像サイズ分のキャッシュメモリ領域を確保する。ステップ1107で、システム制御回路50は、キャッシュメモリ領域を確保できたかを判断する。確保できなかった場合、処理を終了する。確保できた場合、システム制御回路50は、ステップ1109で、画像データを取得し、ステップ1111で、画像データをキャッシュメモリへ追加し、ステップ1101の処理を繰り返す。   In step 1101, the system control circuit 50 selects image data to be added to the cache memory. In step 1103, the system control circuit 50 acquires image information of the image data. In step 1105, the system control circuit 50 secures a cache memory area for the image size. In step 1107, the system control circuit 50 determines whether a cache memory area has been secured. If it cannot be secured, the process ends. If it can be secured, the system control circuit 50 acquires the image data in step 1109, adds the image data to the cache memory in step 1111, and repeats the processing in step 1101.

図12は、キャッシュメモリデータの構造図である。図12(a)は、画像情報の概略を示す図であり、図12(b)は、キャッシュメモリデータの全体構成を示す図である。キャッシュメモリは双方向リストで画像データを管理する。各リストは、画像データに関する画像情報と画像データとから構成される。リストの先頭が最も使用頻度が高く、リストの最後尾が最も使用頻度が低い。画像データに関する画像情報は、画像データが保存されているメディア、画像データの種類、画像サイズ、ファイル名等が存在する。   FIG. 12 is a structural diagram of cache memory data. FIG. 12A is a diagram illustrating an outline of image information, and FIG. 12B is a diagram illustrating an overall configuration of cache memory data. The cache memory manages image data in a bidirectional list. Each list includes image information related to image data and image data. The top of the list is the most frequently used and the bottom of the list is the least frequently used. The image information related to the image data includes the media in which the image data is stored, the type of image data, the image size, the file name, and the like.

画像データが保存されているメディアには、画像再生装置100内の記録メディアとストレージ装置101内の記録メディアが存在する。画像の種類には、本体/サムネイルが存在する。   There are recording media in the image playback apparatus 100 and recording media in the storage apparatus 101 as media storing the image data. The image type includes a main body / thumbnail.

リスト操作により、使用頻度変更/画像データの追加・削除を行う。画像データを格納する場合、画像サイズの情報を読出し、領域を確保する。画像データを削除する場合は、領域を開放する。   Use list operation to change usage frequency / add / delete image data. When storing image data, information on the image size is read to secure an area. When deleting image data, the area is released.

ストレージ装置101の電池状態がHalfで、画像再生装置100の電池状態がFullの場合、キャッシュメモリにはストレージ装置101内の画像データが優先に追加されている状態になる。   When the battery status of the storage apparatus 101 is Half and the battery status of the image playback apparatus 100 is Full, the image data in the storage apparatus 101 is preferentially added to the cache memory.

図13は、画像再生装置100とストレージ装置101とのユーザインタフェースを示す図である。   FIG. 13 is a diagram showing a user interface between the image playback device 100 and the storage device 101.

画像再生装置100に備えられる表示部54を用いて、画像データに対するアクセス状況をユーザに通知する。画像データを選択すると、キャッシュメモリから画像データを表示する場合、赤色のLED表示を行う。キャッシュメモリ内に存在するストレージ装置の画像データを表示し、且つストレージ装置と接続していない場合、黄色のLED表示する。画像再生装置内の記録メディア(内部メディア99)から画像データを取得した場合、緑色に表示する。ストレージ装置内の記録メディア(大容量記録媒体17)から画像データを取得した場合、青色に表示する。画像データに対してアクセス中のときは各々の色で点滅表示する。   Using the display unit 54 provided in the image reproduction device 100, the user is notified of the access status to the image data. When image data is selected, a red LED is displayed when the image data is displayed from the cache memory. When the image data of the storage device existing in the cache memory is displayed and not connected to the storage device, a yellow LED is displayed. When image data is acquired from a recording medium (internal medium 99) in the image reproducing apparatus, it is displayed in green. When image data is acquired from a recording medium (large capacity recording medium 17) in the storage device, it is displayed in blue. When image data is being accessed, it blinks in each color.

一方、ストレージ装置101に備えられる表示部16の表示を、画像再生装置100及びストレージ装置101の電池状況によって色を変化させる。画像再生装置100の電池状態がLowの場合、黄色に表示する。ストレージ装置101の電池状態がLowの場合、緑色に表示する。どちらの装置もLowの場合、黄緑に表示する。   On the other hand, the color of the display on the display unit 16 provided in the storage apparatus 101 is changed depending on the battery status of the image reproduction apparatus 100 and the storage apparatus 101. When the battery state of the image playback device 100 is Low, it is displayed in yellow. When the battery status of the storage apparatus 101 is Low, it is displayed in green. When both devices are Low, they are displayed in yellowish green.

以上により、画像再生装置100及びストレージ装置101の電池状態、通信状態、メディアアクセス及び通信による電力消費量からキャッシュメモリの制御方法及びキャッシュメモリへ格納する画像データの種類を制御することが可能になる。これにより、画像再生装置100及びストレージ装置101の消費電力を極力抑え、且つ高速に画像データを再生することが可能になる。   As described above, it is possible to control the cache memory control method and the type of image data stored in the cache memory from the battery state, the communication state, the media access and the power consumption by the communication of the image playback device 100 and the storage device 101. . As a result, the power consumption of the image playback device 100 and the storage device 101 can be suppressed as much as possible, and image data can be played back at high speed.

<第2の実施形態>
次に、本発明の第2の実施形態について説明する。なお、第1の実施形態と同じ処理を行うステップには同じステップ番号が割り当てられる。
<Second Embodiment>
Next, a second embodiment of the present invention will be described. Note that the same step number is assigned to a step that performs the same processing as in the first embodiment.

第1の実施形態は、画像再生装置とストレージ装置が1対1の通信形態においてキャッシュメモリ制御を行っている。これに対して、本実施形態では、1台の画像再生装置と複数のストレージ装置の通信形態においてキャッシュメモリ制御を行っていることが第1の実施形態と本実施形態との異なる点である。   In the first embodiment, cache memory control is performed in a one-to-one communication mode between an image reproduction device and a storage device. On the other hand, in the present embodiment, cache memory control is performed in a communication mode between one image playback device and a plurality of storage devices, which is a difference between the first embodiment and this embodiment.

図14は、本発明の第2の実施形態における画像再生システムの一構成例を示した図である。図14に示すように、本実施形態においては、複数のストレージ装置101と一つの画像再生装置100とが接続されている。   FIG. 14 is a diagram illustrating a configuration example of an image reproduction system according to the second embodiment of the present invention. As shown in FIG. 14, in the present embodiment, a plurality of storage apparatuses 101 and one image playback apparatus 100 are connected.

図15は、第1の実施形態における画像再生装置100内の画像再生処理を示すSDL図である。図3に対して、キャッシュメモリの割当関連の処理のみが異なっており、それ以外の処理は図3と同じである。従って、その部分に相当する状態(ステップ301)からステップ347の説明は省略する。   FIG. 15 is an SDL diagram showing an image reproduction process in the image reproduction apparatus 100 according to the first embodiment. 3 is different from FIG. 3 only in cache memory allocation-related processing, and the other processing is the same as FIG. Therefore, the description of step 347 from the state corresponding to that portion (step 301) is omitted.

ステップ1601で、システム制御回路50は、各ストレージ装置101との接続を行う。ステップ1603で、システム制御回路50は、画像再生装置100及び接続できた各ストレージ装置101に対するキャッシュメモリ領域を割り当てる。   In step 1601, the system control circuit 50 performs connection with each storage apparatus 101. In step 1603, the system control circuit 50 allocates a cache memory area for the image playback device 100 and each storage device 101 that can be connected.

画像再生状態(ステップ315)において、システム制御回路50は、画像再生装置100の電池状態変更通知(ステップ325)を受ける。すると、ステップ1605で、システム制御回路50は、画像再生装置100及び接続できた各ストレージ装置101に対するキャッシュメモリ領域の割当を制御する。   In the image reproduction state (step 315), the system control circuit 50 receives a battery state change notification (step 325) of the image reproduction apparatus 100. In step 1605, the system control circuit 50 controls allocation of a cache memory area to the image playback device 100 and each storage device 101 that can be connected.

画像再生状態(ステップ315)において、システム制御回路50は、リモートストレージ装置101の電池状態変更通知(ステップ333)を受ける。すると、ステップ1605で、システム制御回路50は、画像再生装置100及び接続できた各ストレージ装置101に対するキャッシュメモリ領域の割当を制御する。   In the image reproduction state (step 315), the system control circuit 50 receives a battery state change notification (step 333) of the remote storage apparatus 101. In step 1605, the system control circuit 50 controls allocation of a cache memory area to the image playback device 100 and each storage device 101 that can be connected.

図16は、図15のステップ1601の各ストレージ装置101に対するキャッシュメモリ領域の割当初期化処理を示したフローチャートである。   FIG. 16 is a flowchart showing the cache memory area allocation initialization process for each storage apparatus 101 in step 1601 of FIG.

ステップ1701で、システム制御回路50は各装置に割り当てるキャッシュメモリ領域算出する。ステップ1703で、システム制御回路50は、全ストレージ装置101に対するキャッシュメモリ領域を確保する。   In step 1701, the system control circuit 50 calculates a cache memory area to be allocated to each device. In step 1703, the system control circuit 50 secures a cache memory area for all the storage apparatuses 101.

図17は、図16のステップ1701の各ストレージ装置101に割り当てるキャッシュメモリ領域算出処理を示すフローチャートである。   FIG. 17 is a flowchart showing the cache memory area calculation process assigned to each storage apparatus 101 in step 1701 of FIG.

ステップ1801で、システム制御回路50は、ストレージ装置101の接続数を取得する。ステップ1803で、システム制御回路50は、キャッシュメモリ領域を取得する。ステップ1805で、システム制御回路50は、全ストレージ装置101のうちのAC電源駆動機器数を算出する。ステップ1807で、システム制御回路50は、全ストレージ装置101のうちのLowBattery状態の機器数を算出する。ステップ1809で、システム制御回路50は、全ストレージ装置101のうちのFullBattery状態の機器数を算出する。   In step 1801, the system control circuit 50 acquires the number of connections of the storage apparatus 101. In step 1803, the system control circuit 50 acquires a cache memory area. In step 1805, the system control circuit 50 calculates the number of AC power supply driving devices among all the storage apparatuses 101. In step 1807, the system control circuit 50 calculates the number of devices in the Low Battery state among all the storage apparatuses 101. In step 1809, the system control circuit 50 calculates the number of devices in the Full Battery state among all the storage apparatuses 101.

ステップ1811で、システム制御回路50は、各電源状態に応じて各機器に割り当てるキャッシュメモリ領域を算出する。例えば、LowBattery機器のキャッシュメモリ領域の割当率を1とする。FullBattery機器のキャッシュメモリ領域の割当率を0.5とする。AC電源駆動機器のキャッシュメモリ領域の割当率を0.25とする。   In step 1811, the system control circuit 50 calculates a cache memory area to be allocated to each device according to each power supply state. For example, assume that the allocation rate of the cache memory area of the LowBattery device is 1. Assume that the allocation rate of the cache memory area of the Full Battery device is 0.5. Assume that the allocation rate of the cache memory area of the AC power supply device is 0.25.

例えば、キャッシュメモリ領域:100MByteであり、LowBattery状態の機器が3つ、FullBattery状態の機器が2つ、AC電源駆動機器が4つであるようなシステム構成の場合を例に挙げる。この例では、LowBattery状態の機器へ割り当てるキャッシュメモリ領域は、100M/3*1+0.5*2+0.25*4=25Mとなる。FullBattery状態の機器へ割り当てるキャッシュメモリ領域は、25M*0.5=12.5Mとなる。AC電源駆動機器へ割り当てるキャッシュメモリ領域は、25M*0.25=6.25Mとなる。   For example, a case of a system configuration in which the cache memory area is 100 MByte, three devices in the Low Battery state, two devices in the Full Battery state, and four AC power supply devices are described as an example. In this example, the cache memory area allocated to the device in the Low Battery state is 100M / 3 * 1 + 0.5 * 2 + 0.25 * 4 = 25M. The cache memory area allocated to the Full Battery state device is 25M * 0.5 = 12.5M. The cache memory area allocated to the AC power supply device is 25M * 0.25 = 6.25M.

図18は、図15のステップ1605の各ストレージ装置101へのキャッシュメモリ割当制御処理を詳細に示すフローチャートである。   FIG. 18 is a flowchart showing in detail the cache memory allocation control process for each storage apparatus 101 in step 1605 of FIG.

ステップ1701で、システム制御回路50は、各ストレージ装置101に割り当てるキャッシュメモリ領域を算出する。ステップ1901で、システム制御回路50は、キャッシュメモリ領域を開放する。ステップ1903で、システム制御回路50は、全ストレージ装置101対してキャッシュメモリ領域の開放処理を行ったかを判断する。開放処理を行っていなければ、ステップ1901からの処理を繰り返す。開放処理を行っていれば、ステップ1905へ進む。   In step 1701, the system control circuit 50 calculates a cache memory area to be allocated to each storage apparatus 101. In step 1901, the system control circuit 50 releases the cache memory area. In step 1903, the system control circuit 50 determines whether cache memory area release processing has been performed for all storage apparatuses 101. If the release process has not been performed, the process from step 1901 is repeated. If the release process has been performed, the process proceeds to step 1905.

ステップ1905で、システム制御回路50は、キャッシュメモリ領域を確保する。ステップ1907で、システム制御回路50は全ストレージ装置101に対してキャッシュメモリ領域の確保処理を行ったかを判断する。確保処理を行っていなければ、ステップ1905からの処理を繰り返す。確保処理を行っていれば、処理を終了する。   In step 1905, the system control circuit 50 secures a cache memory area. In step 1907, the system control circuit 50 determines whether cache memory area reservation processing has been performed for all storage apparatuses 101. If the securing process is not performed, the process from step 1905 is repeated. If the securing process has been performed, the process ends.

図19は、図18のステップ1901のキャッシュメモリ開放処理を詳細に示すフローチャートである。   FIG. 19 is a flowchart showing in detail the cache memory release process in step 1901 of FIG.

ステップ2001で、システム制御回路50は、キャッシュメモリ領域サイズが減少したかどうかを判断する。減少していなければ、処理を終了する。減少していれば、ステップ2003へ進む。ステップ2003で、システム制御回路50は、使用頻度が最も低い画像データを削除する。ステップ2005で、システム制御回路50は、キャッシュメモリ開放サイズと画像サイズを比較する。キャッシュメモリ開放サイズの方が画像サイズより小さい場合、ステップ2007へ進む。一方、キャッシュメモリ開放サイズの方が画像サイズより大きい場合、ステップ2009へ進む。   In step 2001, the system control circuit 50 determines whether or not the cache memory area size has decreased. If not decreased, the process is terminated. If it has decreased, the process proceeds to step 2003. In step 2003, the system control circuit 50 deletes image data that is least frequently used. In step 2005, the system control circuit 50 compares the cache memory release size with the image size. If the cache memory release size is smaller than the image size, the process proceeds to step 2007. On the other hand, if the cache memory release size is larger than the image size, the process proceeds to step 2009.

ステップ2007で、システム制御回路50は、キャッシュメモリ開放サイズ分のキャッシュメモリ領域を開放する。ステップ2009で、システム制御回路50は、画像サイズ分のキャッシュメモリ領域を開放する。ステップ2011で、システム制御回路50は、キャッシュメモリ開放サイズから画像サイズを除算し、ステップ2003からの処理を繰り返す。   In step 2007, the system control circuit 50 releases a cache memory area corresponding to the cache memory release size. In step 2009, the system control circuit 50 releases a cache memory area for the image size. In step 2011, the system control circuit 50 divides the image size from the cache memory open size, and repeats the processing from step 2003.

図20は、図18のステップ1905の各ストレージ装置101へのキャッシュメモリ割当制御処理を詳細に示すフローチャートである。   FIG. 20 is a flowchart showing in detail the cache memory allocation control process for each storage apparatus 101 in step 1905 of FIG.

ステップ2101で、システム制御回路50は、キャッシュメモリ領域が増加するかどうかを判断する。キャッシュメモリ領域が増加しない場合、処理を終了する。キャッシュメモリ領域が増加する場合、ステップ2103へ進む。ステップ2103で、システム制御回路50は、キャッシュメモリ領域増加分の領域を確保する。   In step 2101, the system control circuit 50 determines whether or not the cache memory area increases. If the cache memory area does not increase, the process ends. If the cache memory area increases, the process proceeds to step 2103. In step 2103, the system control circuit 50 secures an area for an increase in the cache memory area.

上述したように、複数のストレージ装置が接続したシステム構成において、画像再生装置及びストレージ装置の電池状態、通信状態、メディアアクセス及び通信による電力消費量からキャッシュメモリへ格納する画像データの種類を制御している。これにより、画像再生装置及びストレージ装置の消費電力を極力抑え、且つ高速に画像再生することが可能である。   As described above, in a system configuration in which a plurality of storage devices are connected, the type of image data stored in the cache memory is controlled from the battery state, communication state, media access and power consumption of the image playback device and storage device. ing. Thereby, it is possible to suppress the power consumption of the image reproducing device and the storage device as much as possible and to reproduce the image at high speed.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体をシステム或いは装置に供給し、そのシステム等のコンピュータが記憶媒体からプログラムコードを読み出し実行することによっても達成される。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and a computer such as the system reads and executes the program codes from the storage medium. Is also achieved.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、プログラムコード自体及びそのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードの指示に基づき、コンピュータ上で稼動しているOS等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれる。   In addition, the case where the functions of the above-described embodiment are realized by performing part or all of the actual processing by an OS or the like running on the computer based on the instruction of the program code read by the computer. It is.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに接続された機能拡張ユニット等に備わるメモリに書込まれた後、そのプログラムコードの指示に基づきCPU等が実際の処理を行い、前述した実施形態の機能が実現される場合も含まれる。   Further, after the program code read from the storage medium is written in a memory provided in a function expansion unit connected to the computer, the CPU or the like performs actual processing based on the instruction of the program code, and the above-described processing is performed. The case where the functions of the embodiment are realized is also included.

本発明の第1の実施形態における画像再生装置システムの一構成例を示す図である。It is a figure which shows the example of 1 structure of the image reproduction apparatus system in the 1st Embodiment of this invention. 図1で示した画像再生装置システムのブロック図である。FIG. 2 is a block diagram of the image playback device system shown in FIG. 1. 画像再生装置内の画像再生表示処理を示すSDL図である。It is a SDL figure which shows the image reproduction display process in an image reproduction apparatus. ストレージ装置内の画像再生表示処理を示すSDL図である。It is a SDL figure which shows the image reproduction display process in a storage apparatus. 図3のステップ321の画像取得処理を詳細に示すフローチャートである。It is a flowchart which shows the image acquisition process of step 321 of FIG. 3 in detail. 図5のステップ509の各種情報取得処理を詳細に示すフローチャートである。It is a flowchart which shows the various information acquisition process of step 509 of FIG. 5 in detail. 図5のステップ511の各種情報判別処理を説明するための図である。It is a figure for demonstrating the various information discrimination | determination processing of step 511 of FIG. 図5のステップ511の各種情報判別処理を説明するための図である。It is a figure for demonstrating the various information discrimination | determination processing of step 511 of FIG. 図5のステップ513の画像をキャッシュメモリへ追加する処理を詳細に示すフローチャートである。6 is a flowchart showing in detail processing for adding an image in step 513 of FIG. 5 to a cache memory. 図3のステップ331のキャッシュメモリ制御処理を詳細に示すフローチャートである。4 is a flowchart showing in detail a cache memory control process in step 331 of FIG. 3. 図9のステップ903、ステップ905のキャッシュメモリから画像削除処理を詳細に示すフローチャートである。10 is a flowchart illustrating in detail image deletion processing from the cache memory in step 903 and step 905 in FIG. 9. 図9のステップ909、ステップ911、ステップ913、ステップ915の画像のキャッシュメモリ追加処理を詳細に示すフローチャートである。10 is a flowchart showing in detail an image cache memory addition process in steps 909, 911, 913, and 915 of FIG. キャッシュメモリデータの構造を示す図である。It is a figure which shows the structure of cache memory data. 画像再生装置システムのユーザインタフェースを示す図である。It is a figure which shows the user interface of an image reproduction apparatus system. 本発明の第2の実施形態における画像再生装置システムの一構成例を示す図である。It is a figure which shows the example of 1 structure of the image reproduction apparatus system in the 2nd Embodiment of this invention. 本発明の第2の実施形態における画像再生装置内の画像再生処理を示すSDL図である。It is a SDL figure which shows the image reproduction process in the image reproduction apparatus in the 2nd Embodiment of this invention. 図15のステップ1601の各装置に対するキャッシュメモリ領域の割当初期化処理を示すフローチャートである。16 is a flowchart showing cache memory area allocation initialization processing for each device in step 1601 of FIG. 15. 図16のステップ1701の各装置に割り当てるキャッシュメモリ領域算出処理を示すフローチャートである。It is a flowchart which shows the cache memory area | region calculation process allocated to each apparatus of step 1701 of FIG. 図15のステップ1605の各機器へのキャッシュメモリ割当制御処理を詳細に示すフローチャートである。16 is a flowchart showing in detail cache memory allocation control processing for each device in step 1605 of FIG. 15. 図18のステップ1901のキャッシュメモリ開放処理を詳細に示すフローチャートである。FIG. 19 is a flowchart showing in detail a cache memory release process in step 1901 of FIG. 18. FIG. 図18のステップ1905の各機器へのキャッシュメモリ割当制御処理を詳細に示すフローチャートである。FIG. 19 is a flowchart showing in detail a cache memory allocation control process for each device in step 1905 of FIG. 18. FIG. 図9のステップ900の各種情報判別処理を詳細に説明するための図である。It is a figure for demonstrating in detail the various information discrimination | determination processes of step 900 of FIG.

符号の説明Explanation of symbols

10 電源制御回路
11 電源装置
12 システム制御回路
13 メインスイッチ
14 システムメモリ
15 不揮発性メモリ
16 表示部
17 記録媒体
18 記録媒体用インタフェース
19 メモリ
20 通信回路
22 メモリ制御回路
24 画像表示メモリ
26 D/A変換器
28 画像表示部
30 メモリ
32 圧縮・伸長回路
33 通信回路
50 システム制御回路
52 システムメモリ
54 表示部
56 不揮発性メモリ
60 メインスイッチ
70 操作部
80 電源制御回路
86 電源装置
90 記録媒体用インタフェース
99 記録媒体
100 画像再生装置
101 ストレージ装置
DESCRIPTION OF SYMBOLS 10 Power supply control circuit 11 Power supply device 12 System control circuit 13 Main switch 14 System memory 15 Non-volatile memory 16 Display part 17 Recording medium 18 Interface for recording media 19 Memory 20 Communication circuit 22 Memory control circuit 24 Image display memory 26 D / A conversion Device 28 Image display unit 30 Memory 32 Compression / decompression circuit 33 Communication circuit 50 System control circuit 52 System memory 54 Display unit 56 Non-volatile memory 60 Main switch 70 Operation unit 80 Power supply control circuit 86 Power supply device 90 Recording medium interface 99 Recording medium 100 image playback device 101 storage device

Claims (15)

画像データを記録する記録手段、及び、外部装置と接続可能な通信手段を備えた電源状態が把握可能なストレージ装置と、画像データを記録する記録媒体との接続手段、前記ストレージ装置と通信可能な通信手段、前記記録手段及び前記記録媒体のうちの少なくとも何れか一方に記録される画像データを一時的に記憶するキャッシュメモリ、及び、前記キャッシュメモリに記録された画像データを画像表示手段に表示させる表示制御手段を備え、前記ストレージ装置と当該画像再生装置との電源状態、及び、前記ストレージ装置と当該画像再生装置との通信状態が把握可能な画像再生装置とを含む画像再生システムにおいて、
前記画像再生装置は、前記ストレージ装置の電源状態、当該該画像再生装置の電源状態及び前記通信状態に応じて、前記キャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換える制御手段を有することを特徴とする画像再生システム。
A storage device having a recording unit for recording image data and a communication unit that can be connected to an external device, a storage device capable of grasping a power supply state, a connection unit for a recording medium for recording image data, and a communication with the storage device A cache memory for temporarily storing image data recorded in at least one of the communication means, the recording means and the recording medium; and the image display means for displaying the image data recorded in the cache memory. In an image reproduction system comprising display control means, and including an image reproduction device capable of grasping a power state between the storage device and the image reproduction device and a communication state between the storage device and the image reproduction device,
The image playback device controls switching between image data to be deleted from the cache memory and image data to be added to the cache memory according to the power state of the storage device, the power state of the image playback device, and the communication state. An image reproduction system characterized by comprising means.
前記電源状態は、複数の状態を持ち、電源である電池の残容量を表すことを特徴とする請求項1に記載の画像再生システム。   The image reproduction system according to claim 1, wherein the power state has a plurality of states and represents a remaining capacity of a battery as a power source. 前記制御手段は、前記ストレージ装置と当該画像再生装置とのうち前記電源状態の良い装置の画像データを優先して前記キャッシュメモリから削除し、前記電源状態の悪い装置の画像データを優先して前記キャッシュメモリに追加することを特徴とする請求項1又は2に記載の画像再生システム。   The control means preferentially deletes the image data of the device having the good power state out of the storage device and the image reproduction device from the cache memory, and preferentially takes the image data of the device having the bad power state. 3. The image reproduction system according to claim 1, wherein the image reproduction system is added to a cache memory. 前記制御手段は、前記記録手段と前記記録媒体とへのアクセス処理及び前記ストレージ装置と当該画像再生装置間の通信処理による電力消費量に応じて、前記キャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換えることを特徴とする請求項1乃至3の何れか1項に記載の画像再生システム。   The control means includes image data to be deleted from the cache memory and the cache memory in accordance with power consumption by access processing to the recording means and the recording medium and communication processing between the storage device and the image reproduction device. 4. The image reproduction system according to claim 1, wherein the image data to be added is switched. 前記通信手段は、前記通信状態が予め定められた状態より悪い場合は、サイズの小さい画像データを前記ストレージ装置より受信し、前記制御手段は、前記サイズの小さい画像データを前記キャッシュメモリに追加することを特徴とする請求項1乃至4の何れか1項に記載の画像再生システム。   When the communication state is worse than a predetermined state, the communication unit receives small-size image data from the storage device, and the control unit adds the small-size image data to the cache memory. The image reproduction system according to claim 1, wherein the image reproduction system is an image reproduction system. 前記制御手段は、前記電源状態に応じて、前記画像表示手段で表示する画像データとその前後に存在する画像データを前記記録手段又は前記記録媒体から前記キャッシュメモリに追加することを特徴とする請求項1乃至5の何れか1項に記載の画像再生システム。   The control unit adds image data to be displayed by the image display unit and image data existing before and after the image data from the recording unit or the recording medium to the cache memory according to the power state. Item 6. The image reproduction system according to any one of Items 1 to 5. 画像データを記録する記録手段と、外部装置と接続可能な通信手段とを備えた電源状態が把握可能なストレージ装置と通信可能な画像再生装置の制御方法であって、
前記ストレージ装置と当該画像再生装置との電源状態、及び、前記ストレージ装置と当該画像再生装置との通信状態を検知する検知ステップと、
前記ストレージ装置の電源状態、当該画像再生装置の電源状態及び前記通信状態に応じて、画像データを記録する記録媒体及び前記記録手段のうちの少なくとも何れか一方に記録される画像データを一時的に記録するキャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換える制御ステップと、
前記キャッシュメモリに記録された画像データを画像表示手段に表示させる表示制御ステップとを含むことを特徴とする画像再生装置の制御方法。
A control method for an image playback device capable of communicating with a storage device capable of grasping a power state, comprising a recording means for recording image data and a communication means connectable to an external device,
A detection step of detecting a power supply state between the storage device and the image reproduction device, and a communication state between the storage device and the image reproduction device;
Temporarily storing image data recorded on at least one of the recording medium for recording image data and the recording unit according to the power supply state of the storage device, the power supply state of the image reproduction device, and the communication state A control step of switching between image data to be deleted from the cache memory to be recorded and image data to be added to the cache memory;
A display control step of causing the image display means to display the image data recorded in the cache memory.
前記電源状態は、複数の状態を持ち、電源である電池の残容量を表すことを特徴とする請求項7に記載の画像再生装置の制御方法。   The method according to claim 7, wherein the power state has a plurality of states and represents a remaining capacity of a battery as a power source. 前記制御ステップは、前記ストレージ装置と当該画像再生装置とのうち前記電源状態の良い装置の画像データを優先して前記キャッシュメモリから削除し、前記電源状態の悪い装置の画像データを優先して前記キャッシュメモリに追加することを特徴とする請求項7又は8に記載の画像再生装置の制御方法。   The control step preferentially deletes the image data of the device having a good power state out of the storage device and the image reproduction device from the cache memory, and gives priority to the image data of the device having a bad power state. 9. The method for controlling an image reproducing apparatus according to claim 7, wherein the image reproducing apparatus is added to a cache memory. 前記制御ステップは、前記記録手段と前記記録媒体とへのアクセス処理及び前記ストレージ装置と当該画像再生装置間の通信処理による電力消費量に応じて、前記キャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換えることを特徴とする請求項7乃至9の何れか1項に記載の画像再生装置の制御方法。   The control step includes: image data to be deleted from the cache memory and the cache memory in accordance with power consumption due to access processing to the recording unit and the recording medium and communication processing between the storage device and the image reproduction device. 10. The method for controlling an image reproducing apparatus according to claim 7, wherein the image data to be added to the image data is switched. 前記通信状態が予め定められた状態より悪い場合、サイズの小さい画像データを前記ストレージ装置より受信する通信ステップを更に含み、
前記制御ステップは、前記サイズの小さい画像データを前記キャッシュメモリに追加することを特徴とする請求項7乃至10の何れか1項に記載の画像再生装置の制御方法。
If the communication state is worse than a predetermined state, further comprising a communication step of receiving small-size image data from the storage device;
The method according to claim 7, wherein the control step adds the small-size image data to the cache memory.
前記制御ステップは、前記電源状態に応じて、前記画像表示手段で表示される画像データとその前後に存在する画像データを前記記録手段又は前記記録媒体から前記キャッシュメモリに追加することを特徴とする請求項7乃至11の何れか1項に記載の画像再生装置の制御方法。   The control step adds image data displayed by the image display unit and image data existing before and after the image data from the recording unit or the recording medium to the cache memory according to the power state. 12. A method for controlling an image reproduction device according to claim 7. 請求項7乃至12の何れか1項に記載の画像再生装置の制御方法をコンピュータに実行させるためのプログラム。   A program for causing a computer to execute the control method of the image reproduction device according to any one of claims 7 to 12. 請求項13に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 13 is recorded. 画像データを記録する記録手段と、外部装置と接続可能な通信手段とを備えた電源状態が把握可能なストレージ装置と通信可能な画像再生装置であって、
前記ストレージ装置と当該画像再生装置との電源状態、及び、前記ストレージ装置と当該画像再生装置との通信状態を検知する検知手段と、
前記ストレージ装置の電源状態、当該画像再生装置の電源状態及び前記通信状態に応じて、画像データを記録する記録媒体及び前記記録手段のうちの少なくとも何れか一方に記録される画像データを一時的に記録するキャッシュメモリから削除する画像データと前記キャッシュメモリに追加する画像データとを切り換える制御手段と、
前記キャッシュメモリに記録された画像データを画像表示手段に表示させる表示制御手段とを含むことを特徴とする画像再生装置。
An image reproduction device capable of communicating with a storage device capable of grasping a power state, comprising a recording means for recording image data and a communication means connectable to an external device,
Detecting means for detecting a power supply state between the storage device and the image reproduction device, and a communication state between the storage device and the image reproduction device;
Temporarily storing image data recorded on at least one of the recording medium for recording image data and the recording unit according to the power supply state of the storage device, the power supply state of the image reproduction device, and the communication state Control means for switching between image data to be deleted from the cache memory to be recorded and image data to be added to the cache memory;
An image reproduction apparatus comprising: display control means for causing the image display means to display the image data recorded in the cache memory.
JP2006239806A 2006-09-05 2006-09-05 Image reproduction apparatus, control method thereof, and program Active JP4709103B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006239806A JP4709103B2 (en) 2006-09-05 2006-09-05 Image reproduction apparatus, control method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006239806A JP4709103B2 (en) 2006-09-05 2006-09-05 Image reproduction apparatus, control method thereof, and program

Publications (3)

Publication Number Publication Date
JP2008066818A true JP2008066818A (en) 2008-03-21
JP2008066818A5 JP2008066818A5 (en) 2009-10-22
JP4709103B2 JP4709103B2 (en) 2011-06-22

Family

ID=39289177

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006239806A Active JP4709103B2 (en) 2006-09-05 2006-09-05 Image reproduction apparatus, control method thereof, and program

Country Status (1)

Country Link
JP (1) JP4709103B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010260198A (en) * 2009-04-30 2010-11-18 Brother Ind Ltd Printer
JP2011015802A (en) * 2009-07-08 2011-01-27 Hoya Corp Endoscope apparatus
WO2011155130A1 (en) * 2010-06-08 2011-12-15 パナソニック株式会社 Information display device, integrated circuit for display control, and display control method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002171434A (en) * 2000-12-04 2002-06-14 Nikon Corp Electronic camera
JP2004088766A (en) * 2002-07-22 2004-03-18 Matsushita Electric Ind Co Ltd Data management apparatus and data management system
JP2004193691A (en) * 2002-12-06 2004-07-08 Sanyo Electric Co Ltd Digital camera, control method of digital camera, and file server
JP2005238690A (en) * 2004-02-27 2005-09-08 Fuji Photo Film Co Ltd Client computer, method of controlling the same, and program of controlling therefor
JP2006190186A (en) * 2005-01-07 2006-07-20 Canon Inc Data output apparatus and data recording apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002171434A (en) * 2000-12-04 2002-06-14 Nikon Corp Electronic camera
JP2004088766A (en) * 2002-07-22 2004-03-18 Matsushita Electric Ind Co Ltd Data management apparatus and data management system
JP2004193691A (en) * 2002-12-06 2004-07-08 Sanyo Electric Co Ltd Digital camera, control method of digital camera, and file server
JP2005238690A (en) * 2004-02-27 2005-09-08 Fuji Photo Film Co Ltd Client computer, method of controlling the same, and program of controlling therefor
JP2006190186A (en) * 2005-01-07 2006-07-20 Canon Inc Data output apparatus and data recording apparatus

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010260198A (en) * 2009-04-30 2010-11-18 Brother Ind Ltd Printer
JP2011015802A (en) * 2009-07-08 2011-01-27 Hoya Corp Endoscope apparatus
WO2011155130A1 (en) * 2010-06-08 2011-12-15 パナソニック株式会社 Information display device, integrated circuit for display control, and display control method
JP5619885B2 (en) * 2010-06-08 2014-11-05 パナソニックインテレクチュアル プロパティ コーポレーション オブアメリカPanasonic Intellectual Property Corporation of America Information display device, display control integrated circuit, and display control method
US8941686B2 (en) 2010-06-08 2015-01-27 Panasonic Intellectual Property Corporation Of America Information display apparatus, display control integrated circuit, and display control method for superimposing, for display, information onto images captured in a time sequence

Also Published As

Publication number Publication date
JP4709103B2 (en) 2011-06-22

Similar Documents

Publication Publication Date Title
KR20090031761A (en) Systems and methods for power management in relation to a wireless storage device
JP2004241093A (en) Information processor and method for controlling electric power consumption
JP4264087B2 (en) Recording device
JP2006236305A (en) Image processing apparatus, image processing method
US8219066B2 (en) Recording apparatus for communicating with a plurality of communication apparatuses, control method therefor, and program
CN100472639C (en) Recording apparatus and method
JP6137980B2 (en) Recording apparatus and control method thereof
JP2003186579A (en) Electronic device and operation control method of the same
JP4709103B2 (en) Image reproduction apparatus, control method thereof, and program
JP4266655B2 (en) Storage device and control method
KR100651370B1 (en) Method for processing file of sub memory in wireless terminal
JP2006217125A (en) Information storage device
US7930001B2 (en) Information processing apparatus and cellular phone
US8867888B2 (en) Recording apparatus for simultaneously recording the same moving image to a plurality of recording media
JP4785320B2 (en) Storage device
JP2003233578A (en) Storage device and processing method
JP2007286962A (en) Portable equipment with index preparation function, its control method and its program
JP4817634B2 (en) Data storage
CN100458844C (en) Digital image processing device and method
JP2001092444A (en) Device and method for information processing and program storing medium
US20230008725A1 (en) Information processing apparatus and file recording method
JP5183393B2 (en) Image reproduction system, image reproduction control apparatus, image reproduction method, and program
JP5195898B2 (en) Information storage device
JP2007334620A (en) Memory card adapter
JP2006190186A (en) Data output apparatus and data recording apparatus

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090907

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090907

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110223

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110308

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110317

R150 Certificate of patent or registration of utility model

Ref document number: 4709103

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150