JP2008310484A - Electronic equipment and television receiver - Google Patents

Electronic equipment and television receiver Download PDF

Info

Publication number
JP2008310484A
JP2008310484A JP2007156283A JP2007156283A JP2008310484A JP 2008310484 A JP2008310484 A JP 2008310484A JP 2007156283 A JP2007156283 A JP 2007156283A JP 2007156283 A JP2007156283 A JP 2007156283A JP 2008310484 A JP2008310484 A JP 2008310484A
Authority
JP
Japan
Prior art keywords
memory
data
stored
program
read
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007156283A
Other languages
Japanese (ja)
Inventor
Takashi Suyama
剛史 須山
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.)
Funai Electric Co Ltd
Original Assignee
Funai Electric Co 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 Funai Electric Co Ltd filed Critical Funai Electric Co Ltd
Priority to JP2007156283A priority Critical patent/JP2008310484A/en
Publication of JP2008310484A publication Critical patent/JP2008310484A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide electronic equipment and a television receiver for efficiently using a storage capacity of a cache memory. <P>SOLUTION: This electronic equipment is provided with: a cache memory 18; a storage part 20 for storing an AP program 20b and data 20a; a main memory 19 for storing the AP program 20b and the data 20a read from the storage part 20; and a CPU 17 for executing a storage program 21a2 for storing the AP program 20b and the data 20a stored in the storage part 20 in the main memory 19. This electronic equipment is configured to read the AP program 20b stored in the storage part 20 from the storage part 20, and to directly store it in the main memory 19, and to read the data 20a stored in the storage part 20 from the storage part 20, and to copy it to the cache memory 18, and to read the data 20a from the cache memory 18, and to store it in the main memory 19. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、電子機器及びテレビジョン受信機に関する。   The present invention relates to an electronic device and a television receiver.

従来、HDD(Hard Disk Drive)などの記憶装置に記憶されたプログラムやデータを使用する際、当該プログラムやデータはキャッシュメモリを介してメインメモリに格納されるようになっている(例えば、特許文献1〜4参照)。すなわち、メインメモリに格納される全てのプログラムやデータは、キャッシュメモリにも格納されることになる。
特開2007−11523号公報 特開2007−11564号公報 特開2006−163801号公報 特開2002−297419号公報
Conventionally, when a program or data stored in a storage device such as an HDD (Hard Disk Drive) is used, the program or data is stored in a main memory via a cache memory (for example, patent literature). 1-4). That is, all programs and data stored in the main memory are also stored in the cache memory.
JP 2007-11523 A JP 2007-11564 A JP 2006-163801 A JP 2002-297419 A

しかしながら、従来のようにメインメモリに格納される全てのプログラムやデータをキャッシュメモリにも格納すると、キャッシュメモリの記憶容量が無駄に消費されてしまうという問題がある。   However, if all the programs and data stored in the main memory are stored in the cache memory as in the prior art, there is a problem that the storage capacity of the cache memory is wasted.

本発明の課題は、キャッシュメモリの記憶容量を効率よく使用できる電子機器及びテレビジョン受信機を提供することにある。   An object of the present invention is to provide an electronic device and a television receiver that can efficiently use the storage capacity of a cache memory.

上記課題を解決するために、請求項1に記載の発明は、
キャッシュメモリと、
アプリケーションプログラム及びデータを記憶する第1メモリと、
前記第1メモリから読み出されたアプリケーションプログラム及びデータが格納される第2メモリと、
前記第1メモリに記憶されたアプリケーションプログラム及びデータを、前記第2メモリに格納する格納手段と、を備え、
前記格納手段は、前記第1メモリに記憶されたアプリケーションプログラムを、当該第1メモリから読み出して直接前記第2メモリに格納し、前記第1メモリに記憶されたデータを、当該第1メモリから読み出して前記キャッシュメモリにコピーし、その後、当該キャッシュメモリから読み出して前記第2メモリに格納することを特徴とする。
In order to solve the above-mentioned problem, the invention described in claim 1
Cache memory,
A first memory for storing application programs and data;
A second memory for storing application programs and data read from the first memory;
Storage means for storing the application program and data stored in the first memory in the second memory;
The storage means reads the application program stored in the first memory from the first memory and stores it directly in the second memory, and reads the data stored in the first memory from the first memory. Copying to the cache memory, then reading from the cache memory and storing in the second memory.

請求項2に記載の発明は、
請求項1に記載の電子機器において、
前記格納手段は、前記第1メモリからデータを読み出す際にAPI(Application Program Interface)を利用し、前記第1メモリからアプリケーションプログラム又はデータを読み出す際、前記APIを利用しなかった場合は、前記第1メモリから読み出したものはアプリケーションプログラムであると判別し、前記APIを利用した場合は、前記第1メモリから読み出したものはデータであると判別することを特徴とする。
The invention described in claim 2
The electronic device according to claim 1,
The storage means uses an API (Application Program Interface) when reading data from the first memory, and when the API is not used when reading an application program or data from the first memory, It is determined that what is read from one memory is an application program, and when the API is used, it is determined that what is read from the first memory is data.

請求項3に記載の発明は、
キャッシュメモリと、
アプリケーションプログラム及びデータを記憶する第1メモリと、
前記第1メモリから読み出されたアプリケーションプログラム及びデータが格納される第2メモリと、
前記第1メモリに記憶されたアプリケーションプログラム及びデータを、前記第2メモリに格納する格納手段と、を備え、
前記格納手段は、前記第1メモリからデータを読み出す際にAPI(Application Program Interface)を利用し、前記第1メモリからアプリケーションプログラム又はデータを読み出す際、前記APIを利用しなかった場合は、前記第1メモリから読み出したものはアプリケーションプログラムであると判別して、直接前記第2メモリに格納し、前記APIを利用した場合は、前記第1メモリから読み出したものはデータであると判別して、前記キャッシュメモリにコピーし、その後、当該キャッシュメモリから読み出して前記第2メモリに格納することを特徴とする。
The invention described in claim 3
Cache memory,
A first memory for storing application programs and data;
A second memory for storing application programs and data read from the first memory;
Storage means for storing the application program and data stored in the first memory in the second memory;
The storage means uses an API (Application Program Interface) when reading data from the first memory, and when the API is not used when reading an application program or data from the first memory, It is determined that what is read from one memory is an application program, and is directly stored in the second memory. When the API is used, it is determined that what is read from the first memory is data, The data is copied to the cache memory, and then read from the cache memory and stored in the second memory.

本発明によれば、電子機器において、キャッシュメモリと、アプリケーションプログラム及びデータを記憶する第1メモリと、第1メモリから読み出されたアプリケーションプログラム及びデータが格納される第2メモリと、第1メモリに記憶されたアプリケーションプログラム及びデータを、第2メモリに格納する格納手段と、を備えている。そして、格納手段は、第1メモリに記憶されたアプリケーションプログラムを、当該第1メモリから読み出して直接第2メモリに格納し、第1メモリに記憶されたデータを、当該第1メモリから読み出してキャッシュメモリにコピーし、その後、当該キャッシュメモリから読み出して第2メモリに格納することができる。
したがって、第2メモリに格納されるアプリケーションプログラムはキャッシュメモリには格納されないため、第2メモリに格納される全てのプログラムやデータをキャッシュメモリにも格納する場合と比較して、キャッシュメモリの記憶容量を効率よく使用できる。
According to the present invention, in an electronic device, a cache memory, a first memory that stores application programs and data, a second memory that stores application programs and data read from the first memory, and a first memory Storage means for storing the application program and data stored in the second memory. The storage means reads the application program stored in the first memory from the first memory and stores it directly in the second memory, and reads the data stored in the first memory from the first memory and caches it. It can be copied to memory and then read from the cache memory and stored in the second memory.
Therefore, since the application program stored in the second memory is not stored in the cache memory, the storage capacity of the cache memory is compared with the case where all the programs and data stored in the second memory are also stored in the cache memory. Can be used efficiently.

以下、図を参照して、本発明にかかる電子機器としてのテレビジョン受信機1の最良の形態を詳細に説明する。なお、発明の範囲は、図示例に限定されない。   Hereinafter, the best mode of a television receiver 1 as an electronic apparatus according to the present invention will be described in detail with reference to the drawings. The scope of the invention is not limited to the illustrated example.

テレビジョン受信機1は、例えば、アンテナ11aを有するチューナ11と、信号復調部12と、データ分離部13と、デコード部14と、映像表示部15と、音声出力部16と、CPU(Central Processing Unit)17と、キャッシュメモリ18と、メインメモリ19と、記憶部20と、OS(Operating System)記憶部21と、などを備えて構成される。   The television receiver 1 includes, for example, a tuner 11 having an antenna 11a, a signal demodulation unit 12, a data separation unit 13, a decoding unit 14, a video display unit 15, an audio output unit 16, and a CPU (Central Processing). Unit) 17, cache memory 18, main memory 19, storage unit 20, OS (Operating System) storage unit 21, and the like.

チューナ11は、CPU17から入力される制御信号に従って、例えば、アンテナ11aにより受信されたテレビジョン放送波(例えば、デジタル方式のテレビジョン放送波)から、ユーザにより選択された一の番組のチャンネルに対応する周波数帯域に存在するテレビジョン放送信号を受信して、信号復調部12に出力する。   The tuner 11 corresponds to the channel of one program selected by the user from, for example, a television broadcast wave (for example, a digital television broadcast wave) received by the antenna 11a in accordance with a control signal input from the CPU 17. The television broadcast signal existing in the frequency band to be received is received and output to the signal demodulator 12.

また、チューナ11は、CPU17から入力される制御信号に従って、例えば、アンテナ11aにより受信されたテレビジョン放送波から、EPG(Electronic Program Guide)データ等を取得して、記憶部20に出力する。   In addition, the tuner 11 acquires EPG (Electronic Program Guide) data and the like from a television broadcast wave received by the antenna 11 a in accordance with a control signal input from the CPU 17, and outputs it to the storage unit 20.

信号復調部12は、CPU17から入力される制御信号に従って、例えば、チューナ11から入力されたテレビジョン放送信号に対してデジタル復調や誤り訂正などの所定の処理を施して、データ分離部13に出力する。   The signal demodulator 12 performs predetermined processing such as digital demodulation and error correction on the television broadcast signal input from the tuner 11 according to the control signal input from the CPU 17, and outputs it to the data separator 13. To do.

データ分離部13は、CPU17から入力される制御信号に従って、信号復調部12から入力されたテレビジョン放送信号を、映像データと、音声データと、などに分離して、デコード部14に出力する。   The data separator 13 separates the television broadcast signal input from the signal demodulator 12 into video data, audio data, and the like according to the control signal input from the CPU 17 and outputs the video data to the decoder 14.

デコード部14は、CPU17から入力される制御信号に従って、データ分離部13から入力された映像データにデコード等の所定の処理を施して、映像表示部15に出力するとともに、データ分離部13から入力された音声データにデコード等の所定の処理を施して、音声出力部16に出力する。   The decoding unit 14 performs predetermined processing such as decoding on the video data input from the data separation unit 13 in accordance with a control signal input from the CPU 17, outputs the processed data to the video display unit 15, and inputs from the data separation unit 13. The audio data is subjected to predetermined processing such as decoding, and is output to the audio output unit 16.

映像表示部15は、例えば、映像表示機器等であり、例えば、デコード部14から入力された映像データに基づく映像を表示する。   The video display unit 15 is, for example, a video display device or the like, and displays a video based on the video data input from the decoding unit 14, for example.

音声出力部16は、例えば、スピーカ機器等であり、例えば、デコード部14から入力された音声データに基づく音声を出力する。   The audio output unit 16 is, for example, a speaker device, and outputs audio based on the audio data input from the decoding unit 14, for example.

CPU17は、例えば、記憶部20やOS記憶部21に記憶されたテレビジョン受信機1用の各種プログラムに従って各種の制御動作を行う。   For example, the CPU 17 performs various control operations according to various programs for the television receiver 1 stored in the storage unit 20 or the OS storage unit 21.

キャッシュメモリ18は、例えば、メインメモリ19よりも高速アクセス可能なメモリであり、例えば、入力データやCPU17によってプログラムが実行される際に生じる処理結果などを格納するデータ格納領域などを備えている。
具体的には、キャッシュメモリ18のデータ格納領域には、例えば、図2に示すように、記憶部20から読み出されたデータ20aが格納される。
The cache memory 18 is, for example, a memory that can be accessed at a higher speed than the main memory 19, and includes, for example, a data storage area for storing input data and processing results generated when the program is executed by the CPU 17.
Specifically, the data storage area of the cache memory 18 stores, for example, data 20a read from the storage unit 20, as shown in FIG.

メインメモリ19は、例えば、RAM(Random Access Memory)であり、例えば、第2メモリとして、CPU17によって実行されるプログラムを展開するためのプログラム格納領域や、入力データやCPU17によってプログラムが実行される際に生じる処理結果などを格納するデータ格納領域などを備えている。
具体的には、メインメモリ19のプログラム格納領域には、例えば、OS記憶部21から読み出されたOSプログラム21aや、例えば、図2に示すように、記憶部20から読み出されたアプリケーションプログラム20b(以下、「APプログラム20b」という)などが格納される。
また、メインメモリ19のデータ格納領域には、例えば、図2に示すように、キャッシュメモリ18を介して、記憶部20から読み出されたデータ20aが格納される。
The main memory 19 is, for example, a RAM (Random Access Memory). For example, as the second memory, a program storage area for developing a program executed by the CPU 17, input data, or when the program is executed by the CPU 17. And a data storage area for storing processing results generated in
Specifically, in the program storage area of the main memory 19, for example, the OS program 21a read from the OS storage unit 21, or the application program read from the storage unit 20 as shown in FIG. 20b (hereinafter referred to as “AP program 20b”) and the like are stored.
Further, in the data storage area of the main memory 19, for example, as shown in FIG. 2, data 20 a read from the storage unit 20 is stored via the cache memory 18.

記憶部20は、例えば、EEPROM(Electronically Erasable and Programmable Read Only Memory)のような読み書き可能な記憶装置等であり、例えば、第1メモリとして、例えば、図1及び図2に示すように、1又は複数のデータ20aと、1又は複数のAPプログラム20bと、などを記憶している。
具体的には、データ20aは、例えば、チューナ11から入力されたEPGデータなどである。
また、APプログラム20bは、例えば、当該EPGデータを映像表示部15に表示させる機能をCPU17に実現させるためのプログラムなどである。
The storage unit 20 is, for example, a readable / writable storage device such as an EEPROM (Electronically Erasable and Programmable Read Only Memory). For example, as the first memory, for example, as shown in FIG. 1 and FIG. A plurality of data 20a, one or a plurality of AP programs 20b, and the like are stored.
Specifically, the data 20a is, for example, EPG data input from the tuner 11.
The AP program 20b is, for example, a program for causing the CPU 17 to realize a function of displaying the EPG data on the video display unit 15.

OS記憶部21は、例えば、読み書き可能な記憶装置等であり、例えば、図1に示すように、OSプログラム21aなどを記憶している。   The OS storage unit 21 is, for example, a readable / writable storage device, and stores, for example, an OS program 21a as shown in FIG.

OSプログラム21aは、例えば、テレビジョン受信機1のオペレーティングシステムとしての機能を、CPU17に実現させるためのプログラムである。
OSプログラム21aは、例えば、ファイルシステムプログラム21a1(以下、「FSプログラム21a1」という)と、格納プログラム21a2と、などを含んでいる。
The OS program 21a is a program for causing the CPU 17 to realize a function as an operating system of the television receiver 1, for example.
The OS program 21a includes, for example, a file system program 21a1 (hereinafter referred to as “FS program 21a1”), a storage program 21a2, and the like.

FSプログラム21a1は、例えば、テレビジョン受信機1内の記憶装置に記憶されたファイルを管理するファイルシステムとしての機能を、CPU17に実現させる。
具体的には、ファイルシステムは、例えば、図2に示すように、記憶部20に記憶されたデータ20aやAPプログラム20bなどを管理している。
For example, the FS program 21a1 causes the CPU 17 to realize a function as a file system for managing files stored in the storage device in the television receiver 1.
Specifically, the file system manages, for example, data 20a and AP program 20b stored in the storage unit 20, as shown in FIG.

格納プログラム21a2は、例えば、記憶部20に記憶されたAPプログラム20b及びデータ20aを、メインメモリ19に格納する機能を、CPU17に実現させる。   For example, the storage program 21 a 2 causes the CPU 17 to realize a function of storing the AP program 20 b and the data 20 a stored in the storage unit 20 in the main memory 19.

具体的には、CPU17は、例えば、図2に示すように、記憶部20に記憶されたAPプログラム20bを、記憶部20から読み出して直接メインメモリ19のプログラム格納領域19bに格納し、記憶部20に記憶されたデータ20aを、記憶部20から読み出してキャッシュメモリ18のデータ格納領域にコピーし、その後、キャッシュメモリ18から読み出してメインメモリ19のデータ格納領域に格納する。   Specifically, for example, as shown in FIG. 2, the CPU 17 reads the AP program 20 b stored in the storage unit 20 from the storage unit 20 and directly stores it in the program storage area 19 b of the main memory 19. The data 20 a stored in the memory 20 is read from the storage unit 20 and copied to the data storage area of the cache memory 18, and then read from the cache memory 18 and stored in the data storage area of the main memory 19.

ここで、CPU17は、例えば、記憶部20からデータ20aを読み出す際にAPI(Application Program Interface)を利用するようになっており、APIを利用したか否かを、キャッシュメモリ18を介してメインメモリ19に格納するか否かのトリガーとしている。
すなわち、CPU17は、例えば、記憶部20からデータ20a又はアプリケーションプログラム20bを読み出す際、APIを利用しなかった場合は、記憶部20から読み出したものはAPプログラム20bであると判別して、直接メインメモリ19に格納するようになっている。一方、CPU17は、例えば、記憶部20からデータ20a又はアプリケーションプログラム20bを読み出す際、APIを利用した場合は、記憶部20から読み出したものはデータ20aであると判別して、キャッシュメモリ18にコピーし、その後、キャッシュメモリ18から読み出してメインメモリ19に格納するようになっている。
CPU17は、かかる格納プログラム21a2を実行することによって、格納手段として機能する。
Here, for example, the CPU 17 uses an API (Application Program Interface) when reading the data 20 a from the storage unit 20, and determines whether or not the API is used via the cache memory 18. 19 is a trigger for determining whether or not to store.
That is, for example, when the API is not used when reading the data 20a or the application program 20b from the storage unit 20, the CPU 17 determines that the one read from the storage unit 20 is the AP program 20b and directly selects the main program. It is stored in the memory 19. On the other hand, for example, when the API is used when reading the data 20a or the application program 20b from the storage unit 20, the CPU 17 determines that the data read from the storage unit 20 is the data 20a and copies it to the cache memory 18. Thereafter, the data is read from the cache memory 18 and stored in the main memory 19.
The CPU 17 functions as a storage unit by executing the storage program 21a2.

以上説明した本発明のテレビジョン受信機1によれば、キャッシュメモリ18と、APプログラム20b及びデータ20aを記憶する記憶部20と、記憶部20から読み出されたAPプログラム20b及びデータ20aが格納されるメインメモリ19と、記憶部20に記憶されたAPプログラム20b及び20aデータを、メインメモリ19に格納する格納プログラム21a2を実行したCPU17と、を備えている。そして、格納プログラム21a2を実行したCPU17は、記憶部20に記憶されたAPプログラム20bを、記憶部20から読み出して直接メインメモリ19に格納し、記憶部20に記憶されたデータ20aを、記憶部20から読み出してキャッシュメモリ18にコピーし、その後、キャッシュメモリ18から読み出してメインメモリ19に格納するようになっている。
したがって、メインメモリ19に格納されるAPプログラム20bはキャッシュメモリ18には格納されないため、メインメモリ19に格納される全てのプログラムやデータをキャッシュメモリ18にも格納する場合と比較して、キャッシュメモリ18の記憶容量を効率よく使用できる。
According to the television receiver 1 of the present invention described above, the cache memory 18, the storage unit 20 that stores the AP program 20b and the data 20a, and the AP program 20b and data 20a read from the storage unit 20 are stored. The main memory 19 and the CPU 17 that executes the storage program 21a2 for storing the AP programs 20b and 20a data stored in the storage unit 20 in the main memory 19 are provided. Then, the CPU 17 that has executed the storage program 21a2 reads the AP program 20b stored in the storage unit 20 from the storage unit 20 and directly stores it in the main memory 19, and stores the data 20a stored in the storage unit 20 as the storage unit. The data is read from 20 and copied to the cache memory 18, and then read from the cache memory 18 and stored in the main memory 19.
Therefore, since the AP program 20b stored in the main memory 19 is not stored in the cache memory 18, the cache memory is compared with a case where all programs and data stored in the main memory 19 are also stored in the cache memory 18. Eighteen storage capacities can be used efficiently.

さらに、本発明のテレビジョン受信機1によれば、格納プログラム21a2を実行したCPU17は、記憶部20からデータを読み出す際にAPI(Application Program Interface)を利用し、記憶部20からアプリケーションプログラム20b又はデータ20aを読み出す際、当該APIを利用しなかった場合は、記憶部20から読み出したものはAPプログラム20bであると判別し、当該APIを利用した場合は、記憶部20から読み出したものはデータ20aであると判別するようになっている。
すなわち、APIを利用したか否かを、キャッシュメモリ18を介してメインメモリ19に格納するか否かのトリガーとすることができる。
Furthermore, according to the television receiver 1 of the present invention, the CPU 17 that has executed the storage program 21a2 uses an API (Application Program Interface) when reading data from the storage unit 20, and the application program 20b or When reading the data 20a, if the API is not used, it is determined that the data read from the storage unit 20 is the AP program 20b. If the API is used, the data read from the storage unit 20 is data. It is determined that it is 20a.
In other words, whether or not the API is used can be used as a trigger for whether or not to store in the main memory 19 via the cache memory 18.

なお、本発明は、上記した実施の形態のものに限るものではなく、その要旨を逸脱しない範囲で適宜変更可能である。   The present invention is not limited to the above-described embodiment, and can be appropriately changed without departing from the gist thereof.

電子機器は、テレビジョン受信機1の限りではなく、キャッシュメモリ18を備える電子機器であれば任意であり、例えば、DVDレコーダやHDDレコーダなどであってもよい。   The electronic device is not limited to the television receiver 1 and may be any electronic device including the cache memory 18, and may be, for example, a DVD recorder or an HDD recorder.

CPU17とキャッシュメモリ18は、別体の限りではなく、一体であってもよい。   The CPU 17 and the cache memory 18 are not limited to separate units, and may be integrated.

APプログラム20bを、キャッシュメモリ18を介さずにメインメモリ19に格納するようにしたが、APプログラム20bの中でもキャッシュメモリ18に格納しておく方が好ましいものを予め識別しておくことにより、キャッシュメモリ18に格納しておく方が好ましいAPプログラム20bをキャッシュメモリ18を介してメインメモリ19に格納するようにしてもよい。
また、データ20aを、キャッシュメモリ18を介してメインメモリ19に格納するようにしたが、データ20aの中でもキャッシュメモリ18に格納する必要がないものを予め識別しておくことにより、キャッシュメモリ18に格納しておく必要がないデータ20aをキャッシュメモリ18を介さずにメインメモリ19に格納するようにしてもよい。
The AP program 20b is stored in the main memory 19 without going through the cache memory 18. However, by identifying the AP program 20b that is preferably stored in the cache memory 18 in advance, The AP program 20 b that is preferably stored in the memory 18 may be stored in the main memory 19 via the cache memory 18.
Further, the data 20a is stored in the main memory 19 via the cache memory 18. However, by identifying in advance the data 20a that does not need to be stored in the cache memory 18, the cache memory 18 is stored. Data 20 a that does not need to be stored may be stored in the main memory 19 without going through the cache memory 18.

本発明にかかるテレビジョン受信機の機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the television receiver concerning this invention. 記憶部から読み出されたデータ及びAPプログラムをメインメモリに格納する際の経路を説明するための図である。It is a figure for demonstrating the path | route at the time of storing the data and AP program which were read from the memory | storage part in the main memory.

符号の説明Explanation of symbols

1 テレビジョン受信機(電子機器)
17 CPU(格納手段)
19 メインメモリ(第2メモリ)
20 記憶部(第1メモリ)
20a データ
20b APプログラム(アプリケーションプログラム)
21a2 格納プログラム(格納手段)
18 キャッシュメモリ
1 Television receiver (electronic equipment)
17 CPU (storage means)
19 Main memory (second memory)
20 storage unit (first memory)
20a Data 20b AP program (application program)
21a2 Stored program (storage means)
18 Cache memory

Claims (3)

キャッシュメモリと、
アプリケーションプログラム及びデータを記憶する第1メモリと、
前記第1メモリから読み出されたアプリケーションプログラム及びデータが格納される第2メモリと、
前記第1メモリに記憶されたアプリケーションプログラム及びデータを、前記第2メモリに格納する格納手段と、を備え、
前記格納手段は、前記第1メモリに記憶されたアプリケーションプログラムを、当該第1メモリから読み出して直接前記第2メモリに格納し、前記第1メモリに記憶されたデータを、当該第1メモリから読み出して前記キャッシュメモリにコピーし、その後、当該キャッシュメモリから読み出して前記第2メモリに格納することを特徴とする電子機器。
Cache memory,
A first memory for storing application programs and data;
A second memory for storing application programs and data read from the first memory;
Storage means for storing the application program and data stored in the first memory in the second memory;
The storage means reads the application program stored in the first memory from the first memory and stores it directly in the second memory, and reads the data stored in the first memory from the first memory. Copying to the cache memory, and then reading from the cache memory and storing in the second memory.
請求項1に記載の電子機器において、
前記格納手段は、前記第1メモリからデータを読み出す際にAPI(Application Program Interface)を利用し、前記第1メモリからアプリケーションプログラム又はデータを読み出す際、前記APIを利用しなかった場合は、前記第1メモリから読み出したものはアプリケーションプログラムであると判別し、前記APIを利用した場合は、前記第1メモリから読み出したものはデータであると判別することを特徴とする電子機器。
The electronic device according to claim 1,
The storage means uses an API (Application Program Interface) when reading data from the first memory, and when the API is not used when reading an application program or data from the first memory, An electronic apparatus that determines that what is read from one memory is an application program, and determines that what is read from the first memory is data when the API is used.
キャッシュメモリと、
アプリケーションプログラム及びデータを記憶する第1メモリと、
前記第1メモリから読み出されたアプリケーションプログラム及びデータが格納される第2メモリと、
前記第1メモリに記憶されたアプリケーションプログラム及びデータを、前記第2メモリに格納する格納手段と、を備え、
前記格納手段は、前記第1メモリからデータを読み出す際にAPI(Application Program Interface)を利用し、前記第1メモリからアプリケーションプログラム又はデータを読み出す際、前記APIを利用しなかった場合は、前記第1メモリから読み出したものはアプリケーションプログラムであると判別して、直接前記第2メモリに格納し、前記APIを利用した場合は、前記第1メモリから読み出したものはデータであると判別して、前記キャッシュメモリにコピーし、その後、当該キャッシュメモリから読み出して前記第2メモリに格納することを特徴とするテレビジョン受信機。
Cache memory,
A first memory for storing application programs and data;
A second memory for storing application programs and data read from the first memory;
Storage means for storing the application program and data stored in the first memory in the second memory;
The storage means uses an API (Application Program Interface) when reading data from the first memory, and when the API is not used when reading an application program or data from the first memory, the storage means It is determined that what is read from one memory is an application program, and is directly stored in the second memory. When the API is used, it is determined that what is read from the first memory is data, A television receiver which is copied to the cache memory, and thereafter read from the cache memory and stored in the second memory.
JP2007156283A 2007-06-13 2007-06-13 Electronic equipment and television receiver Pending JP2008310484A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007156283A JP2008310484A (en) 2007-06-13 2007-06-13 Electronic equipment and television receiver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007156283A JP2008310484A (en) 2007-06-13 2007-06-13 Electronic equipment and television receiver

Publications (1)

Publication Number Publication Date
JP2008310484A true JP2008310484A (en) 2008-12-25

Family

ID=40238045

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007156283A Pending JP2008310484A (en) 2007-06-13 2007-06-13 Electronic equipment and television receiver

Country Status (1)

Country Link
JP (1) JP2008310484A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015141430A (en) * 2014-01-27 2015-08-03 京セラドキュメントソリューションズ株式会社 Information processor and information processing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015141430A (en) * 2014-01-27 2015-08-03 京セラドキュメントソリューションズ株式会社 Information processor and information processing method

Similar Documents

Publication Publication Date Title
US8942549B2 (en) Resume point for digital media playback
RU2007143552A (en) DEVICE AND METHOD FOR PROCESSING AN ENCRYPTED DATA FLOW
JP2007522595A5 (en)
JP2008301215A (en) Stored program controller and control method
US9667825B2 (en) Information processing apparatus, method for controlling the information processing apparatus, and recording medium
JP2008085851A (en) Content writing apparatus
JP2008310484A (en) Electronic equipment and television receiver
US9542398B2 (en) Electronic apparatus
JP2007096575A (en) Recording device
US20140079370A1 (en) Digital video converter and method for reading and writing video stream
EP3522525A1 (en) Method and apparatus for processing video playing
CN106572140B (en) Media file playing method and terminal equipment
US20150296259A1 (en) Electronic apparatus and content playing method thereof
JP2011175717A (en) Content recording system
US20130185464A1 (en) Electronic apparatus, data transfer control method, and program
JP5452125B2 (en) Data processing apparatus and data processing method
JP2008258720A (en) Broadcast recording device and broadcast recording method
US20140123201A1 (en) Apparatus for receiving broadcast and method of managing file used for time shift
JP2007006350A (en) Hard disk recorder
JP5043405B2 (en) Content display device and method for controlling content display device
JP2008140487A (en) Recording and reproducing device
JPWO2017208377A1 (en) Log data acquisition apparatus and log data acquisition method
JP2011100342A (en) Video information display controller and video information display control method
EP2725785A2 (en) Broadcast receiving apparatus for providing a time shift function and method thereof
JP2010021717A (en) Software analysis system of digital broadcast receiver