JP2012010123A - Electronic apparatus and program - Google Patents

Electronic apparatus and program Download PDF

Info

Publication number
JP2012010123A
JP2012010123A JP2010144517A JP2010144517A JP2012010123A JP 2012010123 A JP2012010123 A JP 2012010123A JP 2010144517 A JP2010144517 A JP 2010144517A JP 2010144517 A JP2010144517 A JP 2010144517A JP 2012010123 A JP2012010123 A JP 2012010123A
Authority
JP
Japan
Prior art keywords
area
data
processing
region
imaging
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
JP2010144517A
Other languages
Japanese (ja)
Other versions
JP5505974B2 (en
Inventor
Koji Idota
浩司 井戸田
Kazuo Ogura
和夫 小倉
Hiroyuki Kuriko
博行 栗子
Naoto Ono
直人 小野
Tadayuki Ametani
匡之 雨谷
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.)
NEC Casio Mobile Communications Ltd
Original Assignee
NEC Casio Mobile Communications Ltd
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 NEC Casio Mobile Communications Ltd filed Critical NEC Casio Mobile Communications Ltd
Priority to JP2010144517A priority Critical patent/JP5505974B2/en
Publication of JP2012010123A publication Critical patent/JP2012010123A/en
Application granted granted Critical
Publication of JP5505974B2 publication Critical patent/JP5505974B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

PROBLEM TO BE SOLVED: To write data of high bit rate without trouble while effectively utilizing free regions in a storage device.SOLUTION: An electronic apparatus (1) includes: a processing means (6) capable of sequentially executing various kinds of processing; a first detection means (6) for detecting a load status of the processing means; a second detection means (6) for detecting a magnitude of a data amount per unit time of data which may be generated with the processing; a region dividing means (6) for dividing free regions of a storage device (14) into a plurality of regions in accordance with a write speed; a selection means (6) for selecting any one of the plurality of regions divided by the region dividing means (6) based on the load status detected by the first detection means (6) and the magnitude of the data amount per unit time detected by the second detection means (6); and a storage control means (6) for writing data which may be generated with the processing, into the region selected by the selection means (6).

Description

本発明は、電子機器およびプログラムに関し、詳細には、高画質の動画ファイルのように、高いビットレートで時系列的に生成されるデータを支障なく記録することができる電子機器およびプログラムに関する。   The present invention relates to an electronic device and a program, and more particularly to an electronic device and a program that can record data generated in a time-series manner at a high bit rate, such as a high-quality moving image file, without any trouble.

近年、デジタルスチルカメラやデジタルビデオカメラ等のデジタル方式の撮像装置(以下、単に「撮像装置」という)が普及している。この種の撮像装置では、CCDなどの撮像デバイスを用いて生成した被写体の画像を静止画ファイルや動画ファイルに変換してハードディスクやフラッシュメモリなどの不揮発性の記憶デバイスに記録保存することができる。   In recent years, digital imaging devices (hereinafter simply referred to as “imaging devices”) such as digital still cameras and digital video cameras have become widespread. In this type of imaging apparatus, an image of a subject generated using an imaging device such as a CCD can be converted into a still image file or a moving image file and recorded and stored in a nonvolatile storage device such as a hard disk or a flash memory.

ここで、“ファイル”とは、汎用オペレーティングシステム(OS)におけるデータの管理単位のことをいい、そのファイル管理の仕組みのことをFAT(ファイルアロケーションテーブル)方式という。   Here, “file” refers to a data management unit in a general-purpose operating system (OS), and the file management mechanism is referred to as a FAT (file allocation table) method.

FAT方式では、記憶デバイスの記憶領域全体を小さな区画(クラスタと呼ばれる)に細分化し、このクラスタ単位でデータを小分けにして記憶する。データが書き込まれているクラスタを「使用済みクラスタ」、データが書き込まれていないクラスタを「未使用クラスタ」という。   In the FAT system, the entire storage area of the storage device is subdivided into small partitions (called clusters), and data is divided into small units and stored. A cluster in which data is written is called “used cluster”, and a cluster in which no data is written is called “unused cluster”.

FAT方式では、これらの「使用済みクラスタ」と「未使用クラスタ」を “ファイルアロケーションテーブル”と呼ばれるデータテーブルで管理する。ファイルを記憶する場合は、テーブルから必要数の「未使用クラスタ」を指定してそのクラスタにファイルのデータを記憶するとともに、それらのクラスタを「使用済みクラスタ」に変更する。また、ファイルを削除する場合は、そのファイルに割り当てられていたクラスタを「未使用クラスタ」に変更する。   In the FAT system, these “used clusters” and “unused clusters” are managed by a data table called “file allocation table”. When storing a file, the necessary number of “unused clusters” are specified from the table, the file data is stored in the cluster, and those clusters are changed to “used clusters”. When deleting a file, the cluster assigned to the file is changed to “unused cluster”.

FAT方式の欠点は、ファイルの削除と書き込みを繰り返して行くうちに、クラスタの断片化(フラグメンテーション)が進むことにある。断片化とは「未使用クラスタ」の間に「使用済みクラスタ」が入り込むことをいい、断片化の発生度合いのことを断片化率という。断片化率が高くなるとファイルの書き込みに時間が掛かるようになり、とりわけ、高画質の動画ファイルのように、高いビットレートで時系列的に生成されるデータを書き込む際に、書き込みが追いつかないという不都合を来す恐れが出てくる。   The disadvantage of the FAT method is that cluster fragmentation (fragmentation) progresses as file deletion and writing are repeated. Fragmentation means that “used clusters” enter between “unused clusters”, and the degree of fragmentation is called the fragmentation rate. When the fragmentation rate increases, it takes time to write the file, especially when writing data generated in time series at a high bit rate, such as a high-quality video file, the writing cannot catch up. There is a risk of inconvenience.

断片化に伴う不都合の原因は二つある。第一は、ハードディスクのように磁気ヘッドを有する記憶デバイスに特有の原因であり、一つのファイルで使用しているクラスタが不連続になるとヘッドの移動に時間が掛かることに起因する。また、第二は、フラッシュメモリのように一定の書き換え上限数が定められている記憶デバイスに特有の原因であり、各記憶セルの書き換え回数を平準化するためのデータ移動操作、つまり特定の領域に書き込みが集中しないように他の領域にデータを移動する操作が行われることに起因する。   There are two causes of inconvenience associated with fragmentation. The first is a cause peculiar to a storage device having a magnetic head, such as a hard disk. This is because it takes time to move the head when clusters used in one file become discontinuous. The second is a cause specific to a storage device having a fixed upper limit number of rewrites such as a flash memory, and a data movement operation for leveling the number of rewrites of each memory cell, that is, a specific area. This is because an operation of moving data to another area is performed so that writing is not concentrated on the other area.

FAT方式の記憶デバイスは断片化を避けることができない。このため、記憶デバイスの書き込み/読み出し速度の一層の向上化が図られてきたところであるが、その一方で、ハイビジョン画質の動画データ生成など、生成側におけるデータの高ビットレート化も進みつつあることから、断片化に伴う不都合(書き込みが追いつかない)の回避策はいまだ完全なものに至ってはいない。   FAT type storage devices cannot avoid fragmentation. For this reason, the writing / reading speed of the storage device has been further improved, but on the other hand, the bit rate of data on the generation side is also increasing, such as the generation of high-definition video data. As a result, the workaround for the inconvenience associated with fragmentation (the writing cannot be caught up) is not yet complete.

動画データのように時系列的に生成されるデータを取りこぼしなく記憶するために、いわゆる「バッファ」と呼ばれる緩衝メモリを記憶デバイスの前段に入れることが常套的に行われている。このバッファは、DRAM等の高速メモリで構成されており、ハードディスクやフラッシュメモリ等の記憶デバイスに比べて遙かに高速にデータを書き込む(一時保存する)ことができるので、データの生成速度と記憶デバイスの書き込み速度との差を埋める(バッファリングする)ことができ、とりわけ、断片化に伴う不都合を確実に回避することができる。   In order to store data generated in a time series such as moving image data without missing, it is a common practice to place a buffer memory called a “buffer” in the front stage of the storage device. This buffer is composed of a high-speed memory such as a DRAM and can write (temporarily store) data much faster than a storage device such as a hard disk or a flash memory. The difference from the writing speed of the device can be filled (buffered), and in particular, the disadvantage associated with fragmentation can be surely avoided.

しかしながら、バッファの容量には上限があることから、データの生成時間が長くなると、いつかはバッファからデータが溢れることとなり、この場合、溢れたデータを記憶デバイスに書き込めない。バッファの容量を増やせばこの欠点を解消できるが、コストの増加を招くので好ましくない。   However, since there is an upper limit on the capacity of the buffer, if the data generation time becomes long, data will overflow from the buffer at some point, and in this case, the overflow data cannot be written to the storage device. Increasing the capacity of the buffer can eliminate this drawback, but it is not preferable because it increases the cost.

そこで、必要十分な量のバッファを備えつつも、一方で、記憶デバイスの断片化に伴う影響を抑制するための技術が模索されており、そのような技術の一例として、下記の特許文献1、2参照には、記憶デバイスの空き領域を、断片化率が低い領域と高い領域とに分け、前者をデータの高速書き込みが可能な領域(以下、高速領域という)とする一方、後者をデータの低速書き込みが可能な領域(以下、低速領域という)とし、動画データ等の高ビットレートのデータを記録する場合は「高速領域」を使用し、それ以外の低速データ(静止画データ等)を記録する場合は「低速領域」を使用するようにした技術(以下、従来技術という)が記載されている。   Therefore, while providing a necessary and sufficient amount of buffer, on the other hand, a technique for suppressing the influence due to fragmentation of the storage device has been sought, and as an example of such a technique, the following Patent Document 1, 2 reference, the free area of the storage device is divided into an area with a low fragmentation rate and an area with a high fragmentation rate, and the former is an area where data can be written at high speed (hereinafter referred to as a high speed area), while the latter is Use a “high-speed area” when recording high-bit-rate data such as video data, and record other low-speed data (still image data, etc.). In this case, a technique (hereinafter referred to as a conventional technique) that uses the “low speed region” is described.

特開2000−267904号公報JP 2000-267904 A 特開2007−049639号公報JP 2007-039639 A

しかしながら、従来技術にあっては、記憶デバイスの空き領域を有効利用するという点では未だ不十分であり、改善の余地がある。   However, the prior art is still insufficient in terms of effectively using the free space of the storage device, and there is room for improvement.

このことについて詳しく説明する。
まず、従来技術の要点は、
(1)記憶デバイスの空き領域を断片化率が低い領域(高速領域)と高い領域(低速領域)とに分け、
(2)動画データ等の高ビットレートのデータを「高速領域」に記憶し、それ以外の低速データ(静止画データ等)を「低速領域」に記憶する、というものであり、
要するに、上記(2)に示されているように、断片化率が低い「高速領域」を高ビットレートのデータの“専用記録領域”としている点に特徴がある。
This will be described in detail.
First, the main points of the prior art are:
(1) The free area of the storage device is divided into a low fragmentation area (high speed area) and a high fragmentation area (low speed area),
(2) High bit rate data such as moving image data is stored in the “high speed area”, and other low speed data (still image data, etc.) is stored in the “low speed area”.
In short, as shown in the above (2), the “high-speed area” having a low fragmentation rate is used as the “dedicated recording area” for high-bit-rate data.

さて、冒頭で説明したとおり、FAT方式の欠点は、ファイルの削除と書き込みを繰り返して行くうちに、クラスタの断片化が進むことにあるので、高ビットレートのデータの専用記録領域である「高速領域」は、断片化率の高まりに伴い徐々にその領域サイズを減少していくことになる。そして、「高速領域」の残りがなくなった時点で、それ以上、高ビットレートのデータの記憶ができなくなってしまう。   As described at the beginning, the disadvantage of the FAT system is that the fragmentation of the cluster progresses as the file is repeatedly deleted and written, so that “high speed” is a dedicated recording area for high bit rate data. The “region” gradually decreases in size as the fragmentation rate increases. When the remaining “high-speed area” is exhausted, data at a high bit rate cannot be stored any more.

しかし、当該時点(高速領域の残りがなくなった時点)においても実際の空き領域はまだ「低速領域」として残っているのであるから、つまり、物理的な空き領域が十分残っているのであるから、この従来技術は、記憶デバイスの空き領域を有効利用していないということができる。   However, since the actual free space still remains as a “low speed area” even at that time (when the remaining high-speed area ceases), that is, there is enough physical free space left. It can be said that this prior art does not effectively use the free space of the storage device.

そこで、本発明の目的は、記憶デバイスの空き領域を有効利用しつつ、高ビットレートのデータの書き込みを支障なく行うことができる電子機器およびプログラムを提供することにある。   SUMMARY OF THE INVENTION An object of the present invention is to provide an electronic device and a program capable of writing data at a high bit rate without hindrance while effectively using a free area of a storage device.

本発明の電子機器は、各種の処理を逐次に実行可能な処理手段と、前記処理手段の負荷状況を検出する第1検出手段と、前記処理に伴い発生するデータの単位時間あたりのデータ量の大きさを検出する第2検出手段と、記憶デバイスの空き領域を、書き込み速度に応じて複数に領域分けする領域分け手段と、前記第1検出手段によって検出された負荷状況と前記第2検出手段によって検出された単位時間あたりのデータ量の大きさとに基づいて、前記領域分け手段によって区分された複数の領域のうちのいずれかを選択する選択手段と、前記選択手段によって選択された領域に、前記処理に伴い発生するデータを書き込む記憶制御手段とを備えたことを特徴とする。   An electronic apparatus according to the present invention includes a processing unit capable of sequentially executing various types of processing, a first detection unit that detects a load status of the processing unit, and a data amount per unit time of data generated by the processing. Second detection means for detecting the size, area dividing means for dividing the free area of the storage device into a plurality of areas according to the writing speed, the load status detected by the first detection means, and the second detection means Based on the size of the data amount per unit time detected by the selection means for selecting any of the plurality of areas divided by the area dividing means, and the area selected by the selection means, Storage control means for writing data generated in association with the processing is provided.

本発明によれば、記憶デバイスの空き領域を有効利用しつつ、高ビットレートのデータの書き込みを支障なく行うことができる。   According to the present invention, high-bit-rate data can be written without any trouble while effectively using the free space of the storage device.

携帯電話機の構成図である。It is a block diagram of a mobile phone. メモリ14の記憶領域区分を示す図である。3 is a diagram showing storage area divisions of a memory 14. FIG. 中央制御部6の負荷テーブルを示す図である。It is a figure which shows the load table of the central control part. 連写や動画撮影時の処理フローを示す図(1/3)である。It is a figure (1/3) which shows the processing flow at the time of a continuous shooting and video recording. 連写や動画撮影時の処理フローを示す図(2/3)である。It is a figure (2/3) which shows the processing flow at the time of continuous shooting or video recording. 連写や動画撮影時の処理フローを示す図(3/3)である。It is a figure (3/3) which shows the processing flow at the time of continuous shooting or video recording. 放送受信時やインターネット等からのデータダウンロード時の処理フローを示す図(1/2)である。It is a figure (1/2) which shows the processing flow at the time of the broadcast reception or the data download from the internet. 放送受信時やインターネット等からのデータダウンロード時の処理フローを示す図(2/2)である。It is a figure (2/2) which shows the processing flow at the time of broadcast reception or the data download from the internet.

本発明の実施形態を、携帯電話機を例にして、図面を参照しながら説明する。なお、この携帯電話機は、静止画や連写並びに動画を撮影可能なカメラ機能が搭載されているとともに、さらに、インターネット等のネットワーク端末としても利用できる機能を有しており、加えて、ワンセグ放送等のテレビ放送受信機能を備えている多機能型のものである。   An embodiment of the present invention will be described with reference to the drawings, taking a mobile phone as an example. This mobile phone is equipped with a camera function that can shoot still images, continuous shots, and moving images, and also has a function that can be used as a network terminal such as the Internet. It is a multi-function type equipped with a television broadcast receiving function such as.

まず、構成を説明する。
図1は、携帯電話機の構成図である。携帯電話機1は、被写体像を二次元的な画像信号に変換して出力するCCDやCMOS等の撮像デバイスからなる撮像部2と、この撮像部2から出力される画像信号を信号処理する画像処理部3と、画像処理部3から出力される画像信号を一時的に保持するフレームメモリ4とを含む撮像系5を有し、この撮像系5は、中央制御部6からの制御により、撮影構図確認用のプレビュー画像を生成して中央制御部6に出力したり、または、ユーザによって指定された画質(ここでは便宜的に低画質、中画質、高画質の三種類とする)の静止画や連写画または動画のデータを生成して中央制御部6に出力したりする。なお、撮像部2は、撮影レンズやオートフォーカス機構および絞り機構などを備えるが、図面の輻輳を避けるために省略している。
First, the configuration will be described.
FIG. 1 is a configuration diagram of a mobile phone. The cellular phone 1 converts an object image into a two-dimensional image signal and outputs it, an image pickup unit 2 composed of an image pickup device such as a CCD or CMOS, and image processing for signal processing the image signal output from the image pickup unit 2 The image capturing system 5 includes a unit 3 and a frame memory 4 that temporarily stores an image signal output from the image processing unit 3. A preview image for confirmation is generated and output to the central control unit 6, or a still image of the image quality designated by the user (here, for the sake of convenience, low image quality, medium image quality, and high image quality) Data of continuous shots or moving images is generated and output to the central control unit 6. The imaging unit 2 includes a photographic lens, an autofocus mechanism, a diaphragm mechanism, and the like, which are omitted in order to avoid congestion of the drawing.

携帯電話機1は、さらに、無線通信部7、音声処理部8、放送受信部9、操作部10、タッチパネル11付の表示部12、メモリI/F(インターフェース)13、メモリ14、外部I/F15および電源部16を備える。   The cellular phone 1 further includes a wireless communication unit 7, an audio processing unit 8, a broadcast receiving unit 9, an operation unit 10, a display unit 12 with a touch panel 11, a memory I / F (interface) 13, a memory 14, and an external I / F 15. And a power supply unit 16.

無線通信部7は、アンテナ7aを介して最寄りの基地局(図示略)との間で無線によるデジタルデータの送受信を行うものであり、このデジタルデータには、電話の着呼や発呼の情報および音声通話の情報が含まれるほか、インターネット上のコンテンツを利用する際などのコンテンツ情報、さらには電子メールの送受信情報などが含まれる。この無線通信部7は、以上の様々な情報の送信動作や受信動作を中央制御部6からの制御の元で行うが、通常は電話着呼の待ち受け状態にある。   The wireless communication unit 7 transmits / receives digital data wirelessly to / from the nearest base station (not shown) via the antenna 7a. The digital data includes information on incoming and outgoing calls. And information on voice calls, content information when using content on the Internet, and e-mail transmission / reception information. The wireless communication unit 7 performs the above-described various information transmission and reception operations under the control of the central control unit 6, but is normally in a standby state for incoming calls.

音声処理部8は、中央制御部6からの制御により、マイク8aからの音声信号をデジタルデータに変換して中央制御部6に出力したり、中央制御部6から出力されたデジタルの音声信号をアナログ信号に変換してスピーカ8bから出力したりできるものであり、これらのマイク8aやスピーカ8bを電話の送受話器として使用するほか、必要に応じ、前記の撮像系5によって静止画や連写画または動画を撮影する際の音声録音にも用いられ、あるいは、撮影済みの音声付画像を再生する際の音声出力にも用いられる。   The audio processing unit 8 converts the audio signal from the microphone 8 a into digital data and outputs the digital data to the central control unit 6 under the control of the central control unit 6, or the digital audio signal output from the central control unit 6. It can be converted into an analog signal and output from the speaker 8b. The microphone 8a and the speaker 8b are used as a telephone handset. Alternatively, it is also used for sound recording when shooting a moving image, or for sound output when playing back a sound-added image.

放送受信部9は、アンテナ9aを介してワンセグ放送等の地上波テレビジョン信号を受信し、その受信信号を中央制御部6に出力することができるものであり、この放送受信部9は、中央制御部6からの制御により、テレビジョン放送の受信オン/オフや受信チャンネルの選択などを行うことができる。   The broadcast receiving unit 9 is capable of receiving a terrestrial television signal such as one-segment broadcasting via the antenna 9a and outputting the received signal to the central control unit 6. The broadcast receiving unit 9 Under the control of the control unit 6, it is possible to turn on / off television broadcasting, select a receiving channel, and the like.

操作部10は、中央制御部6に対して所要のユーザ入力を行うための各種操作ボタン(電源スイッチやテンキーおよび機能キーなど)を備えたインターフェースであり、また、表示部12は、表示面にタッチパネル11を併設した液晶ディスプレイ等の平面表示デバイスである。   The operation unit 10 is an interface including various operation buttons (power switch, numeric keypad, function key, and the like) for performing a required user input to the central control unit 6, and the display unit 12 is displayed on the display surface. A flat display device such as a liquid crystal display provided with a touch panel 11.

メモリI/F13は、たとえば、メモリ14の規格(SDカードやUSBメモリ等)に対応した汎用インターフェースであり、中央制御部6とメモリ14との間に位置して相互のデータのやりとりを仲介する。   The memory I / F 13 is a general-purpose interface corresponding to, for example, the standard of the memory 14 (SD card, USB memory, etc.), and is located between the central control unit 6 and the memory 14 and mediates mutual data exchange. .

メモリ14は、冒頭で説明した記憶デバイス(FAT方式で管理されるもの)に相当し、ここでは、フラッシュメモリとするが、これに限定されない。FAT方式で管理されるものであればいかなるものであってもよい。たとえば、ハードディスクなどであってもよく、この場合、メモリ14をハードディスクと読み替えるとともに、前記のメモリI/F13をディスクI/Fと読み替えればよい。   The memory 14 corresponds to the storage device (managed by the FAT system) described at the beginning, and is a flash memory here, but is not limited thereto. Any device managed by the FAT method may be used. For example, a hard disk may be used. In this case, the memory 14 may be read as a hard disk, and the memory I / F 13 may be read as a disk I / F.

外部I/F15は、たとえば、パーソナルコンピュータ等の外部機器とのインターフェースであり、必要に応じてその外部機器と接続し、メモリ14に記録されている画像ファイルなどを、中央制御部6を経由して外部機器に出力したり、あるいは、外部機器から取り込んだ画像ファイルなどを、中央制御部6を経由してメモリ14に保存したりするものである。   The external I / F 15 is, for example, an interface with an external device such as a personal computer. The external I / F 15 is connected to the external device as necessary, and the image file recorded in the memory 14 is transferred via the central control unit 6. The image file is output to the external device, or the image file taken in from the external device is stored in the memory 14 via the central control unit 6.

中央制御部6は、CPU6a、ROM6bおよびRAM6cならびに不図示の周辺回路を含むプログラム制御方式の制御要素であり、あらかじめROM6bに格納されている制御プログラムをRAM6cにロードしてCPU6aで実行することにより、各種の処理を逐次に実行して、この携帯電話機1の全体動作を統括制御するものである。   The central control unit 6 is a control element of a program control system including a CPU 6a, a ROM 6b and a RAM 6c, and peripheral circuits (not shown). Various processes are sequentially executed to control the overall operation of the mobile phone 1.

ROM6bに格納されている制御プログラムは、汎用オペレーティングシステム(OS)とその汎用オペレーティングシステム上で動作する各種応用プログラム(アプリケーションプログラムまたは単にアプリケーションともいう)とからなり、汎用オペレーティングシステム(OS)にはファイルアロケーションテーブルに基づいてメモリ14のファイル管理を行うFAT方式のファイル管理システムが含まれている。   The control program stored in the ROM 6b includes a general-purpose operating system (OS) and various application programs (also referred to as application programs or simply applications) that operate on the general-purpose operating system. A FAT file management system that manages files in the memory 14 based on the allocation table is included.

ここで、実施形態の課題は、記憶デバイス(この実施形態ではメモリ14)の空き領域を有効利用しつつ、高ビットレートのデータの書き込みを支障なく行うことにある。   Here, the problem of the embodiment is to write data at a high bit rate without any trouble while effectively using the free area of the storage device (memory 14 in this embodiment).

FAT方式で管理されるメモリ14は、断片化に伴う書き込み速度の低下問題を否めないことから、バッファとして機能する所定容量の緩衝メモリ13aを備えることにより、ある程度の問題対策を講じているが、たとえば、長時間にわたる動画撮影を行った際に緩衝メモリ13aが満杯になってしまうと、それ以上、動画ファイルの保存ができなくなるという不都合がある。なお、この実施形態では緩衝メモリ13aをメモリI/F13に実装しているが、これは一例に過ぎない。たとえば、中央制御部6に実装してもよく、あるいは中央制御部6とメモリI/F13との間に実装したりしてもよい。   Since the memory 14 managed by the FAT system cannot deny the problem of a decrease in writing speed due to fragmentation, a certain amount of countermeasures are taken by providing a buffer memory 13a having a predetermined capacity that functions as a buffer. For example, if the buffer memory 13a becomes full when a moving image is taken for a long time, the moving image file cannot be stored any more. In this embodiment, the buffer memory 13a is mounted on the memory I / F 13, but this is only an example. For example, it may be mounted on the central control unit 6 or may be mounted between the central control unit 6 and the memory I / F 13.

緩衝メモリ13aの溢れ対策としては、冒頭で説明した従来技術のように、メモリ14の空き領域を断片化率が低い領域(高速領域)と高い領域(低速領域)とに分け、動画データ等の高ビットレートのデータを記録する場合は「高速領域」を使用し、それ以外の低速データ(静止画データ等)を記憶する場合は「低速領域」を使用することが有効であるものの、これらの対策(バッファおよび「高速領域」と「低速領域」の選択利用)だけでは、メモリ14の空き領域を有効利用するという点で不十分である。   As a countermeasure against overflow of the buffer memory 13a, as in the prior art explained at the beginning, the free area of the memory 14 is divided into a low fragmentation area (high speed area) and a high fragmentation area (low speed area). Although it is effective to use the “high-speed area” when recording high-bit-rate data, and to use the “low-speed area” when storing other low-speed data (still image data, etc.), these Only measures (buffer and selective use of “high speed area” and “low speed area”) are insufficient in that the free area of the memory 14 is effectively used.

その理由は、高ビットレートのデータの専用記録領域である「高速領域」は、断片化率の高まりに伴い徐々に減っていき、そして、「高速領域」の残りがなくなった時点で、それ以上、高ビットレートのデータの記憶ができなくなってしまうが、当該時点においても実際の空き領域は「低速領域」として残っているからであり、空き領域(低速領域)を有効利用していないからである。   The reason is that the “high-speed area”, which is a dedicated recording area for high bit rate data, gradually decreases as the fragmentation rate increases, and when the remaining “high-speed area” disappears, it is more than that. However, since the high bit rate data cannot be stored, the actual free space remains as a “low speed area” at that time, and the free area (low speed area) is not effectively used. is there.

そこで、本実施形態の技術思想は、高ビットレートのデータだからといって無条件に「高速領域」に書き込むのではなく、データの書き込みに支障がない限りにおいては、高ビットレートのデータであっても「高速領域」以外の領域(上記の例では「低速領域」)に書き込むようにした点にあり、これによって空き領域の有効利用を図るようにしたことにある。   Therefore, the technical idea of the present embodiment is not to write to the “high-speed area” unconditionally just because it is high bit rate data, but to “high bit rate data” as long as data writing is not hindered. This is because the data is written in an area other than the “high-speed area” (“low-speed area” in the above example), thereby effectively utilizing the free area.

図2は、実施形態におけるメモリ14の記憶領域区分(書き込み可能速度区分)を示す図である。この図では、三つの記憶領域(低速領域、中速領域、高速領域)に区分しているが、これは一例に過ぎない。各領域をメモリ14の空き領域の断片化率に応じて区分すればよく、従来技術のような2区分(低速領域と高速領域)であってもよいし、または、4区分あるいはそれ以上の多区分であってもよい。   FIG. 2 is a diagram illustrating a storage area section (writeable speed section) of the memory 14 in the embodiment. In this figure, it is divided into three storage areas (low speed area, medium speed area, and high speed area), but this is only an example. What is necessary is just to divide each area | region according to the fragmentation rate of the vacant area of the memory 14, and it may be 2 divisions (low speed area and high speed area) like a prior art, or 4 divisions or many more It may be a section.

ここで、本実施形態における「低速領域」は断片化率が高い領域(書き込み時間が遅い領域)であり、「中速領域」は断片化率が中程度の領域(書き込み時間がやや遅い領域)であり、「高速領域」は断片化率が低い領域(書き込み時間が速い領域)である。   Here, the “low speed region” in the present embodiment is a region with a high fragmentation rate (a region with a slow write time), and the “medium speed region” is a region with a medium fragmentation rate (a region with a slow write time). The “high-speed area” is an area with a low fragmentation rate (an area with a fast writing time).

これら3区分の記憶領域(低速領域、中速領域、高速領域)は、メモリ14に書き込むべきデータの単位時間あたりのデータ量(ビットレートまたはデータレート)に応じて選択的に使用する。既定の使い方(あらかじめ定められたデフォルトの使い方)は、低ビットレートのデータを低速領域に書き込み、中ビットレートのデータを中速領域に書き込み、高ビットレートのデータを高速速領域に書き込むというものである。低/中/高のビットレート区分は、たとえば、2Mbps(ビット/秒)までを低ビットレートとし、2Mbpsより大きく且つ4Mbps以下を中ビットレートとし、4Mbpsより大きく且つ8Mbps以下を高ビットレートとするが、これは一例に過ぎない。   These three storage areas (low speed area, medium speed area, and high speed area) are selectively used according to the data amount (bit rate or data rate) per unit time of data to be written in the memory 14. The default usage (predefined default usage) is to write low bit rate data to the low speed area, write medium bit rate data to the medium speed area, and write high bit rate data to the high speed area. It is. The low / medium / high bit rate classification is, for example, a low bit rate up to 2 Mbps (bits / second), a medium bit rate greater than 2 Mbps and 4 Mbps or less, and a high bit rate greater than 4 Mbps and 8 Mbps or less. But this is just an example.

上記の既定の使い方は冒頭で説明した従来技術と同じである。すなわち、高ビットレートのデータは従来技術の“高ビットレートのデータ”に対応し、そして、この高ビットレートのデータを「高速領域」に記憶する一方、高ビットレート以外のデータを他の領域(中速領域や低速領域)に記憶しているので、上記の既定の使い方と冒頭の従来技術とは原理的に変わりない。   The above default usage is the same as the prior art described at the beginning. That is, the high bit rate data corresponds to the “high bit rate data” of the prior art, and this high bit rate data is stored in the “high speed region”, while the data other than the high bit rate is stored in another region. Since it is stored in (medium speed region and low speed region), the above-mentioned default usage and the prior art at the beginning are not changed in principle.

本実施形態の特徴は、高ビットレートのデータだからといって無条件に「高速領域」に書き込むのではなく、“データの書き込みに支障がない限り”においては、高ビットレートのデータであっても他の領域(低速領域または中速領域)に書き込むようにしたことにあり、これによって空き領域の有効利用を図るようにしたものである。   The feature of this embodiment is not to write to the “high-speed area” unconditionally just because it is high-bit-rate data. As long as “data writing is not hindered”, even if it is high-bit-rate data, This is because the writing is made in the area (low speed area or medium speed area), thereby making effective use of the empty area.

「データの書き込みに支障がないか否か」の判断は、中央制御部6の負荷状況(正確にはCPU6aの負荷状況のこと)に基づいて行うことができる。中央制御部6は、ROM6bに格納されている制御プログラムをCPU6aで実行することによって、携帯電話機1の全体動作を統括制御しているが、このCPU6aは、制御プログラムに記述された処理を逐次に実行するものであって、その処理には、任意のアプリケーション処理(たとえば、電話の発着信処理や通話処理など)が含まれるほか、必要に応じて実行される記憶デバイス(メモリ14)へのアクセス処理(ファイルの読み書き処理等)も含まれるからである。
ちなみに、先に説明した既定の使い方(高ビットレートのデータを高負荷領域に書き込む等)は、CPU6aの負荷が“重い”状況の場合を想定したものである。これは、高負荷状況時は書き込みミスを生じやすいからであり、当該負荷状況時に安全にデータを書き込むことができれば、その他の状況(中負荷状況や低負荷状況)のときにもデータを支障なく書き込むことができるからである。
The determination of “whether there is no problem in data writing” can be made based on the load status of the central control unit 6 (more precisely, the load status of the CPU 6a). The central control unit 6 controls the overall operation of the mobile phone 1 by executing a control program stored in the ROM 6b by the CPU 6a. The CPU 6a sequentially performs the processes described in the control program. The processing includes any application processing (for example, incoming / outgoing phone call processing, call processing, etc.), and access to a storage device (memory 14) that is executed as necessary. This is because processing (file read / write processing, etc.) is also included.
Incidentally, the default usage described above (such as writing high bit rate data in a high load area) assumes a case where the load on the CPU 6a is "heavy". This is because a write error is likely to occur in a high load situation, and if data can be safely written in the load situation, the data can be used in other situations (medium load situation and low load situation). This is because it can be written.

このように、本実施形態では、記憶デバイス(この実施形態ではメモリ14)の空き領域を有効利用しつつ、高ビットレートのデータの書き込みを支障なく行うことを課題とし、その課題を達成するために、
(a)メモリ14の空き領域を断片化率が高い領域と、断片化率が中程度の領域と、断片化率が低い領域とに分け、
(b)それぞれを「低速領域」、「中速領域」、「高速領域」とするとともに、
(c)高ビットレートのデータを書き込む際には、中央制御部6の負荷状況を検出し、
(d)負荷が重い場合には、既定の使い方どおり、その高ビットレートのデータを高速領域に書き込む一方、負荷が中程度の場合には、その高ビットレートのデータを中速領域に書き込み、または、負荷が軽い場合には、その高ビットレートのデータを低速領域に書き込む、といったように負荷状況に応じて書き込む領域区分を変更する。
という仕組みを実装したものである。
As described above, in this embodiment, it is an object to perform data writing at a high bit rate without hindrance while effectively using the free space of the storage device (in this embodiment, the memory 14), in order to achieve the problem. In addition,
(A) The free space in the memory 14 is divided into a region with a high fragmentation rate, a region with a medium fragmentation rate, and a region with a low fragmentation rate,
(B) Each of them is designated as “low speed area”, “medium speed area”, “high speed area”,
(C) When writing high bit rate data, the load status of the central control unit 6 is detected,
(D) When the load is heavy, the high bit rate data is written to the high speed area as in the default usage. On the other hand, when the load is medium, the high bit rate data is written to the medium speed area. Or, when the load is light, the area classification to be written is changed according to the load situation, such as writing the data of the high bit rate in the low speed area.
It implements the mechanism.

なお、ここでは、メモリ14の空き領域を3区分(低速領域、中速領域、高速領域)にした例を示しているが、これに限定されない。冒頭の従来技術のように2区分(低速領域と高速領域)にしてもよく、あるいは、3区分乃至はそれ以上の多区分にしてもよい。要は、メモリ14の空き領域を断片化率に応じて複数の領域に区分すればよく、且つ、高ビットレートのデータを書き込む際に中央制御部6の負荷が重い場合には、既定の使い方どおり、その高ビットレートのデータを高速領域に書き込む一方、負荷が重くない場合には、その高ビットレートのデータを高速領域以外の領域に書き込むようにすればよい。   In this example, the free area of the memory 14 is divided into three sections (low speed area, medium speed area, and high speed area), but the present invention is not limited to this. It may be divided into two sections (low speed area and high speed area) as in the prior art at the beginning, or may be divided into three or more multiple sections. In short, it is only necessary to divide the free area of the memory 14 into a plurality of areas in accordance with the fragmentation rate, and when the load on the central control unit 6 is heavy when writing high bit rate data, the default usage As described above, the high bit rate data is written in the high speed area, but if the load is not heavy, the high bit rate data may be written in an area other than the high speed area.

このようにすれば、たとえ、高ビットレートのデータであっても中央制御部6の負荷状況に応じて高速領域以外の領域にも書き込むことができるから、高ビットレートのデータの書き込みを支障なく行いつつ、且つ、記憶デバイス(メモリ14)の空き領域の有効利用を図ることができるのである。   In this way, even high-bit-rate data can be written in areas other than the high-speed area depending on the load status of the central control unit 6, so that high-bit-rate data can be written without any problem. In addition, it is possible to effectively use the free area of the storage device (memory 14).

さて、中央制御部6の負荷状況を検出する方法は様々考えられるが、中央制御部6の負荷状況は、その中央処理部6で動作中の制御プログラムの処理内容に応じて時々刻々と変化するので、実行中の処理内容を逐次に把握することにより、中央制御部6の実際の負荷状況、すなわち負荷の大小を判定することができる。なお、負荷の大小とは数値で表される負荷の値のことをいう。たとえば、CPU6aの使用率の場合には100%で最大負荷、0乃至は0に近い値で最小負荷をいうので、それらの数値範囲(100%〜0%)のうち、データの書き込みに影響を与える範囲を“大”、全く影響を与えないか、ほとんど影響を与えない範囲を“小”と考えてもよく、さらに、それらの間の範囲を“中”と称してもかまわない。負荷状況の“重い、軽い”も同じである。   Various methods for detecting the load status of the central control unit 6 can be considered. However, the load status of the central control unit 6 changes from time to time according to the processing contents of the control program being operated in the central processing unit 6. Therefore, the actual load status of the central control unit 6, that is, the magnitude of the load can be determined by sequentially grasping the processing contents being executed. The magnitude of the load means a load value represented by a numerical value. For example, in the case of the usage rate of the CPU 6a, the maximum load is 100%, and the minimum load is 0 or a value close to 0. Therefore, in the numerical range (100% to 0%), data writing is affected. The range to be given may be considered “large”, the range having little or no effect may be considered “small”, and the range between them may be called “medium”. The same applies to “heavy and light” load conditions.

中央制御部6で実行される様々な処理のうち、とりわけ、アンテナ7aを介して最寄りの基地局(図示略)との間で無線によるデジタルデータの送受信を行う際の電波発射を伴う処理(以下、電波オン処理という)や、アンテナ9aを介してワンセグ放送等の地上波テレビジョン信号を受信する際の放送波受信処理、または、インターネット等のネットワークから大容量のデータを取り込んで受信するダウンロード処理などの実行時に、中央制御部6の負荷状況が重くなってメモリ14へのアクセス速度が低下する。本実施形態では、かかる処理(電波オン処理、放送波受信処理、ダウンロード処理)を高負荷処理の代表とするが、これに限定されない。要は、メモリ14のアクセス速度に影響を与える処理内容であればよく、たとえば、動画撮影中の処理などであってもよい。   Among various processes executed by the central control unit 6, in particular, processes involving radio wave emission when wirelessly transmitting / receiving digital data to / from the nearest base station (not shown) via the antenna 7a (hereinafter referred to as “radio data transmission”). , Radio wave on processing), broadcast wave reception processing when receiving a terrestrial television signal such as one-segment broadcasting via the antenna 9a, or download processing for receiving and receiving a large amount of data from a network such as the Internet Etc., the load status of the central control unit 6 becomes heavy, and the access speed to the memory 14 decreases. In the present embodiment, such processing (radio wave on processing, broadcast wave reception processing, download processing) is representative of high load processing, but is not limited thereto. In short, any processing content that affects the access speed of the memory 14 may be used. For example, processing during moving image shooting may be used.

図3は、中央制御部6の負荷テーブルを示す図であり、(a)は電波モードに関係するもの、(b)はダウンロードモードに関係するものである。これらの図に示すように、電波オンの場合は「高負荷状況」、電波オフの場合は「低負荷状況」に区分することができ、同様に、ダウンロードが行われている場合は「高負荷状況」、ダウンロードが行われていない場合は「低負荷状況」に区分することができる。なお、この図では放送波受信を略しているが、放送波受信についてもダウンロードの区分を適用することができる。つまり、放送波受信中は「高負荷状況」、非受信中は「低負荷状況」とすることができる。   FIG. 3 is a diagram showing a load table of the central control unit 6, where (a) relates to the radio wave mode, and (b) relates to the download mode. As shown in these figures, when the radio wave is on, it can be classified as “high load situation”, and when the radio wave is off, it can be classified as “low load situation”. "Status" and when the download is not performed, it can be classified into "Low load status". In this figure, broadcast wave reception is omitted, but download classification can also be applied to broadcast wave reception. That is, a “high load situation” can be set during broadcast wave reception, and a “low load situation” can be set during non-reception.

次に、作用を説明する。
<第1の実施形態>
図4〜図6は、連写や動画撮影時の処理フローを示す図である。この動作フローを開始すると最初に初期化処理(ステップS1)を実行する。この初期化処理では、まず、操作部10の電源スイッチがオンになったか否かを判定し(ステップS11)、オンであれば、次に所定の電源オン処理(一般的な初期化処理)を実行する(ステップS12)。次いで、記録領域管理情報(ファイルアロケーションテーブル)を読み込み(ステップS13)、メモリ14の現在の断片化状況を検出する(ステップS14)とともに、その断片化状況に応じてメモリ14の書き込み可能領域の速度判定と領域区分の処理を実行する(ステップS15)。
Next, the operation will be described.
<First Embodiment>
4 to 6 are diagrams showing a processing flow at the time of continuous shooting or moving image shooting. When this operation flow is started, an initialization process (step S1) is first executed. In this initialization process, first, it is determined whether or not the power switch of the operation unit 10 is turned on (step S11). If the switch is on, then a predetermined power-on process (general initialization process) is performed. Execute (Step S12). Next, the recording area management information (file allocation table) is read (step S13), the current fragmentation status of the memory 14 is detected (step S14), and the speed of the writable area of the memory 14 is determined according to the fragmentation status. Processing for determination and area division is executed (step S15).

ここで、ステップS15における「メモリ14の書き込み可能領域の速度判定と領域区分の処理」とは、メモリ14の空き領域を、前出の図2に示す三つの領域(低速領域、中速領域、高速領域)に区分けすることをいい、具体的には、断片化率が高い領域を「低速領域」、断片化率が中程度の領域を「中速領域」、断片化率が低い領域を「高速領域」として区分けすることをいう。   Here, the “speed determination of the writable area of the memory 14 and the processing of the area division” in step S15 means that the free area of the memory 14 is divided into the three areas (low speed area, medium speed area, Specifically, a region with a high fragmentation rate is a “low-speed region”, a region with a medium fragmentation rate is a “medium-speed region”, and a region with a low fragmentation rate is “ It means to classify as "high speed area".

上記の初期化処理(ステップS1)を完了すると、次に、電波オフモードであるか否かを判定する(ステップS16)。電波オフモードとは、アンテナ7aを介して最寄りの基地局(図示略)との間で無線によるデジタルデータの送受信を行う際の電波発射を伴う処理を非実行中のモードのことをいい、要するに、アンテナ7aから電波を発射していないときの動作モードのことをいう。   When the initialization process (step S1) is completed, it is next determined whether or not the radio wave off mode is set (step S16). The radio wave off mode refers to a mode in which processing involving radio wave emission when performing digital data transmission / reception with the nearest base station (not shown) via the antenna 7a is not executed. The operation mode when no radio wave is emitted from the antenna 7a.

ステップS16の判定結果がNOの場合、すなわち、電波オフモードでないと判定された場合は、電話着信処理(ステップS2)を実行する。この電話着信処理(ステップS2)では、まず、着信(電話の呼び出し)ありを判定し(ステップS17)、着信ありの場合は、オフフック操作(操作部10のオフフックボタンの押し下げ操作)の有無を判定する(ステップS18)。そして、オフフック操作を判定すると、通話終了操作(操作部10のオンフックボタンの押し下げ操作)が行われるまで、所要の通話処理を実行して呼び出し相手との間で音声通話を行い(ステップS20、ステップS21)、一方、ステップS18でオフフック操作を判定しなかった場合またはステップS21で通話終了操作を判定した場合は、この電話着信処理(ステップS2)を終了する。   If the determination result in step S16 is NO, that is, if it is determined that the radio wave off mode is not set, a telephone incoming call process (step S2) is executed. In this incoming call process (step S2), first, it is determined whether there is an incoming call (calling of the telephone) (step S17). If there is an incoming call, it is determined whether or not there is an off-hook operation (an operation of pressing the off-hook button of the operation unit 10). (Step S18). When the off-hook operation is determined, the necessary call processing is executed and the voice call is performed with the calling party until the call end operation (the on-hook button pressing operation of the operation unit 10) is performed (step S20, step S20). On the other hand, if the off-hook operation is not determined in step S18 or if the call end operation is determined in step S21, the incoming call process (step S2) is terminated.

ステップS16の判定結果がYESの場合、すなわち、電波オフモードであると判定された場合または電話着信処理(ステップS2)の終了後は、次に、ユーザ操作ありを判定し(ステップS22)、ユーザ操作ありが判定された場合に、その操作内容が連写や動画等の撮像開始操作であるか否かを判定する(ステップS23)。   If the determination result in step S16 is YES, that is, if it is determined that the radio wave off mode is set or after the incoming call process (step S2) is completed, it is next determined that there is a user operation (step S22). When it is determined that there is an operation, it is determined whether or not the operation content is an operation for starting imaging such as continuous shooting or moving image (step S23).

ここで、連写撮影や動画撮影は、高いビットレートで且つ時系列的なデータ生成を伴う撮像処理であり、このような処理で得られた画像ファイル(連写の場合は数枚から数十枚のファイル、動画の場合は大容量のファイル)は、FAT方式の記憶デバイス(実施形態ではメモリ14)に書き込む際に、断片化に伴う不都合(書き込みが間に合わない)を生じることがある。このため、一般的にはメモリ14の前段に高速の緩衝メモリ(実施形態では緩衝メモリ13a)を入れて、その不都合回避を図っているが、緩衝メモリ13aの容量に上限があることから、冒頭で説明した従来技術では、このような静止画や動画のファイルを書き込む際に、断片化の少ない領域(つまり高速領域)を使用するという対策を講じている。   Here, continuous shooting and moving image shooting are imaging processes with high bit rate and time-series data generation, and image files obtained by such processing (several to several tens in the case of continuous shooting). When a single file or a large-capacity file in the case of a moving image is written to a FAT storage device (in the embodiment, the memory 14), there may be inconvenience associated with fragmentation (writing is not in time). For this reason, in general, a high-speed buffer memory (buffer memory 13a in the embodiment) is inserted in the preceding stage of the memory 14 to avoid the inconvenience. However, since the capacity of the buffer memory 13a has an upper limit, In the prior art described in the above, a measure is taken to use an area with less fragmentation (that is, a high-speed area) when writing such a still image or moving image file.

しかしながら、単に特定の領域(高速領域)を使用するだけの対策では、メモリ14の空き領域を有効利用できないという欠点を招く。メモリ14へのファイルの書き込みやメモリ14からのファイルの削除を繰り返して行くにつれて、メモリ14の断片化が進み、高速領域以外の空き領域が増えていくからであり、従来技術の対策ではこの空き領域(高速領域以外の空き領域)を全く利用できない仕組みになっているからである。実施形態のポイントは、記憶デバイスの空き領域(高速領域以外の空き領域)を有効利用しつつ、高ビットレートのデータの書き込みを支障なく行うことができることにあるが、このポイントについては後で詳しく説明する。   However, a countermeasure that simply uses a specific area (high-speed area) causes a disadvantage that an empty area of the memory 14 cannot be effectively used. This is because the fragmentation of the memory 14 progresses as the writing of the file to the memory 14 and the deletion of the file from the memory 14 are repeated, and the free area other than the high speed area increases. This is because the area (free area other than the high-speed area) cannot be used at all. The point of the embodiment is that writing of data at a high bit rate can be performed without hindrance while effectively using a free area (a free area other than the high speed area) of the storage device. This point will be described in detail later. explain.

ステップS23の判定結果がNOの場合、すなわち、ステップS22で検出されたユーザ操作が、連写や動画等の撮像開始操作でないと判定された場合は、次に、そのユーザ操作が電源オフ操作であるか否かを判定する(ステップS24)。そして、電源オフ操作を判定した場合は、所定の電源オフ処理を実行(ステップS25)した後、フローを終了し、一方、電源オフ操作を判定しなかった場合は、電源オフ操作以外のその他のアプリケーション操作に対応した処理を実行(ステップS26)した後、再びステップS22に復帰する。   If the determination result in step S23 is NO, that is, if it is determined that the user operation detected in step S22 is not an imaging start operation such as continuous shooting or video, then the user operation is a power-off operation. It is determined whether or not there is (step S24). When the power-off operation is determined, a predetermined power-off process is executed (step S25), and then the flow is terminated. On the other hand, when the power-off operation is not determined, other than the power-off operation is performed. After executing the process corresponding to the application operation (step S26), the process returns to step S22 again.

ステップS23の判定結果がYESの場合、すなわち、ステップS22で検出されたユーザ操作が、連写や動画等の撮像開始操作であると判定された場合は、次に、連写や動画等の撮像処理で生成されたファイルを緩衝メモリ13aに一時書き込みし(ステップS27)、次いで、書き込み領域選択処理(ステップS3)を実行する。   If the determination result in step S23 is YES, that is, if it is determined that the user operation detected in step S22 is an imaging start operation for continuous shooting or moving images, then continuous shooting or moving image capturing is performed. The file generated by the process is temporarily written in the buffer memory 13a (step S27), and then a write area selection process (step S3) is executed.

この書き込み領域選択処理(ステップS3)では、前記のステップS15で設定された三種類のメモリ14の空き領域(低速領域、中速領域、高速領域)のいずれをファイルの書き込み先として使用するのかを事前選択する。選択肢は三つある。第1の選択肢は、図2に示す既定(デフォルト)の選択(低ビットレートのデータの場合は低速領域、中ビットレートのデータの場合は中速領域、高ビットレートのデータの場合は高速領域)に従うというものであり、第2の選択肢は、その既定の選択よりも高速な領域(低速領域→中速領域、中速領域→高速領域)を選択するというものであり、第3の選択肢は、その既定の選択よりも低速な領域(高速領域→中速領域、中速領域→低速領域)を選択するというものである。これら三つの選択肢のいずれを選ぶかは、もっぱら緩衝メモリ13aの空き容量の大小に依存する。   In the write area selection process (step S3), which of the three types of free areas (low speed area, medium speed area, and high speed area) of the memory 14 set in step S15 is used as the file write destination. Pre-select. There are three options. The first choice is the default selection shown in FIG. 2 (low speed region for low bit rate data, medium speed region for medium bit rate data, and high speed region for high bit rate data. ), And the second option is to select a region (slow region → medium region, medium region → high region) faster than the default selection, and the third option is A region that is slower than the predetermined selection (high speed region → medium speed region, medium speed region → low speed region) is selected. Which of these three options is selected depends solely on the amount of free space in the buffer memory 13a.

すなわち、緩衝メモリ13aの空き容量が十二分であれば、既定の選択よりも低速な領域(高速領域→中速領域、中速領域→低速領域)を選択しても差し支えない(緩衝メモリ13aが溢れない)ので、この場合は第3の選択肢を選ぶことになり、または、緩衝メモリ13aの空き容量が少なければ、早々に緩衝メモリ13aが溢れることが予測されるので、既定の選択よりも高速な領域(低速領域→中速領域、中速領域→高速領域)、したがって、この場合は第2の選択肢を選ぶことになり、または、緩衝メモリ13aの空き容量が適度な場合(十二分ではないが、早々に溢れない程度の空きがある場合)は、中間の第1の選択肢を選ぶことになる。   That is, if the free space of the buffer memory 13a is sufficient, it is possible to select an area (high speed area → medium speed area, medium speed area → low speed area) slower than the default selection (buffer memory 13a). In this case, the third option is selected. If the free space of the buffer memory 13a is small, it is predicted that the buffer memory 13a will overflow soon. High speed area (low speed area → medium speed area, medium speed area → high speed area). Therefore, in this case, the second option is selected, or when the free space of the buffer memory 13a is moderate (enough) If there is not enough room to overflow, the middle first option is selected.

書き込み領域選択処理(ステップS3)では、このような考え方に従って三種類のメモリ14の空き領域(低速領域、中速領域、高速領域)を選択するが、その選択方法として、たとえば、二つの閾値(第1閾値と第2閾値)を用いることができる。   In the write area selection process (step S3), three types of free areas (low speed area, medium speed area, and high speed area) of the memory 14 are selected according to such a concept. As a selection method, for example, two threshold values ( First threshold and second threshold) can be used.

第1閾値と第2閾値は、前者が後者より小さい関係(第1閾値<第2閾値)にあり、これら二つの閾値を使用して緩衝メモリ13aの空き領域の大きさを三つの状態に分類する。すなわち、緩衝メモリ13aの空き領域が第1閾値より小さい場合(ステップS28のYES)は、早々に緩衝メモリ13aが溢れることが予測される“空きなし状態”を表すから、この状態の場合は第2の選択肢を採用する(既定よりも高速な領域を選択/ステップS29)。また、緩衝メモリ13aの空き領域が第2閾値より大きい場合(ステップS28のNO且つステップS30のYES)は、緩衝メモリ13aの空き容量が十二分である“空きあり状態”を表すから、この状態の場合は第3の選択肢を採用する(既定よりも低速な領域を選択/ステップS32)。また、緩衝メモリ13aの空き領域が第1の閾値以上且つ第2閾値以下の場合は緩衝メモリ13aの空き容量が適度な状態(十二分ではないが、早々に溢れない程度の空きがある状態)を表すから、この状態の場合は第1の選択肢を採用する(ビットレートに対応した既定の領域を選択/ステップS31)。   The first threshold value and the second threshold value have a relationship in which the former is smaller than the latter (first threshold value <second threshold value), and the size of the free area of the buffer memory 13a is classified into three states using these two threshold values. To do. That is, when the free area of the buffer memory 13a is smaller than the first threshold value (YES in step S28), it represents a “no available state” in which the buffer memory 13a is predicted to overflow immediately. The second option is adopted (selecting a region faster than the default / step S29). In addition, when the free area of the buffer memory 13a is larger than the second threshold (NO in step S28 and YES in step S30), this means that the free capacity of the buffer memory 13a is sufficient, indicating that there is an empty state. In the case of the state, the third option is adopted (select a region slower than the default / step S32). Further, when the free area of the buffer memory 13a is not less than the first threshold value and not more than the second threshold value, the free capacity of the buffer memory 13a is in an appropriate state (not enough, but there is a space that does not overflow quickly) In this state, the first option is adopted (selecting a predetermined area corresponding to the bit rate / step S31).

書き込み領域の事前選択を実行すると、次に、その領域がメモリ14に存在するか否かを判定する(ステップS33)。そして、対応する領域がメモリ14に存在しない場合は、それよりも高速な領域を代替領域として選択し(ステップS34)、メモリ14にその代替領域が存在するか否かを判定する(ステップS35)。   When the pre-selection of the writing area is executed, it is next determined whether or not the area exists in the memory 14 (step S33). If the corresponding area does not exist in the memory 14, a higher speed area is selected as an alternative area (step S34), and it is determined whether or not the alternative area exists in the memory 14 (step S35). .

ステップS35で代替領域の存在が判定されなかった場合は、メモリ14へのデータの書き込みができないと判断し、所要の記録エラー通知(たとえば、表示部12に“データを書き込めません”等のメッセージを表示するなど)を行い(ステップS36)、撮像終了処理(ステップS37)を実行した後、再びステップS22に復帰する。   If the presence of the alternative area is not determined in step S35, it is determined that data cannot be written to the memory 14, and a required recording error notification (for example, a message such as “data cannot be written” on the display unit 12). Etc.) (step S36), and after completing the imaging end process (step S37), the process returns to step S22 again.

一方、ステップS33で対応領域ありを判定した場合またはステップS35で代替領域ありを判定した場合は、次に、緩衝メモリ13aに一時保存されていたデータをメモリ14の該当領域に書き込み(ステップS38)、撮像終了(またはポーズ等の一時停止;以下、撮影終了で代表)イベントありを判定し(ステップS39)、イベントありでなければ、再びステップS27に復帰するが、イベントありが判定された場合は、緩衝メモリ13aに、未書き込みのデータがあるか否かを判定する(ステップS40)。   On the other hand, if it is determined in step S33 that there is a corresponding area, or if it is determined in step S35 that there is a substitute area, then the data temporarily stored in the buffer memory 13a is written to the corresponding area in the memory 14 (step S38). Then, it is determined whether there is an end of imaging (or pause such as a pause; hereinafter, representative of the end of imaging) (step S39). If there is no event, the process returns to step S27, but if it is determined that there is an event. Then, it is determined whether or not there is unwritten data in the buffer memory 13a (step S40).

そして、緩衝メモリ13aに、未書き込みのデータがなければ、撮像終了処理(ステップS37)を実行した後、再びステップS22に復帰する一方、緩衝メモリ13aに、未書き込みのデータがあれば、書き込み領域変更処理(ステップS4)を実行する。   If there is no unwritten data in the buffer memory 13a, the imaging end process (step S37) is executed, and then the process returns to step S22. On the other hand, if there is unwritten data in the buffer memory 13a, the write area A change process (step S4) is executed.

この書き込み領域変更処理(ステップS4)は、要するに、中央制御部6の負荷状況に応じて緩衝メモリ13aの未書き込みデータの書き込み先を適宜に変更するというものであり、これによって、メモリ14の空き領域の有効利用を図るというものである。   In short, this write area change process (step S4) is to change the write destination of unwritten data in the buffer memory 13a as appropriate in accordance with the load status of the central control unit 6, thereby freeing up the memory 14. It is intended to make effective use of the area.

具体的には、まず、電波オフモードであるか否かを判定する(ステップS41)。電波オフモードの場合は中央制御部6の負荷状況が軽く、その逆に、電波オフモードでない場合(電波オンモードである場合)は中央制御部6の負荷状況が重いから、後者の場合(電波オンモードの場合:高負荷状況)は、先に説明した既定の使い方(図2参照)に従って「電波オフ時よりも高速な領域を選択」する(ステップS44)一方、前者の場合(電波オフモードの場合:低負荷状況)は「電波オン時よりも低速な領域を選択」する(ステップS42)。そして、いずれの場合も緩衝メモリ13aの未書き込みデータを、それらの領域に書き込んだ後(ステップS43)、再びステップS40に復帰する。   Specifically, first, it is determined whether or not the radio wave off mode is set (step S41). In the case of the radio wave off mode, the load state of the central control unit 6 is light. On the other hand, if the radio control mode 6 is not in the radio wave off mode (in the case of the radio wave on mode), the load state of the central control unit 6 is heavy. In the case of the on mode: high load situation), “select a region that is faster than when the radio wave is off” according to the default usage described above (see FIG. 2) (step S44), whereas in the former case (the radio wave off mode) In the case of (low load condition), “select a region that is slower than when the radio wave is on” (step S42). In any case, after the unwritten data in the buffer memory 13a is written in those areas (step S43), the process returns to step S40 again.

このように、この実施形態では、中央制御部6の負荷状況に応じて、緩衝メモリ13aの未書き込みデータの書き込み先を適宜に変更する、とりわけ、中央制御部6の負荷状況が軽い場合(電波オフモード時)に「電波オン時よりも低速な領域を選択」するので、たとえ、静止画や動画のように高ビットレートのデータであっても、そのデータを高速領域以外の空き領域(中速領域や低速領域)に書き込むことができるから、高速領域以外の空き領域(中速領域や低速領域)の有効利用を図ることができるという格別の効果を得ることができる。   As described above, in this embodiment, the write destination of the unwritten data in the buffer memory 13a is appropriately changed according to the load state of the central control unit 6, particularly when the load state of the central control unit 6 is light (radio wave Off mode) “selects a slower area than when the radio wave is on”, so even if it is high bit rate data such as still images or moving images, the data is free space other than the high speed area (medium Therefore, it is possible to obtain a special effect that it is possible to effectively use empty areas (medium speed area and low speed area) other than the high speed area.

<第2の実施形態>
図7、図8は、放送受信時やインターネット等からのデータダウンロード時の処理フローを示す図である。この動作フローを開始すると最初に初期化処理(ステップS5)を実行する。この初期化処理では、まず、操作部10の電源スイッチがオンになったか否かを判定し(ステップS51)、オンであれば、次に所定の電源オン処理(一般的な初期化処理)を実行する(ステップS52)。次いで、受信機能をオンにする(ステップS53)。受信機能のオンとは、テレビジョン放送を受信する場合は無線通信部7を起動することをいい、あるいは、インターネット等からのデータダウンロードを行う場合は、無線通信部7を起動することをいう。
<Second Embodiment>
7 and 8 are diagrams showing a processing flow at the time of broadcast reception or data download from the Internet or the like. When this operation flow is started, an initialization process (step S5) is first executed. In this initialization process, first, it is determined whether or not the power switch of the operation unit 10 is turned on (step S51). If it is on, a predetermined power-on process (general initialization process) is performed next. Execute (Step S52). Next, the reception function is turned on (step S53). Turning on the reception function means starting the wireless communication unit 7 when receiving a television broadcast, or starting the wireless communication unit 7 when downloading data from the Internet or the like.

受信機能をオンにすると、次に、記録領域管理情報(ファイルアロケーションテーブル)を読み込み(ステップS54)、メモリ14の現在の断片化状況を検出する(ステップS55)とともに、その断片化状況に応じてメモリ14の書き込み可能領域の速度判定と領域区分の処理を実行する(ステップS56)。   When the reception function is turned on, next, the recording area management information (file allocation table) is read (step S54), the current fragmentation status of the memory 14 is detected (step S55), and the fragmentation status is determined according to the fragmentation status. The speed determination of the writable area of the memory 14 and the process of area division are executed (step S56).

ここで、ステップS56における「メモリ14の書き込み可能領域の速度判定と領域区分の処理」とは、メモリ14の空き領域を、前出の図2に示す三つの領域(低速領域、中速領域、高速領域)に区分けすることをいい、具体的には、断片化率が高い領域を「低速領域」、断片化率が中程度の領域を「中速領域」、断片化率が低い領域を「高速領域」として区分けすることをいう。   Here, the “speed determination of the writable area of the memory 14 and the process of area division” in step S56 means that the free area of the memory 14 is divided into the three areas (low speed area, medium speed area, Specifically, a region with a high fragmentation rate is a “low-speed region”, a region with a medium fragmentation rate is a “medium-speed region”, and a region with a low fragmentation rate is “ It means to classify as "high speed area".

上記の初期化処理(ステップS5)を完了すると、次に、ユーザ操作ありを判定し(ステップS57)、ユーザ操作ありが判定された場合に、その操作内容が放送受信やダウンロードの操作であるか否かを判定する(ステップS58)。そして、放送受信やダウンロードの操作でない場合は、そのユーザ操作が電源オフ操作であるか否かを判定し(ステップS59)、電源オフ操作を判定した場合は、所定の電源オフ処理を実行(ステップS60)した後、フローを終了し、一方、電源オフ操作を判定しなかった場合は、電源オフ操作以外のその他のアプリケーション操作に対応した処理を実行(ステップS61)した後、再びステップS57に復帰する。   When the initialization process (step S5) is completed, it is next determined whether or not there is a user operation (step S57), and if it is determined that there is a user operation, is the operation content broadcast reception or download operation? It is determined whether or not (step S58). If it is not a broadcast reception or download operation, it is determined whether or not the user operation is a power-off operation (step S59). If a power-off operation is determined, a predetermined power-off process is executed (step S59). S60), the flow is terminated. On the other hand, if the power-off operation is not determined, processing corresponding to other application operations other than the power-off operation is executed (step S61), and the process returns to step S57 again. To do.

ステップS58の判定結果がYESの場合、すなわち、ステップS57で検出されたユーザ操作が、放送受信やダウンロードの操作であると判定された場合は、次に、放送受信やダウンロードで得られたデータを緩衝メモリ13aに一時書き込みし(ステップS62)、次いで、書き込み領域選択処理(ステップS6)を実行する。   If the determination result in step S58 is YES, that is, if it is determined that the user operation detected in step S57 is a broadcast reception or download operation, then the data obtained by the broadcast reception or download is then used. The buffer memory 13a is temporarily written (step S62), and then a write area selection process (step S6) is executed.

この書き込み領域選択処理(ステップS6)では、前記のステップS56で設定された三種類のメモリ14の空き領域(低速領域、中速領域、高速領域)のいずれをファイルの書き込み先として使用するのかを事前選択する。選択肢は三つある。すなわち、第1の選択肢は、図2に示す既定(デフォルト)の選択(低ビットレートのデータの場合は低速領域、中ビットレートのデータの場合は中速領域、高ビットレートのデータの場合は高速領域)に従うというものであり、第2の選択肢は、その既定の選択よりも高速な領域(低速領域→中速領域、中速領域→高速領域)を選択するというものであり、第3の選択肢は、その既定の選択よりも低速な領域(高速領域→中速領域、中速領域→低速領域)を選択するというものである。これら三つの選択肢のいずれを選ぶかは、もっぱら緩衝メモリ13aの空き容量の大小に依存する。   In this write area selection process (step S6), which of the three types of free areas (low speed area, medium speed area, and high speed area) of the memory 14 set in step S56 is used as the file write destination. Pre-select. There are three options. That is, the first option is the default selection shown in FIG. 2 (low speed for low bit rate data, middle speed for medium bit rate data, and high bit rate data. The second option is to select a region that is faster than the default selection (low speed region → medium speed region, medium speed region → high speed region), and the third option The option is to select an area (high speed area → medium speed area, medium speed area → low speed area) slower than the default selection. Which of these three options is selected depends solely on the amount of free space in the buffer memory 13a.

すなわち、緩衝メモリ13aの空き容量が十二分であれば、既定の選択よりも低速な領域(高速領域→中速領域、中速領域→低速領域)を選択しても差し支えない(緩衝メモリ13aが溢れない)ので、この場合は第3の選択肢を選ぶことになり、または、緩衝メモリ13aの空き容量が少なければ、早々に緩衝メモリ13aが溢れることが予測されるので、既定の選択よりも高速な領域(低速領域→中速領域、中速領域→高速領域)、したがって、この場合は第2の選択肢を選ぶことになり、または、緩衝メモリ13aの空き容量が適度な場合(十二分ではないが、早々に溢れない程度の空きがある場合)は、中間の第1の選択肢を選ぶことになる。   That is, if the free space of the buffer memory 13a is sufficient, it is possible to select an area (high speed area → medium speed area, medium speed area → low speed area) slower than the default selection (buffer memory 13a). In this case, the third option is selected. If the free space of the buffer memory 13a is small, it is predicted that the buffer memory 13a will overflow soon. High speed area (low speed area → medium speed area, medium speed area → high speed area). Therefore, in this case, the second option is selected, or when the free space of the buffer memory 13a is moderate (enough) If there is not enough room to overflow, the middle first option is selected.

書き込み領域選択処理(ステップS6)では、このような考え方に従って三種類のメモリ14の空き領域(低速領域、中速領域、高速領域)を選択するが、その選択方法として、たとえば、二つの閾値(第1閾値と第2閾値)を用いることができる。   In the write area selection process (step S6), three types of free areas (low speed area, medium speed area, and high speed area) of the memory 14 are selected according to such a concept. As a selection method, for example, two threshold values ( First threshold and second threshold) can be used.

第1閾値と第2閾値は、前者が後者より小さい関係(第1閾値<第2閾値)にあり、これら二つの閾値を使用して緩衝メモリ13aの空き領域の大きさを三つの状態に分類する。すなわち、緩衝メモリ13aの空き領域が第1閾値より小さい場合(ステップS63のYES)は、早々に緩衝メモリ13aが溢れることが予測される“空きなし状態”を表すから、この状態の場合は第2の選択肢を採用する(既定よりも高速な領域を選択/ステップS64)。また、緩衝メモリ13aの空き領域が第2閾値より大きい場合(ステップS63のNO且つステップS65のYES)は、緩衝メモリ13aの空き容量が十二分である“空きあり状態”を表すから、この状態の場合は第3の選択肢を採用する(既定よりも低速な領域を選択/ステップS67)。また、緩衝メモリ13aの空き領域が第1の閾値以上且つ第2閾値以下の場合は緩衝メモリ13aの空き容量が適度な状態(十二分ではないが、早々に溢れない程度の空きがある状態)を表すから、この状態の場合は第1の選択肢を採用する(ビットレートに対応した既定の領域を選択/ステップS66)。   The first threshold value and the second threshold value have a relationship in which the former is smaller than the latter (first threshold value <second threshold value), and the size of the free area of the buffer memory 13a is classified into three states using these two threshold values. To do. That is, when the free area of the buffer memory 13a is smaller than the first threshold value (YES in step S63), this indicates a “no available state” in which the buffer memory 13a is expected to overflow immediately. The second option is adopted (select a region faster than the default / step S64). In addition, when the free area of the buffer memory 13a is larger than the second threshold (NO in step S63 and YES in step S65), this means that the free space of the buffer memory 13a is sufficient, indicating that there is an empty state. In the case of the state, the third option is adopted (select a region slower than the default / step S67). Further, when the free area of the buffer memory 13a is not less than the first threshold value and not more than the second threshold value, the free capacity of the buffer memory 13a is in an appropriate state (not enough, but there is a space that does not overflow quickly) In this state, the first option is adopted (selecting a predetermined area corresponding to the bit rate / step S66).

書き込み領域の事前選択を実行すると、次に、その領域がメモリ14に存在するか否かを判定する(ステップS68)。そして、対応する領域がメモリ14に存在しない場合は、それよりも高速な領域を代替領域として選択し(ステップS69)、メモリ14にその代替領域が存在するか否かを判定する(ステップS70)。   If the pre-selection of the writing area is executed, it is next determined whether or not the area exists in the memory 14 (step S68). If the corresponding area does not exist in the memory 14, a higher speed area is selected as an alternative area (step S69), and it is determined whether or not the alternative area exists in the memory 14 (step S70). .

ステップS70で代替領域の存在が判定されなかった場合は、メモリ14へのデータの書き込みができないと判断し、所要の記録エラー通知(たとえば、表示部12に“データを書き込めません”等のメッセージを表示するなど)を行い(ステップS71)、放送受信終了処理やダウンロード終了処理(ステップS72)を実行した後、再びステップS57に復帰する。   If the presence of the alternative area is not determined in step S70, it is determined that data cannot be written to the memory 14, and a required recording error notification (for example, a message such as “data cannot be written” on the display unit 12). Etc.) (step S71), broadcast reception end processing and download end processing (step S72) are executed, and then the process returns to step S57 again.

一方、ステップS68で対応領域ありを判定した場合またはステップS70で代替領域ありを判定した場合は、次に、緩衝メモリ13aに一時保存されていたデータをメモリ14の該当領域に書き込み(ステップS73)、放送受信終了やダウンロード終了(またはポーズ等の一時停止;以下、終了で代表)イベントありを判定し(ステップS74)、イベントありでなければ、再びステップS62に復帰するが、イベントありが判定された場合は、書き込み領域変更処理(ステップS7)を実行する。   On the other hand, if it is determined in step S68 that there is a corresponding area, or if it is determined in step S70 that there is an alternative area, then the data temporarily stored in the buffer memory 13a is written to the corresponding area in the memory 14 (step S73). , Broadcast reception end or download end (or pause such as pause; hereinafter represented by end) is determined whether there is an event (step S74). If there is no event, the process returns to step S62 again, but it is determined that there is an event. If it has been detected, a write area change process (step S7) is executed.

この書き込み領域変更処理(ステップS7)は、緩衝メモリ13aに、未書き込みのデータがあるか否かを判定し(ステップS75)、未書き込みのデータがなければ、放送受信終了処理やダウンロード終了処理(ステップS72)を実行した後、再びステップS57に復帰するが、未書き込みのデータがある場合には、「既定の領域よりも低速な領域を選択」して、その選択領域に、緩衝メモリ13aに一時保存されている未書き込みのデータを書き込み(ステップS76)、その後、放送受信終了処理やダウンロード終了処理(ステップS72)を実行した後、再びステップS57に復帰するというものである。   In this write area change process (step S7), it is determined whether there is unwritten data in the buffer memory 13a (step S75). If there is no unwritten data, broadcast reception end process or download end process ( After executing step S72), the process returns to step S57 again. However, if there is unwritten data, “select an area slower than a predetermined area” is selected, and the selected area is stored in the buffer memory 13a. The temporarily stored unwritten data is written (step S76), and then the broadcast reception end process and download end process (step S72) are executed, and then the process returns to step S57 again.

つまり、緩衝メモリ13aに一時保存されている未書き込みのデータをメモリ14に書き込む際に、放送受信やダウンロードの終了イベントが発生(ステップS74のYES)していれば、当該イベントによって中央制御部6の負荷が重い状況から軽い状況へと遷移していると判断し、この場合には、既定の領域よりも低速の領域を選択(高速領域→中速領域、中速領域→低速領域)するというものである。   That is, when an unwritten data that has been temporarily stored in the buffer memory 13a is written to the memory 14 and a broadcast reception or download end event has occurred (YES in step S74), the central control unit 6 is triggered by the event. It is determined that the load is shifting from a heavy load to a light load. In this case, a lower speed area than the default area is selected (high speed area → medium speed area, medium speed area → low speed area). Is.

このように、この実施形態では、中央制御部6の負荷状況に応じて、緩衝メモリ13aの未書き込みデータの書き込み先を適宜に変更する、とりわけ、中央制御部6の負荷状況が軽くなった場合(放送受信やダウンロードの終了イベントが発生した場合)に「既定の領域よりも低速の領域を選択」するので、たとえ、テレビジョン放送や大容量のダウンロードデータのように高ビットレートのデータであっても、そのデータを高速領域以外の空き領域(中速領域や低速領域)に書き込むことができるから、高速領域以外の空き領域(中速領域や低速領域)の有効利用を図ることができるという格別の効果を得ることができる。   As described above, in this embodiment, the write destination of the unwritten data in the buffer memory 13a is appropriately changed in accordance with the load state of the central control unit 6, especially when the load state of the central control unit 6 becomes lighter. (When a broadcast reception or download end event occurs) “Select a region that is slower than the default region”, so even if it is high bit rate data, such as television broadcasting or large download data. However, since the data can be written in free areas other than the high speed area (medium speed area and low speed area), it is possible to effectively use free areas other than the high speed area (medium speed area and low speed area). A special effect can be obtained.

以下、本発明の諸態様を付記としてまとめて記載する。   Hereinafter, various aspects of the present invention will be collectively described as supplementary notes.

(付記1)
各種の処理を逐次に実行可能な処理手段と、
前記処理手段の負荷状況を検出する第1検出手段と、
前記処理に伴い発生するデータの単位時間あたりのデータ量の大きさを検出する第2検出手段と、
記憶デバイスの空き領域を、書き込み速度に応じて複数に領域分けする領域分け手段と、
前記第1検出手段によって検出された負荷状況と前記第2検出手段によって検出された単位時間あたりのデータ量の大きさとに基づいて、前記領域分け手段によって区分された複数の領域のうちのいずれかを選択する選択手段と、
前記選択手段によって選択された領域に、前記処理に伴い発生するデータを書き込む記憶制御手段と
を備えたことを特徴とする電子機器。
付記1によれば、記憶デバイスの空き領域を有効利用しつつ、高ビットレートのデータの書き込みを支障なく行うことができる。
(Appendix 1)
Processing means capable of sequentially executing various processes;
First detection means for detecting a load status of the processing means;
Second detection means for detecting the size of the data amount per unit time of the data generated by the processing;
An area dividing means for dividing the free area of the storage device into a plurality of areas according to the writing speed;
One of a plurality of areas divided by the area dividing means based on the load status detected by the first detecting means and the size of the data amount per unit time detected by the second detecting means. A selection means for selecting
An electronic apparatus comprising: storage control means for writing data generated by the processing in an area selected by the selection means.
According to Supplementary Note 1, high bit rate data can be written without hindrance while effectively using the free space of the storage device.

(付記2)
前記選択手段は、前記第1検出手段によって検出された負荷状況に応じて、前記第2検出手段によって検出された単位時間あたりのデータ量の大きさに対応する前記領域分け手段によって区分された所定の領域から別の区分の書き込み速度領域に変更するように選択することを特徴とする付記1に記載の電子機器。
付記2によれば、データレートに対応する速度に対応する書き込み可能速度区分からの変更だけでよいので、選択を即座に行うことができ、設定のためのメモリ領域も節約することができる。
(Appendix 2)
The selecting means is a predetermined section divided by the area dividing means corresponding to the amount of data per unit time detected by the second detecting means according to the load status detected by the first detecting means. 2. The electronic apparatus according to appendix 1, wherein the electronic device is selected so as to be changed from a region of 1 to a writing speed region of another section.
According to Supplementary Note 2, since only the change from the writable speed classification corresponding to the speed corresponding to the data rate is required, the selection can be made immediately and the memory area for setting can be saved.

(付記3)
前記第1検出手段は、電波の発射を伴う通信手段の動作モードが電波オンモードであるか電波オフモードであるかに応じて前記処理手段の負荷状況を検出することを特徴とする付記1に記載の電子機器。
付記3によれば、携帯電話に限らず、通信手段を備える様々な電子機器に好適に用いることができる。
(Appendix 3)
The supplementary note 1 is characterized in that the first detection means detects a load status of the processing means depending on whether an operation mode of the communication means accompanied by emission of radio waves is a radio wave on mode or a radio wave off mode. The electronic device described.
According to Supplementary Note 3, the present invention can be suitably used not only for mobile phones but also for various electronic devices including communication means.

(付記4)
前記第1検出手段は、電波の発射を伴う通信手段の動作モードが電波オフモードである場合に、前記処理手段の負荷状況が電波オンモードである場合よりも軽いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうち電波オンモードである場合よりも書き込み速度が遅い領域を選択することを特徴とする付記3に記載の電子機器。
付記4によれば、通信手段が電波オフモードの場合に、適切な書き込み可能速度区分の書き込み先を選択することができる。
(Appendix 4)
The first detecting means detects that the load state of the processing means is lighter than that in the radio wave on mode when the operation mode of the communication means involving emission of radio waves is the radio wave off mode, and the selection The electronic device according to appendix 3, wherein the means selects an area having a writing speed slower than that in the radio wave on mode among the plurality of areas divided by the area dividing means.
According to Supplementary Note 4, when the communication unit is in the radio wave off mode, it is possible to select a writing destination of an appropriate writable speed category.

(付記5)
前記第1検出手段は、電波の発射を伴う通信手段の動作モードが電波オンモードである場合に、前記処理手段の負荷状況が電波オフモードである場合よりも重いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうち電波オフモードである場合よりも書き込み速度が速い領域を選択することを特徴とする付記3に記載の電子機器。
付記4によれば、通信手段が電波オンモードの場合に、適切な書き込み可能速度区分の書き込み先を選択することができる。
(Appendix 5)
The first detecting means detects that the load state of the processing means is heavier than that in the case of the radio wave off mode when the operation mode of the communication means accompanied by emission of radio waves is the radio wave on mode, and the selection The electronic device according to appendix 3, wherein the means selects an area having a higher writing speed than the case of the radio wave off mode among the plurality of areas divided by the area dividing means.
According to Supplementary Note 4, when the communication unit is in the radio wave on mode, it is possible to select a write destination of an appropriate writable speed category.

(付記6)
さらに、静止画の連写撮影や動画撮影が可能な撮像手段を備え、
前記処理手段で実行可能な処理の一つは当該撮像手段の制御並びに当該撮像手段によって生成された静止画の連写画像や動画のデータを前記記憶デバイスに記憶するためのものであることを特徴とする付記1に記載の電子機器。
付記6によれば、たとえば、ムービーや連写機能付きカメラや携帯電話等に好適に用いることができる。
(Appendix 6)
In addition, it has an imaging means capable of continuous shooting and still image shooting of still images,
One of the processes that can be executed by the processing means is to store the continuous image and moving image data of still images generated by the control of the imaging means and the imaging means in the storage device. The electronic device according to Supplementary Note 1.
According to Supplementary Note 6, for example, it can be suitably used for a movie, a camera with a continuous shooting function, a mobile phone, or the like.

(付記7)
さらに、前記撮像手段によって生成された静止画の連写画像や動画のデータを前記記憶デバイスに記憶する前に一時的に保持する保持手段と、
前記撮像手段によって撮像中であるか否かを判別する撮像判別手段とを備え、
前記第1検出手段は、前記撮像判別手段によって撮像中でないと判別された場合に、前記処理手段の負荷状況が撮像中の時よりも軽いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうち撮像中の時よりも書き込み速度が遅い領域を選択して、その選択領域を前記保持手段に一時保持されているデータの書き込み先とすることを特徴とする付記6に記載の電子機器。
付記7によれば、撮像中でない場合(撮影終了時または一時停止中)は、データ記録のリアルタイム性がそれ程要求されないので、撮像中よりも遅い速度の書き込み可能速度区分に書き込むことができ、速い速度の書き込み可能速速度区分を温存し、次にリアルタイム性が求められる状況に備えることができる。
(Appendix 7)
Furthermore, holding means for temporarily holding the continuous shot images and moving image data of the still images generated by the imaging means before storing them in the storage device;
Imaging discriminating means for discriminating whether or not imaging is being performed by the imaging means,
The first detection unit detects that the load state of the processing unit is lighter than that during imaging when the imaging determination unit determines that the imaging is not being performed, and the selection unit includes the region division A region having a writing speed slower than that during imaging is selected from the plurality of regions divided by the means, and the selected region is used as a writing destination of data temporarily held in the holding unit. The electronic device according to attachment 6.
According to Supplementary Note 7, when imaging is not being performed (at the end of imaging or during pause), since real-time data recording is not so much required, writing can be performed in a writable speed category having a slower speed than during imaging, which is fast. The speed writable speed speed section can be preserved, and the situation where real-time property is required next can be prepared.

(付記8)
さらに、放送波またはネットワーク経由でデータをダウンロードするダウンロード手段を備え、
前記処理手段で実行可能な処理の一つは当該ダウンロード手段の制御並びに当該ダウンロード手段によってダウンロードされたデータを前記記憶デバイスに記憶するためのものであることを特徴とする付記1に記載の電子機器。
付記8によれば、たとえば、放送受信手段を備える録画装置や携帯電話等に好適に用いることができる。
(Appendix 8)
Furthermore, a download means for downloading data via broadcast waves or a network is provided.
One of the processes that can be executed by the processing means is for controlling the download means and for storing data downloaded by the download means in the storage device. .
According to Supplementary Note 8, for example, it can be suitably used for a recording device or a mobile phone provided with a broadcast receiving means.

(付記9)
さらに、前記ダウンロード手段によってダウンロードされたデータを前記記憶デバイスに記憶する前に一時的に保持する保持手段と、
前記ダウンロード手段によってダウンロード中であるか否かを判別するダウンロード判別手段を備え、
前記第1検出手段は、前記ダウンロード判別手段によってダウンロード中でないと判別された場合に、前記処理手段の負荷状況がダウンロード中の時よりも軽いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうちダウンロード中の時よりも書き込み速度が遅い領域を選択して、その選択領域を前記保持手段に一時保持されているデータの書き込み先とすることを特徴とする付記8に記載の電子機器。
付記9によれば、ダウンロード中でない場合(ダウンロード終了時または一時停止中)は、データの書き込みにリアルタイム性がそれ程要求されないので、ダウンロード中よりも遅い速度の書き込み可能速度区分に書き込むことができ、速い速度の書き込み可能速速度区分を温存し、次にリアルタイム性が求められる状況に備えることができる。
(Appendix 9)
And holding means for temporarily holding the data downloaded by the download means before storing it in the storage device;
Download determining means for determining whether the download means is downloading or not,
The first detection means detects that the load status of the processing means is lighter than when the download is being performed when the download determination means determines that the download is not being performed, and the selection means includes the region classification A region having a writing speed slower than that during downloading is selected from the plurality of regions divided by the means, and the selected region is used as a writing destination of data temporarily held in the holding unit. The electronic device according to appendix 8.
According to Supplementary Note 9, when downloading is not in progress (when downloading is completed or paused), since real time property is not so much required for writing data, it can be written to a writable speed category that is slower than during downloading, It is possible to preserve a fast writeable speed section and prepare for a situation where real-time characteristics are required next.

(付記10)
さらに、前記記憶デバイスの断片化状況を検出する第3検出手段を備え、
前記領域分け手段は、前記第3検出手段によって検出された断片化状況に基づいて、前記記憶デバイスの空き領域を書込み可能速度ごとに分類することを特徴とする付記1に記載の電子機器。
付記10によれば、空き領域の書込み可能速度区分を適切に分類することができる。
(Appendix 10)
And further comprising third detection means for detecting a fragmentation status of the storage device,
The electronic apparatus according to appendix 1, wherein the area dividing unit classifies the free area of the storage device for each writable speed based on the fragmentation status detected by the third detection unit.
According to Supplementary Note 10, it is possible to appropriately classify the writable speed classification of the empty area.

(付記11)
電子機器のコンピュータを、
各種の処理を逐次に実行可能な処理手段、
前記処理手段の負荷状況を検出する第1検出手段、
前記処理に伴い発生するデータの単位時間あたりのデータ量の大きさを検出する第2検出手段、
記憶デバイスの空き領域を、書き込み速度に応じて複数に領域分けする領域分け手段、
前記第1検出手段によって検出された負荷状況と前記第2検出手段によって検出された単位時間あたりのデータ量の大きさとに基づいて、前記領域分け手段によって区分された複数の領域のうちのいずれかを選択する選択手段、
および、前記選択手段によって選択された領域に、前記処理に伴い発生するデータを書き込む記憶制御手段
として機能させるためのプログラム。
付記11によれば、付記1の機能をソフトウェア(プログラム)の形で提供することができる。
(Appendix 11)
The electronic computer,
Processing means capable of sequentially executing various processes;
First detection means for detecting a load status of the processing means;
A second detection means for detecting the magnitude of the data amount per unit time of the data generated by the processing;
Area dividing means for dividing the free area of the storage device into a plurality of areas according to the writing speed,
One of a plurality of areas divided by the area dividing means based on the load status detected by the first detecting means and the size of the data amount per unit time detected by the second detecting means. Selection means to select,
And a program for functioning as storage control means for writing data generated by the processing in an area selected by the selection means.
According to Supplementary Note 11, the function of Supplementary Note 1 can be provided in the form of software (program).

1 携帯電話機(電子機器)
5 撮像系(撮像手段)
6 中央制御部(処理手段、第1検出手段、第2検出手段、領域分け手段、選択手段、記憶制御手段、撮像判別手段、ダウンロード判別手段、第3検出手段)
6a CPU(コンピュータ)
7 無線通信部(通信手段、ダウンロード手段)
9 放送受信部(ダウンロード手段)
13a 緩衝メモリ(保持手段)
14 メモリ(記憶デバイス)
1 Mobile phone (electronic equipment)
5 Imaging system (imaging means)
6 Central control unit (processing means, first detection means, second detection means, area dividing means, selection means, storage control means, imaging discrimination means, download discrimination means, third detection means)
6a CPU (computer)
7 Wireless communication unit (communication means, download means)
9 Broadcast receiver (downloading means)
13a Buffer memory (holding means)
14 Memory (storage device)

Claims (11)

各種の処理を逐次に実行可能な処理手段と、
前記処理手段の負荷状況を検出する第1検出手段と、
前記処理に伴い発生するデータの単位時間あたりのデータ量の大きさを検出する第2検出手段と、
記憶デバイスの空き領域を、書き込み速度に応じて複数に領域分けする領域分け手段と、
前記第1検出手段によって検出された負荷状況と前記第2検出手段によって検出された単位時間あたりのデータ量の大きさとに基づいて、前記領域分け手段によって区分された複数の領域のうちのいずれかを選択する選択手段と、
前記選択手段によって選択された領域に、前記処理に伴い発生するデータを書き込む記憶制御手段と
を備えたことを特徴とする電子機器。
Processing means capable of sequentially executing various processes;
First detection means for detecting a load status of the processing means;
Second detection means for detecting the size of the data amount per unit time of the data generated by the processing;
An area dividing means for dividing the free area of the storage device into a plurality of areas according to the writing speed;
One of a plurality of areas divided by the area dividing means based on the load status detected by the first detecting means and the size of the data amount per unit time detected by the second detecting means. A selection means for selecting
An electronic apparatus comprising: storage control means for writing data generated by the processing in an area selected by the selection means.
前記選択手段は、前記第1検出手段によって検出された負荷状況に応じて、前記第2検出手段によって検出された単位時間あたりのデータ量の大きさに対応する前記領域分け手段によって区分された所定の領域から別の区分の書き込み速度領域に変更するように選択することを特徴とする請求項1に記載の電子機器。   The selecting means is a predetermined section divided by the area dividing means corresponding to the amount of data per unit time detected by the second detecting means according to the load status detected by the first detecting means. The electronic device according to claim 1, wherein the electronic device is selected so as to be changed from the region to another writing speed region. 前記第1検出手段は、電波の発射を伴う通信手段の動作モードが電波オンモードであるか電波オフモードであるかに応じて前記処理手段の負荷状況を検出することを特徴とする請求項1に記載の電子機器。   The first detection means detects a load status of the processing means according to whether an operation mode of a communication means accompanied by emission of radio waves is a radio wave on mode or a radio wave off mode. The electronic device as described in. 前記第1検出手段は、電波の発射を伴う通信手段の動作モードが電波オフモードである場合に、前記処理手段の負荷状況が電波オンモードである場合よりも軽いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうち電波オンモードである場合よりも書き込み速度が遅い領域を選択することを特徴とする請求項3に記載の電子機器。   The first detecting means detects that the load state of the processing means is lighter than that in the radio wave on mode when the operation mode of the communication means involving emission of radio waves is the radio wave off mode, and the selection 4. The electronic apparatus according to claim 3, wherein the means selects an area having a writing speed slower than that in the radio wave on mode among the plurality of areas divided by the area dividing means. 前記第1検出手段は、電波の発射を伴う通信手段の動作モードが電波オンモードである場合に、前記処理手段の負荷状況が電波オフモードである場合よりも重いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうち電波オフモードである場合よりも書き込み速度が速い領域を選択することを特徴とする請求項3に記載の電子機器。   The first detecting means detects that the load state of the processing means is heavier than that in the case of the radio wave off mode when the operation mode of the communication means accompanied by emission of radio waves is the radio wave on mode, and the selection 4. The electronic apparatus according to claim 3, wherein the means selects an area having a higher writing speed than the case of the radio wave off mode among the plurality of areas divided by the area dividing means. さらに、静止画の連写撮影や動画撮影が可能な撮像手段を備え、
前記処理手段で実行可能な処理の一つは当該撮像手段の制御並びに当該撮像手段によって生成された静止画の連写画像や動画のデータを前記記憶デバイスに記憶するためのものであることを特徴とする請求項1に記載の電子機器。
In addition, it has an imaging means capable of continuous shooting and still image shooting of still images,
One of the processes that can be executed by the processing means is to store the continuous image and moving image data of still images generated by the control of the imaging means and the imaging means in the storage device. The electronic device according to claim 1.
さらに、前記撮像手段によって生成された静止画の連写画像や動画のデータを前記記憶デバイスに記憶する前に一時的に保持する保持手段と、
前記撮像手段によって撮像中であるか否かを判別する撮像判別手段とを備え、
前記第1検出手段は、前記撮像判別手段によって撮像中でないと判別された場合に、前記処理手段の負荷状況が撮像中の時よりも軽いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうち撮像中の時よりも書き込み速度が遅い領域を選択して、その選択領域を前記保持手段に一時保持されているデータの書き込み先とすることを特徴とする請求項6に記載の電子機器。
Furthermore, holding means for temporarily holding the continuous shot images and moving image data of the still images generated by the imaging means before storing them in the storage device;
Imaging discriminating means for discriminating whether or not imaging is being performed by the imaging means,
The first detection unit detects that the load state of the processing unit is lighter than that during imaging when the imaging determination unit determines that the imaging is not being performed, and the selection unit includes the region division A region having a writing speed slower than that during imaging is selected from the plurality of regions divided by the means, and the selected region is used as a writing destination of data temporarily held in the holding unit. The electronic device according to claim 6.
さらに、放送波またはネットワーク経由でデータをダウンロードするダウンロード手段を備え、
前記処理手段で実行可能な処理の一つは当該ダウンロード手段の制御並びに当該ダウンロード手段によってダウンロードされたデータを前記記憶デバイスに記憶するためのものであることを特徴とする請求項1に記載の電子機器。
Furthermore, a download means for downloading data via broadcast waves or a network is provided.
2. The electronic apparatus according to claim 1, wherein one of processes executable by the processing unit is for controlling the download unit and storing data downloaded by the download unit in the storage device. machine.
さらに、前記ダウンロード手段によってダウンロードされたデータを前記記憶デバイスに記憶する前に一時的に保持する保持手段と、
前記ダウンロード手段によってダウンロード中であるか否かを判別するダウンロード判別手段を備え、
前記第1検出手段は、前記ダウンロード判別手段によってダウンロード中でないと判別された場合に、前記処理手段の負荷状況がダウンロード中の時よりも軽いことを検出するとともに、前記選択手段は、前記領域分け手段によって区分された複数の領域のうちダウンロード中の時よりも書き込み速度が遅い領域を選択して、その選択領域を前記保持手段に一時保持されているデータの書き込み先とすることを特徴とする請求項8に記載の電子機器。
And holding means for temporarily holding the data downloaded by the download means before storing it in the storage device;
Download determining means for determining whether the download means is downloading or not,
The first detection means detects that the load status of the processing means is lighter than when the download is being performed when the download determination means determines that the download is not being performed, and the selection means includes the region classification A region having a writing speed slower than that during downloading is selected from the plurality of regions divided by the means, and the selected region is used as a writing destination of data temporarily held in the holding unit. The electronic device according to claim 8.
さらに、前記記憶デバイスの断片化状況を検出する第3検出手段を備え、
前記領域分け手段は、前記第3検出手段によって検出された断片化状況に基づいて、前記記憶デバイスの空き領域を書込み可能速度ごとに分類することを特徴とする請求項1に記載の電子機器。
And further comprising third detection means for detecting a fragmentation status of the storage device,
The electronic device according to claim 1, wherein the area dividing unit classifies a free area of the storage device for each writable speed based on a fragmentation state detected by the third detection unit.
電子機器のコンピュータを、
各種の処理を逐次に実行可能な処理手段、
前記処理手段の負荷状況を検出する第1検出手段、
前記処理に伴い発生するデータの単位時間あたりのデータ量の大きさを検出する第2検出手段、
記憶デバイスの空き領域を、書き込み速度に応じて複数に領域分けする領域分け手段、
前記第1検出手段によって検出された負荷状況と前記第2検出手段によって検出された単位時間あたりのデータ量の大きさとに基づいて、前記領域分け手段によって区分された複数の領域のうちのいずれかを選択する選択手段、
および、前記選択手段によって選択された領域に、前記処理に伴い発生するデータを書き込む記憶制御手段
として機能させるためのプログラム。
The electronic computer,
Processing means capable of sequentially executing various processes;
First detection means for detecting a load status of the processing means;
A second detection means for detecting the magnitude of the data amount per unit time of the data generated by the processing;
Area dividing means for dividing the free area of the storage device into a plurality of areas according to the writing speed,
One of a plurality of areas divided by the area dividing means based on the load status detected by the first detecting means and the size of the data amount per unit time detected by the second detecting means. Selection means to select,
And a program for functioning as storage control means for writing data generated by the processing in an area selected by the selection means.
JP2010144517A 2010-06-25 2010-06-25 Electronic equipment and programs Expired - Fee Related JP5505974B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010144517A JP5505974B2 (en) 2010-06-25 2010-06-25 Electronic equipment and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010144517A JP5505974B2 (en) 2010-06-25 2010-06-25 Electronic equipment and programs

Publications (2)

Publication Number Publication Date
JP2012010123A true JP2012010123A (en) 2012-01-12
JP5505974B2 JP5505974B2 (en) 2014-05-28

Family

ID=45540160

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010144517A Expired - Fee Related JP5505974B2 (en) 2010-06-25 2010-06-25 Electronic equipment and programs

Country Status (1)

Country Link
JP (1) JP5505974B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012168644A (en) * 2011-02-10 2012-09-06 Canon Inc Recording device and recording method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005285188A (en) * 2004-03-29 2005-10-13 Sharp Corp Digital information recording and reproducing method and device
JP2007049639A (en) * 2005-08-12 2007-02-22 Canon Inc Recording apparatus and recording method
JP2007180693A (en) * 2005-12-27 2007-07-12 Matsushita Electric Ind Co Ltd Video signal recording device
JP2010020641A (en) * 2008-07-11 2010-01-28 Canon Inc Recording apparatus and method, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005285188A (en) * 2004-03-29 2005-10-13 Sharp Corp Digital information recording and reproducing method and device
JP2007049639A (en) * 2005-08-12 2007-02-22 Canon Inc Recording apparatus and recording method
JP2007180693A (en) * 2005-12-27 2007-07-12 Matsushita Electric Ind Co Ltd Video signal recording device
JP2010020641A (en) * 2008-07-11 2010-01-28 Canon Inc Recording apparatus and method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012168644A (en) * 2011-02-10 2012-09-06 Canon Inc Recording device and recording method

Also Published As

Publication number Publication date
JP5505974B2 (en) 2014-05-28

Similar Documents

Publication Publication Date Title
CN104469059A (en) Image forming apparatus and remote control method
JP5743579B2 (en) Imaging apparatus, control method thereof, and program
JP5058918B2 (en) Program guide display device
KR100692005B1 (en) Mobile station having photograph memo recording function and control method thereof
KR100723651B1 (en) Portable information apparatus, and computer readable media recording computer program
JP4778343B2 (en) Terminal and program having video imaging function
JP5505974B2 (en) Electronic equipment and programs
JP2007295181A (en) Imaging device, image recording device, and its program
JP2005269180A (en) Moving picture photographing apparatus, moving picture list display method, and moving picture list display program
JP4569905B2 (en) Content processing apparatus and interrupt control program
JP2012015933A (en) Electronic equipment and program
JP2014175954A (en) Data recording device, control method thereof, and computer program
JP4561253B2 (en) Image transmission apparatus, image processing apparatus, and image transmission / reception system
JP2011160234A (en) Communication terminal device, and program
JP2002149707A (en) Information terminal device and usable state reporting method
JP4403542B2 (en) Portable terminal, directory management method, and directory management program
KR100721352B1 (en) Portable Terminal for preventing an playback cutting among the playback of multimedia at multi-tasking state and Method thereof
JP2011253405A (en) Electronic equipment and program
JP6066718B2 (en) Imaging apparatus, control method thereof, and program
US20100043007A1 (en) Mobile apparatus, a method of controlling a rate of occupation of a resource of a cpu
JP2011259115A (en) Electronic device and program
KR100614746B1 (en) Method for storing multiple motion pictures at the same time
JP5151570B2 (en) Mobile device
JP2006074558A (en) Image processor, image processing method, and image processing program
JP2007060364A (en) Image recording apparatus and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130508

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140217

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: 20140219

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140313

R150 Certificate of patent or registration of utility model

Ref document number: 5505974

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees