JP2006129324A - Multimedia data format and reproducing apparatus - Google Patents

Multimedia data format and reproducing apparatus Download PDF

Info

Publication number
JP2006129324A
JP2006129324A JP2004317500A JP2004317500A JP2006129324A JP 2006129324 A JP2006129324 A JP 2006129324A JP 2004317500 A JP2004317500 A JP 2004317500A JP 2004317500 A JP2004317500 A JP 2004317500A JP 2006129324 A JP2006129324 A JP 2006129324A
Authority
JP
Japan
Prior art keywords
data
circuit
content
multimedia data
fpga
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.)
Withdrawn
Application number
JP2004317500A
Other languages
Japanese (ja)
Inventor
Shinichi Sunakawa
伸一 砂川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2004317500A priority Critical patent/JP2006129324A/en
Publication of JP2006129324A publication Critical patent/JP2006129324A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a multimedia data format and a reproducing apparatus capable of being used without concerning about a compression format and optimizing a circuit scale. <P>SOLUTION: The multimedia data format is composed of a multimedia data and a configuration data for realizing the reproducing circuit of the multimedia data at a programmable circuit cell. The reproducing apparatus equipped with the programmable circuit cell comprises a communication means, a means for inputting a multimedia data described in the multimedia data format from the communication means, a means for reconfiguring the circuit cell using a circuit cell configuration data in the data, and a means for reproducing the multimedia data using the circuit cell. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、映像や音楽等のコンテンツを扱うマルチメディアデータ形式及び再生出力する再生装置に関する。   The present invention relates to a multimedia data format that handles content such as video and music, and a playback apparatus that plays back and outputs.

従来より、映像を再生出力する機器として、TVやビデオ、DVDプレーヤ等の様々な機器が知られている。同様に音声を再生出力する機器として、CDプレーヤやMDプレーヤ等の様々な機器が知られている。再生するコンテンツは、圧縮形式のデジタルデータで扱うものが増えている。例えば、映像系ではMPEG2、MPEG4、JPEG等、音声系ではADPCMやMP3、ATRAC3等が知られている。   Conventionally, various devices such as a TV, a video, and a DVD player are known as devices for reproducing and outputting video. Similarly, various devices such as a CD player and an MD player are known as devices for reproducing and outputting sound. The content to be played back is increasingly handled with compressed digital data. For example, MPEG2, MPEG4, JPEG, etc. are known for video systems, and ADPCM, MP3, ATRAC3, etc. are known for audio systems.

又、プログラム可能な論理回路セルとしてFPGA(Field Programmable Gate Array )と総称されるICが知られている。カスタムICを開発する期間が取れない機器やハードウェアのバージョンアップが必要な機器等に広く使用されている。製造時や装置の起動時に論理回路セルをプログラムすることで、所望の制御動作を行う回路となる。   Further, as a programmable logic circuit cell, an IC collectively referred to as an FPGA (Field Programmable Gate Array) is known. It is widely used for devices that cannot develop custom ICs or devices that require hardware upgrades. A logic circuit cell is programmed at the time of manufacture or at the time of starting the device, so that a circuit for performing a desired control operation is obtained.

プログラム可能な論理回路セルを機器動作中に再プログラムする方法として、以下の方法が提案されている。
(1)特許文献1には、FPGAの再プログラムデータを圧縮した例が開示されている。FPGAはLZデコーダを備えておき、再プログラムデータはLZ圧縮された形式で供給される。FPGAは、自身のLZデコーダで再プログラムデータを解凍し、それを用いて自身の再プログラムを行う。
(2)特許文献2には、無線通信の処理回路において、通信品質に応じて処理回路を再プログラムする例が開示されている。
(3)特許文献3には、装置内の構成部品が交換されたことを検出して、それに応じた制御回路に再プログラムする例が開示されている。プリンタヘッドをスキャナヘッドに交換可能なプリンタにおいて、スキャナヘッドに交換された場合は、スキャナ用の制御回路に書き換えるようにしている。
The following methods have been proposed for reprogramming programmable logic circuit cells during device operation.
(1) Patent Document 1 discloses an example in which FPGA reprogram data is compressed. The FPGA includes an LZ decoder, and reprogram data is supplied in an LZ-compressed format. The FPGA decompresses the reprogram data with its own LZ decoder and uses it to reprogram itself.
(2) Patent Document 2 discloses an example of reprogramming a processing circuit in accordance with communication quality in a wireless communication processing circuit.
(3) Patent Document 3 discloses an example in which it is detected that a component in the apparatus has been replaced, and the control circuit is reprogrammed accordingly. In a printer in which the printer head can be replaced with a scanner head, when the printer head is replaced with a scanner head, the printer head is rewritten with a control circuit for the scanner.

特開平09−153789号公報JP 09-153789 A 特開平11−220413号公報Japanese Patent Laid-Open No. 11-220413 特開2000−112744号公報JP 2000-1112744 A

しかしながら、上記従来例では、様々な圧縮方式のコンテンツデータに対応しようとすると、全ての方式に対するデコード回路や処理回路を備えていなければならなかった。そのため、回路が非常に大規模になるという欠点があった。   However, in the above conventional example, in order to deal with content data of various compression methods, it has been necessary to provide a decoding circuit and a processing circuit for all the methods. For this reason, there is a drawback that the circuit becomes very large.

一方、回路をFPGAで構成して再プログラムする場合でも、全ての圧縮方式に対するデコード回路のプログラムを備えていなければならなかった。新たな圧縮方式ができた場合はその都度にプログラムを入手しなければならず、非常に面倒であるという欠点があった。   On the other hand, even when the circuit is configured by FPGA and reprogrammed, it is necessary to have a program for the decoding circuit for all compression methods. When a new compression method is made, a program must be obtained every time, and there is a drawback that it is very troublesome.

本発明は、圧縮形式を何ら気にすることなく使用でき、且つ、回路規模を最適化することが可能なマルチメディアデータ形式及び再生装置を提供することを目的とする。   It is an object of the present invention to provide a multimedia data format and a playback apparatus that can be used without worrying about the compression format and can optimize the circuit scale.

上記目的を達成するために、本発明のマルチメディアデータ形式及び再生装置は以下の構成から成るる。   In order to achieve the above object, a multimedia data format and playback apparatus according to the present invention are configured as follows.

即ち、マルチメディアデータを扱うためのデータ形式において、マルチメディアデータと、該マルチメディアデータの再生回路をプログラム可能な回路セルで実現するための構成データと、を備える。   That is, the data format for handling multimedia data includes multimedia data and configuration data for realizing a reproduction circuit of the multimedia data with programmable circuit cells.

又、本発明は、プログラム可能な回路セルを備えた再生装置において、通信手段と、該通信手段から請求項1記載ののデータ形式で記述されたマルチメディアデータを入力する手段と、該データ中の回路セル構成データを用いて回路セルを再構成する手段と、前記回路セルを使用して該マルチメディアデータを再生する手段と、を備える。   According to the present invention, there is provided a reproducing apparatus including a programmable circuit cell, communication means, means for inputting multimedia data described in the data format according to claim 1 from the communication means, Means for reconfiguring the circuit cell using the circuit cell configuration data, and means for reproducing the multimedia data using the circuit cell.

斯かる本発明の構成において、再生用コンテンツのダウンロード時に解凍用の回路プログラムデータを合わせてダウンロードする、という動作を行う。   In such a configuration of the present invention, the operation of downloading together with the circuit program data for decompression is performed when the playback content is downloaded.

本発明によれば、再生用コンテンツのダウンロード時に処理回路のプログラムデータを合わせてダウンロードすることで、使用頻度の低い回路やその構成データを保持することが不要となり、回路規模を最適化することができる。又、新しいデータ形式のコンテンツであってもユーザが何ら操作しないで対応できるようになるため、使い勝手が向上するという効果が得られる。   According to the present invention, by downloading together with program data of the processing circuit when downloading the content for reproduction, it becomes unnecessary to hold a circuit that is not frequently used and its configuration data, and the circuit scale can be optimized. it can. Further, even if the content is in a new data format, the user can deal with it without any operation, so that the usability can be improved.

以下に本発明の実施の形態を添付図面に基づいて説明する。   Embodiments of the present invention will be described below with reference to the accompanying drawings.

<実施の形態1>
本実施の形態は、プログラム可能な論理回路セル(FPGA)で構成された再生装置において、コンテンツデータをダウンロード入力する例について説明する。本実施の形態では、再生用コンテンツとその処理回路のプログラムデータを一体化したデータ形式としておき、再生用コンテンツのダウンロード時に同時に処理回路のプログラムデータをダウンロードする、という動作を行う。
<Embodiment 1>
In the present embodiment, an example in which content data is downloaded and input in a playback device including programmable logic circuit cells (FPGAs) will be described. In this embodiment, the reproduction content and the program data of the processing circuit thereof are integrated into a data format, and the operation of downloading the processing circuit program data at the same time when the reproduction content is downloaded is performed.

(再生装置の全体構成(図2))
図2のブロック図を用いて、再生装置の構成を説明する。
(Overall structure of playback device (Fig. 2))
The configuration of the playback apparatus will be described with reference to the block diagram of FIG.

本実施の形態に係る再生装置は、通信I/F経由でコンテンツデータのダウンロードを行う携帯情報端末である。端末機上にLCDディスプレイとスピーカを備えており、映像と音声の再生を行うことができる。   The playback device according to the present embodiment is a portable information terminal that downloads content data via a communication I / F. An LCD display and a speaker are provided on the terminal, and video and audio can be reproduced.

図中、携帯情報端末1において、2は装置全体の制御を行うCPUであり、メモリ3に格納されたプログラムに従ってコンテンツデータの入力や再生、各種演算、I/O制御等の処理を実行する。メモリ3は、RAMやROM等の一次記憶装置及びハードディスクや光磁気ディスク、CD−ROM、CD−RW、DVD−ROM等の二次記憶装置で構成される。メモリ3は、CPU2の制御プログラムやワークデータを格納し、液晶ディスプレイ8のVRAMとしても機能する。又、映像データや音声データ等で構成されるコンテンツデータ4を格納する。   In the figure, in the portable information terminal 1, reference numeral 2 denotes a CPU that controls the entire apparatus, and executes processes such as input and playback of content data, various calculations, I / O control, and the like according to a program stored in the memory 3. The memory 3 includes a primary storage device such as a RAM and a ROM, and a secondary storage device such as a hard disk, a magneto-optical disk, a CD-ROM, a CD-RW, and a DVD-ROM. The memory 3 stores a control program for the CPU 2 and work data, and also functions as a VRAM for the liquid crystal display 8. Also, content data 4 composed of video data, audio data, etc. is stored.

更に、後述するFPGA6をプログラムするためのプログラムデータ5を格納する。6はFPGAであり、FPGAプログラムデータ5を書き込むことで任意の処理を実現できる論理ICである。ここでは、コンテンツデータ4を再生するためのデコーダ回路7を内部に構成する。8は通信インタフェースであり、外部回線と接続して再生コンテンツデータのダウンロードを行う。   Further, program data 5 for programming an FPGA 6 described later is stored. Reference numeral 6 denotes an FPGA, which is a logic IC that can realize arbitrary processing by writing FPGA program data 5. Here, a decoder circuit 7 for reproducing the content data 4 is internally configured. A communication interface 8 is connected to an external line and downloads reproduction content data.

通信インタフェース6は、Bluetoothや802.11等の無線LAN、Ethernet等の有線LAN、PDCやGSM、CDMAのような公衆回線接続等で構成される。又、外部機器に対してはUSBやIEEE1394、RS232C等の規格で外部機器と直接に接続するようにしても良い。9は液晶ディスプレイであり、映像コンテンツの再生表示や各種データの表示を行う。再生制御を行うためのソフトウェアスイッチも表示される。   The communication interface 6 includes a wireless LAN such as Bluetooth or 802.11, a wired LAN such as Ethernet, or a public line connection such as PDC, GSM, or CDMA. Further, the external device may be directly connected to the external device in accordance with standards such as USB, IEEE 1394, and RS232C. A liquid crystal display 9 reproduces and displays video content and displays various data. A software switch for performing playback control is also displayed.

10は液晶ディスプレイ表示制御部であり、液晶ディスプレイ9を動作するための信号を生成する。11はスピーカであり、音声コンテンツの再生出力を行う。12は音声出力制御回路であり、D/Aコンバータやフィルタ、アンプ等で構成され、スピーカ11を駆動するための信号を生成する。13は抵抗膜方式タブレット等を利用したデジタイザであり、ユーザからの操作入力を行う。相対する面に抵抗膜を蒸着したポリエチレンフィルム(PET) とガラスで構成され、PET上の押圧された位置が検出できる。これを液晶ディスプレイ9上に重ね合わせることで、入出力一体型のユーザインタフェースを構成することができる。   A liquid crystal display display control unit 10 generates a signal for operating the liquid crystal display 9. A speaker 11 reproduces and outputs audio content. An audio output control circuit 12 includes a D / A converter, a filter, an amplifier, and the like, and generates a signal for driving the speaker 11. Reference numeral 13 denotes a digitizer using a resistance film type tablet or the like, which performs operation input from the user. It consists of a polyethylene film (PET) with a resistance film deposited on the opposite surface and glass, and the pressed position on the PET can be detected. By superimposing this on the liquid crystal display 9, an input / output integrated user interface can be configured.

14はデジタイザ制御部であり、デジタイザ13を駆動して、ユーザが押圧した点を座標データに変換して出力する。抵抗膜の駆動回路、切替回路、A/Dコンバータ等で構成される。15は拡張カードであり、拡張メモリや機能I/Oカード等が挿入できる。PCMCIAやCF、SD、MMC等の任意の規格のICカードが使用可能である。16は拡張カードインタフェースであり、拡張カードスロット15に挿入されたICカードの制御を行う。   A digitizer control unit 14 drives the digitizer 13 to convert a point pressed by the user into coordinate data and output the coordinate data. It is composed of a resistive film drive circuit, a switching circuit, an A / D converter, and the like. Reference numeral 15 denotes an expansion card into which an expansion memory, a function I / O card or the like can be inserted. Any standard IC card such as PCMCIA, CF, SD, or MMC can be used. Reference numeral 16 denotes an expansion card interface, which controls an IC card inserted into the expansion card slot 15.

(コンテンツのデータ形式の説明(図3))
図3のブロック図を用いてコンテンツデータのデータ形式を説明する。本実施の形態では、再生用コンテンツデータとその処理回路のプログラムデータを一体化した形式で取り扱う。
(Description of content data format (FIG. 3))
The data format of the content data will be described using the block diagram of FIG. In this embodiment, the content data for reproduction and the program data of its processing circuit are handled in an integrated format.

図中、コンテンツファイル30は、ファイルヘッダ31及びコンテンツ部32とFPGAプログラム部33で構成される。コンテンツ部32は、映像や音声等の再生コンテンツデータが格納されている。データ量を減らすため、映像コンテンツはMPEGやJPEG、Motion−JPEG、音声コンテンツはMP3やATRAC、ADPCM等のアルゴリズムを用いて圧縮してから格納される。FPGAプログラム部33は、コンテンツを再生するのに必要なFPGA上の処理回路のプログラムデータが格納されている。処理回路は主に圧縮データをデコードする回路で構成される。   In the figure, the content file 30 includes a file header 31, a content part 32, and an FPGA program part 33. The content unit 32 stores reproduction content data such as video and audio. In order to reduce the amount of data, video content is compressed and stored using MPEG, JPEG, Motion-JPEG, and audio content is compressed using an algorithm such as MP3, ATRAC, or ADPCM. The FPGA program unit 33 stores program data of a processing circuit on the FPGA necessary for reproducing the content. The processing circuit is mainly composed of a circuit that decodes the compressed data.

コンテンツ部32は、コンテンツヘッダ34とコンテンツデータ本体35で構成される。   The content part 32 includes a content header 34 and a content data body 35.

FPGAプログラム部33は、FPGAプログラムヘッダ36、FPGAプログラム本体37で構成される。   The FPGA program unit 33 includes an FPGA program header 36 and an FPGA program main body 37.

(ダウンロード処理の説明(図1))
図1のフローチャートを用いてコンテンツデータをダウンロードする処理の流れを説明する。コンテンツとFPGAプログラムを同時にダウンロードして、メモリに格納する処理を行う。
(Explanation of download process (Fig. 1))
The flow of processing for downloading content data will be described using the flowchart of FIG. The content and the FPGA program are downloaded simultaneously and stored in the memory.

処理の詳細を説明すると、ステップS101では、コンテンツサーバとの間で通信回線の接続を確立する。ステップS102では、指定されたファイルのダウンロードを行う。上述のコンテンツとFPGAプログラムがパックされた形式のファイルをダウンロードする。ステップS103では、コンテンツデータをメモリ3に格納する。ステップS104では、FPGAプログラムデータをメモリ3に格納する。ステップS105では回線を切断し、処理を終了する。   The process will be described in detail. In step S101, a communication line connection is established with the content server. In step S102, the specified file is downloaded. A file in a format in which the above-described content and the FPGA program are packed is downloaded. In step S103, the content data is stored in the memory 3. In step S104, the FPGA program data is stored in the memory 3. In step S105, the line is disconnected and the process ends.

以上の処理により、コンテンツデータをダウンロードする際に、FPGAプログラムデータを同時に取得することができる。   With the above processing, the FPGA program data can be acquired simultaneously when downloading the content data.

(再生処理の説明(図4))
図4のフローチャートを用いて、コンテンツ再生の処理の流れを説明する。再生指示がなされた場合、コンテンツのデータ形式に応じて自動的にFPGAを書き換える処理を行なう。
(Description of reproduction processing (FIG. 4))
The flow of content reproduction processing will be described using the flowchart of FIG. When a reproduction instruction is given, processing for automatically rewriting the FPGA according to the content data format is performed.

再生処理の詳細を説明すると、ステップS111では、ヘッダ情報などを用いて、コンテンツデータのデータ形式及び圧縮形式を検出する。ステップS112では、FPGAにロードされている処理回路で再生が可能か判定し、肯定であればステップS114へ、否定であればステップS113へ進む。ステップS113ではFPGA上の処理回路の書換えを行う。コンテンツに対応したFPGAプログラムデータをメモリ3から読出し、FPGA6を書換える。ステップS114では、FPGA上の処理回路を用いてコンテンツの再生を行い、処理を終了する。   The details of the reproduction process will be described. In step S111, the data format and compression format of the content data are detected using header information and the like. In step S112, it is determined whether or not reproduction is possible with the processing circuit loaded in the FPGA. If affirmative, the process proceeds to step S114, and if negative, the process proceeds to step S113. In step S113, the processing circuit on the FPGA is rewritten. The FPGA program data corresponding to the content is read from the memory 3 and the FPGA 6 is rewritten. In step S114, the content is played back using the processing circuit on the FPGA, and the process ends.

以上の処理により、コンテンツのデータ形式に対応して自動的にFPGAを書き換えて再生を行うことができる。   Through the above processing, the FPGA can be automatically rewritten and reproduced in accordance with the content data format.

以上説明したように、本実施の形態によれば、再生用コンテンツのダウンロード時に処理回路のプログラムデータを合わせてダウンロードすることで、使用頻度の低い回路やそのプログラムデータを保持しておくことが不要となり、回路規模を最適化することができる。又、新しい圧縮方式であってもユーザが何ら操作しないで対応できるようになるため、使い勝手が向上する。   As described above, according to the present embodiment, it is not necessary to store a circuit that is used infrequently or its program data by downloading together with the program data of the processing circuit when downloading the playback content. Thus, the circuit scale can be optimized. In addition, even a new compression method can be handled without any operation by the user, which improves usability.

尚、本発明は前述の実施の形態に限定されることなく、広く応用することができる。   The present invention can be widely applied without being limited to the above-described embodiment.

例えば、ダウンロードした処理回路プログラムの扱いは様々に行うことができる。コンテンツデータを削除する際に一緒に削除するようにしても良い。一方で、同様のコンテンツを扱うこともあるから、コンテンツが削除された場合でも残すようにしても良い。この場合は、ユーザが明示的に削除するようにしても良く、使われる頻度の低いものから削除するようにしても良い。任意の削除アルゴリズムを用いることができる。   For example, downloaded processing circuit programs can be handled in various ways. You may make it delete together when deleting content data. On the other hand, since the same content may be handled, it may be left even when the content is deleted. In this case, the user may explicitly delete it, or delete it from the least frequently used one. Any deletion algorithm can be used.

又、既に装置内に所望の処理回路プログラムがある場合は、コンテンツデータのみをダウンロードするようにしても良い。ダウンロードの指定をユーザが明示的にするようにしても良い。これによって、ダウンロードの時間及び通信料金を節約できる。   If the desired processing circuit program already exists in the apparatus, only the content data may be downloaded. The user may explicitly specify download. This saves download time and communication charges.

更に、通信を使用しないで、記憶媒体などを通じてコンテンツデータの入力を行うようにしても良い。コンテンツデータとFPGAプログラムデータが一体化されていれば、ユーザはFPGAプログラムを何ら意識せずに扱うことができる。   Furthermore, content data may be input through a storage medium or the like without using communication. If the content data and the FPGA program data are integrated, the user can handle the FPGA program without being aware of it.

既存のデータ形式との互換性を保つために、データ形式の構成を工夫しても良い。既存のデータ形式には拡張領域が設けられていることが多いが、この拡張領域にFPGAプログラムデータを配置することで互換性を維持することができる。XML等の構造型データ形式を用いれば、互換性を保つことは更に容易になる。   In order to maintain compatibility with the existing data format, the configuration of the data format may be devised. Existing data formats often have an extended area, but compatibility can be maintained by placing FPGA program data in this extended area. Using a structured data format such as XML makes it easier to maintain compatibility.

<実施の形態2>
前記実施の形態1では、再生用コンテンツのダウンロード時に同時に処理回路のプロクラムデータをダウンロードする処理について説明を行った。しかし、全ての機器で同じプログラムデータを使用することは困難であり、機器毎に冗長或は不足する部分が出てくる。本実施の形態では、ダウンロードに先立って機器情報を送信し、機器の内部構成や処理能力に応じて最適化された構成データをダウンロードする例について説明する。
<Embodiment 2>
In the first embodiment, the process of downloading the program data of the processing circuit at the same time when the playback content is downloaded has been described. However, it is difficult to use the same program data in all devices, and there are redundant or insufficient parts for each device. In the present embodiment, an example will be described in which device information is transmitted prior to downloading, and configuration data optimized according to the internal configuration and processing capability of the device is downloaded.

本実施の形態に係る再生装置の構成は、実施の形態1と同一の携帯情報端末であるので、説明は省略する。サーバ機は、一般的なパーソナルコンピュータ等で構成される。記憶装置内には、各種コンテンツデータと共に、FPGAプログラムデータが端末機の機種数だけ格納されている。各々のFPGAプログラムデータは、対応する端末に合わせて最適化されている。   Since the configuration of the playback apparatus according to the present embodiment is the same portable information terminal as that of the first embodiment, description thereof is omitted. The server machine is composed of a general personal computer or the like. In the storage device, the FPGA program data is stored in the number of types of terminals together with various content data. Each FPGA program data is optimized for the corresponding terminal.

(端末機のダウンロード処理の説明(図5))
本実施例の端末機側のダウンロード処理の流れを、図5を用いて説明する。ダウンロードに先立って機器情報を送信し、機器に応じた構成データをコンテンツデータと共にダウンロードする処理を行う。
(Description of terminal download processing (Fig. 5))
The flow of download processing on the terminal side of this embodiment will be described with reference to FIG. Prior to downloading, device information is transmitted, and configuration data corresponding to the device is downloaded together with content data.

処理の流れは、実施の形態1とほぼ同一であり、ステップS101とステップS102の間に機器情報を送信するステップを追加した点が異なっている。図中、ステップS101では、コンテンツサーバとの間で通信回線の接続を確立し、ステップS201へ進む。ステップS201では、機器の構成を特定できるような情報をサーバに送信する。機器の型名やFPGA名等の任意の情報を用いることができる。   The process flow is almost the same as that of the first embodiment, except that a step of transmitting device information is added between step S101 and step S102. In the figure, in step S101, a communication line connection is established with the content server, and the process proceeds to step S201. In step S201, information that can identify the configuration of the device is transmitted to the server. Arbitrary information such as the device model name and FPGA name can be used.

ステップS102では、前述のパック形式を用いてコンテンツとFPGAプログラムを同時にダウンロードする。FPGAプログラムは、サーバ側の処理によって機器毎に最適化されたものがダウンロードされる。ステップS103では、コンテンツデータをメモリ3に格納する。ステップS104では、FPGAプログラムデータをメモリ3に格納する。ステップS105では回線を切断し、処理を終了する。   In step S102, the content and the FPGA program are downloaded simultaneously using the pack format described above. The FPGA program is downloaded that is optimized for each device by processing on the server side. In step S103, the content data is stored in the memory 3. In step S104, the FPGA program data is stored in the memory 3. In step S105, the line is disconnected and the process ends.

(サーバ機のダウンロード処理の説明(図6))
サーバ側のダウンロード処理の流れを図6を用いて説明する。
(Description of server machine download processing (FIG. 6))
The flow of download processing on the server side will be described with reference to FIG.

端末の機器情報を受信し、端末機に最適化したFPGAプログラムをコンテンツデータにパッキングして送信する処理を行う。   The device information of the terminal is received, and the FPGA program optimized for the terminal is packed into content data and transmitted.

図中、ステップS211では、端末機との間で通信回線の接続を確立する。ステップS212では、端末機を特定する情報の受信を行う。端末機の処理ステップS201に対応する。ステップS212では自身のメモリ中を検索して、端末機に応じたFPGAプログラムを取り出す。ステップS214では、FPGAプログラムとコンテンツデータを一体化したファイルを作成する。ステップS215では、前ステップで作成したデータファイルを端末機に送信する。同ステップは、端末機の処理ステップS102に対応する。ステップS216では回線を切断し、処理を終了する。   In the figure, in step S211, communication line connection is established with the terminal. In step S212, information specifying a terminal is received. This corresponds to the processing step S201 of the terminal. In step S212, a search is made in its own memory to retrieve an FPGA program corresponding to the terminal. In step S214, a file in which the FPGA program and content data are integrated is created. In step S215, the data file created in the previous step is transmitted to the terminal. This step corresponds to the processing step S102 of the terminal. In step S216, the line is disconnected and the process ends.

以上の処理により、コンテンツデータをダウンロードする際に、機器毎に最適化したFPGAプログラムデータを同時に取得することができる。   With the above processing, when downloading content data, FPGA program data optimized for each device can be acquired simultaneously.

以上説明したように、本実施の形態によれば、前記実施の形態と全く同様な効果が得られる。更に、ダウンロードに先立って機器情報を送信して機器に応じた構成データをダウンロードすることで、より回路規模を最適化することができる。   As described above, according to this embodiment, the same effect as that of the above embodiment can be obtained. Furthermore, the circuit scale can be further optimized by transmitting device information prior to downloading and downloading configuration data corresponding to the device.

尚、本発明は前記実施の形態に限定されることなく、広く応用することができる。   The present invention can be widely applied without being limited to the above-described embodiment.

例えば、装置の電池残量情報を先に送信することで、残りの動作可能時間に応じた回路プログラムデータをダウンロードするようにしても良い。残量が少ない場合は、再生品質を落とす代わりに、残りの電池残量で最後まで再生できるようにする。この場合、回路規模が小さい、又は、動作周波数が低くなるような回路プログラムをダウンロードするようにすれば良い。これによって、電池切れで再生途中に止まるというような使い勝手の悪さが解決できる。   For example, circuit program data corresponding to the remaining operable time may be downloaded by transmitting the remaining battery information of the device first. If the remaining battery level is low, instead of reducing the playback quality, the remaining battery level can be played to the end. In this case, a circuit program having a small circuit scale or a low operating frequency may be downloaded. As a result, it is possible to solve the inconvenience that the battery stops running during playback.

又、通信回線の速度に応じて回路プログラムデータを変更するようにしても良い。回路が複雑になればダウンロード時間も長くなり、装置の使い勝手が悪くなってしまう。これを防ぐため、高速回線を使う場合は高性能のデコーダ回路プログラム、低速回線の場合はデータ量の少ない簡易デコーダ回路プログラムをダウンロードすれば良い。   The circuit program data may be changed according to the speed of the communication line. If the circuit becomes complicated, the download time becomes longer and the usability of the device becomes worse. In order to prevent this, a high-performance decoder circuit program may be downloaded when using a high-speed line, and a simple decoder circuit program with a small amount of data may be downloaded when using a low-speed line.

本発明の実施の形態1におけるコンテンツダウンロード処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the content download process in Embodiment 1 of this invention. 本発明の実施の形態1における再生装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the reproducing | regenerating apparatus in Embodiment 1 of this invention. 本発明の実施の形態1におけるデータファイルの構成を示す図である。It is a figure which shows the structure of the data file in Embodiment 1 of this invention. 本発明の実施の形態1におけるコンテンツ再生処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the content reproduction | regeneration processing in Embodiment 1 of this invention. 本発明の実施の形態2における端末機のダウンロード処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the download process of the terminal in Embodiment 2 of this invention. 本発明の実施の形態2におけるサーバ機のダウンロード処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the download process of the server machine in Embodiment 2 of this invention.

符号の説明Explanation of symbols

1 携帯情報端末機
2 CPU
3 メモリ
4 コンテンツデータ
5 FPGAプログラムデータ
6 FPGA
7 デコーダ回路
8 通信インタフェース
9 液晶ディスプレイ
10 液晶ディスプレイ表示制御部
11 スピーカ
12 音声出力制御回路
13 デジタイザ
14 デジタイザ制御部
15 拡張カード
16 拡張カードインタフェース
30 コンテンツファイル
31 ファイルヘッダ
32 コンテンツ部
33 FPGAプログラム部
34 コンテンツヘッダ
35 コンテンツデータ本体
36 FPGAプログラムヘッダ
37 FPGAプログラム本体
1 Mobile information terminal 2 CPU
3 Memory 4 Content data 5 FPGA program data 6 FPGA
7 Decoder Circuit 8 Communication Interface 9 Liquid Crystal Display 10 Liquid Crystal Display Display Control Unit 11 Speaker 12 Audio Output Control Circuit 13 Digitizer 14 Digitizer Control Unit 15 Expansion Card 16 Expansion Card Interface 30 Content File 31 File Header 32 Content Portion 33 FPGA Program Portion 34 Content Header 35 Content data body 36 FPGA program header 37 FPGA program body

Claims (6)

マルチメディアデータと、該マルチメディアデータの再生回路をプログラム可能な回路セルで実現するための構成データと、を備えたことを特徴とするマルチメディアデータ形式。   A multimedia data format comprising: multimedia data; and configuration data for realizing a reproduction circuit of the multimedia data by a programmable circuit cell. プログラム可能な回路セルを備えた再生装置において、
通信手段と、該通信手段から請求項1記載のデータ形式で記述されたマルチメディアデータを入力する手段と、データ中の回路セル構成データを用いて回路セルを再構成する手段と、前記回路セルを使用してマルチメディアデータを再生する手段と、を備えたことを特徴とする再生装置。
In a playback device with programmable circuit cells,
Communication means, means for inputting multimedia data described in the data format of claim 1 from the communication means, means for reconfiguring a circuit cell using circuit cell configuration data in the data, and the circuit cell And a means for playing back multimedia data using a computer.
動作環境情報を前記通信手段から出力する手段をさらに備え、マルチメディアデータと回路セル構成データを供給するサーバ装置と、該サーバ装置は、該動作環境情報に応じて回路セル構成データを変更する手段と、を備えたことを特徴とする請求項2記載の再生装置。   The server device further includes means for outputting operating environment information from the communication means, and the server device supplies multimedia data and circuit cell configuration data, and the server device changes the circuit cell configuration data according to the operating environment information. The playback apparatus according to claim 2, further comprising: 前記動作環境情報は、再生装置の内部構成を特定する情報であることを特徴とする請求項3記載の再生装置。   4. The playback apparatus according to claim 3, wherein the operating environment information is information for specifying an internal configuration of the playback apparatus. 前記動作環境情報は、再生装置の動作可能時間であることを特徴とする請求項3記載の再生装置。   The playback apparatus according to claim 3, wherein the operating environment information is an operable time of the playback apparatus. 前記動作環境情報は、前記通信手段の通信速度であることを特徴とする請求項3記載の再生装置。   4. The playback apparatus according to claim 3, wherein the operating environment information is a communication speed of the communication means.
JP2004317500A 2004-11-01 2004-11-01 Multimedia data format and reproducing apparatus Withdrawn JP2006129324A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004317500A JP2006129324A (en) 2004-11-01 2004-11-01 Multimedia data format and reproducing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004317500A JP2006129324A (en) 2004-11-01 2004-11-01 Multimedia data format and reproducing apparatus

Publications (1)

Publication Number Publication Date
JP2006129324A true JP2006129324A (en) 2006-05-18

Family

ID=36723486

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004317500A Withdrawn JP2006129324A (en) 2004-11-01 2004-11-01 Multimedia data format and reproducing apparatus

Country Status (1)

Country Link
JP (1) JP2006129324A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007145220A1 (en) * 2006-06-14 2007-12-21 Panasonic Corporation Device provided with rewritable circuit, updating system, updating method, updating program and integrated circuit
WO2009075336A1 (en) * 2007-12-12 2009-06-18 National University Corporation Tokyo University Of Agriculture And Technology Information processor, communication card and information processing method
JP2020107231A (en) * 2018-12-28 2020-07-09 新井 敏夫 Terminal control program, user terminal and terminal control method
JP2020109706A (en) * 2020-04-02 2020-07-16 新井 敏夫 Advertisement display state monitoring program, advertisement display state monitoring program added server, terminal control program, user terminal, terminal control method, illegal program determining apparatus, and illegal program determining method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007145220A1 (en) * 2006-06-14 2007-12-21 Panasonic Corporation Device provided with rewritable circuit, updating system, updating method, updating program and integrated circuit
US8074284B2 (en) 2006-06-14 2011-12-06 Panasonic Corporation Device provided with rewritable circuit, updating system, updating method, updating program and integrated circuit
WO2009075336A1 (en) * 2007-12-12 2009-06-18 National University Corporation Tokyo University Of Agriculture And Technology Information processor, communication card and information processing method
JP2020107231A (en) * 2018-12-28 2020-07-09 新井 敏夫 Terminal control program, user terminal and terminal control method
JP2020109706A (en) * 2020-04-02 2020-07-16 新井 敏夫 Advertisement display state monitoring program, advertisement display state monitoring program added server, terminal control program, user terminal, terminal control method, illegal program determining apparatus, and illegal program determining method

Similar Documents

Publication Publication Date Title
CN1542588B (en) Computer system and method for accessing data under passive state
JP4304734B2 (en) REPRODUCTION DEVICE, DATA REPRODUCTION METHOD, AND RECORDING MEDIUM
US20040039575A1 (en) Host processing device using external storage medium
JP2002082919A (en) Information reading device and information output control method
JP2003295896A (en) Portable music reproducing device
RU2008100046A (en) PROCESS-CONTROLLED DEVICE WITH VARIOUS OPERATING MODES
JP2006129324A (en) Multimedia data format and reproducing apparatus
JP2004005098A (en) Information recording/reproducing system, music recording/reproducing system,music recording/reproducing unit, music recording/processing program and music recording method in music recording/reproducing system
US20050160069A1 (en) Method for processing a file for a sub-memory in a wireless terminal
US8301283B2 (en) Method for outputting audio-visual media contents on a mobile electronic device, and mobile electronic device
JP2009037320A (en) Information processor and control method for information processor
US7325119B2 (en) Data storage apparatus capable of storing data stored in external equipment
JP2007067949A (en) Image reproducing system image reproducing apparatus, imaging device and information processor
KR100558991B1 (en) Method for reverse-playing audio data in personal digital Assistant
JP2002312227A (en) Portable equipment
KR100537171B1 (en) Apparatus and method for saving battery using a flash memory in portable digital audio device
KR100700276B1 (en) Apparatus and method for rebuilding lost index information in multimedia player
JP2004240288A (en) Reproduction position control method and reproducing apparatus for same
KR100475056B1 (en) Method of Automatically Setting Equalizer
JP2008077271A (en) Electronic device having content storage function
KR100980171B1 (en) Method for playing digital information and apparatus for recording or playing digital information
KR20010069304A (en) Portable apparatus using volatile memory and method for keeping data thereby
JP2007019884A (en) Method of dc download for wireless digital content and its device
US20050165501A1 (en) Apparatus and method for the use of memory devices for audio
JP2006018869A (en) Reproducing device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080108