JP2001056728A - Computer system and control method for program and moving image reproducing processing in the system - Google Patents

Computer system and control method for program and moving image reproducing processing in the system

Info

Publication number
JP2001056728A
JP2001056728A JP11232824A JP23282499A JP2001056728A JP 2001056728 A JP2001056728 A JP 2001056728A JP 11232824 A JP11232824 A JP 11232824A JP 23282499 A JP23282499 A JP 23282499A JP 2001056728 A JP2001056728 A JP 2001056728A
Authority
JP
Japan
Prior art keywords
moving image
window
hidden
reproducing
data
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
JP11232824A
Other languages
Japanese (ja)
Inventor
Hiroyuki Oka
弘幸 岡
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP11232824A priority Critical patent/JP2001056728A/en
Publication of JP2001056728A publication Critical patent/JP2001056728A/en
Pending legal-status Critical Current

Links

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To effectively utilize a computer resource such as CPU or memory by controlling a running state of a program or moving image reproducing processing corresponding to the state of a window. SOLUTION: When it is detected by a display state monitoring part 129 at least one part of a moving image reproducing window is hidden by the window of another application program(AP) or the like, a manager 121 of a moving image reproducing AP 12 performs control such as the image data of the hidden part are not transferred to a VRAM 21 (1), the video data of the hidden part are not decoded (2), the decoded audio data are down sampled and a data size is reduced (3) and only audio is reproduced by decoding only the audio without decoding the image data (video and sub-picture) (4) so that load of the CPU can be reduced.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はウインドウシステム
が搭載されたコンピュータシステムおよび同コンピュー
タシステムにおけるプログラムおよび動画再生処理の制
御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system equipped with a window system and a method for controlling a program and a moving image reproducing process in the computer system.

【0002】[0002]

【従来の技術】近年、コンピュータおよびマルチメディ
ア技術の発達に伴い、いわゆるマルチメディア対応のパ
ーソナルコンピュータが種々開発されている。この種の
パーソナルコンピュータには、テキストデータやグラフ
ィックスデータの再生の他、DVDメディアなどに記録
された動画像データを再生するための機能が設けられて
いる。
2. Description of the Related Art In recent years, with the development of computers and multimedia technology, various personal computers compatible with multimedia have been developed. This type of personal computer is provided with a function for reproducing moving image data recorded on a DVD medium or the like, in addition to reproducing text data and graphics data.

【0003】DVDに記録された動画像データはMPE
G2によって符号化されている。この動画像データをパ
ーソナルコンピュータ上で再生する場合には、動画再生
用アプリケーションプログラムの制御の下、まず、DV
Dドライブ装置からパーソナルコンピュータの主記憶に
動画データの符号化ストリームが読み込まれ、そしてそ
れがソフトウェアまたはハードウェアによって実現され
ているMPEG2デコーダに転送される。MPEG2デ
コーダでは、符号化ストリームを伸張するためのデコー
ド処理が行われる。デコードされた動画データは、OS
やアプリケーションプログラムによって提供される通常
のグラフィクスデータと同様に、画像メモリに一旦書き
込まれた後に、ディスプレイモニタ上に表示される。
[0003] The moving image data recorded on the DVD is MPE.
G2. When reproducing this moving image data on a personal computer, first, under the control of a moving image reproducing application program, a DV
The encoded stream of the moving image data is read from the D drive device into the main memory of the personal computer, and is transferred to an MPEG2 decoder realized by software or hardware. In the MPEG2 decoder, a decoding process for expanding the encoded stream is performed. The decoded video data is stored in the OS
As in the case of ordinary graphics data provided by an application program or the like, the data is once written in an image memory and then displayed on a display monitor.

【0004】ウインドウシステムを搭載したパーソナル
コンピュータにおいては、アプリケーションプログラム
毎にウインドウが割り当てられる。動画データについて
も動画再生用のウインドウが割り当てられ、デコードさ
れた動画データはその動画再生用ウインドウ上に表示さ
れる。
In a personal computer equipped with a window system, a window is allocated for each application program. A moving image playback window is also assigned to the moving image data, and the decoded moving image data is displayed on the moving image playback window.

【0005】[0005]

【発明が解決しようとする課題】しかし、従来では、動
画再生用アプリケーションプログラムが一旦起動された
後は、動画再生用ウインドウの一部または全体が他のア
プリケーションプログラムのウインドウによって隠され
た場合等においても、動画再生のための処理は通常通り
行われていた。このため、ユーザからは見えない部分の
再生にかかる処理によってCPU資源やメモリ資源が無
駄に使用されるという問題があった。
However, in the related art, once a moving image reproducing application program is started, a part or the whole of the moving image reproducing window is hidden by another application program window. However, the processing for reproducing the moving image was performed as usual. For this reason, there has been a problem in that CPU resources and memory resources are wasted by processing for reproducing a portion that is invisible to the user.

【0006】特に、ソフトウェアによって動画像データ
のデコード処理を行う場合には、そのデコード処理に多
くのCPU資源およびメモリ資源が必要とされるので、
ユーザからは見えない部分の再生にかかる処理について
も、それによる資源の使用量は膨大なものとなる。この
ため、動画再生用アプリケーションプログラム以外の他
のアプリケーションプログラム等に割り当てることが可
能なCPUの能力は大幅に制限されてしまうことにな
る。
In particular, when moving image data is decoded by software, a large amount of CPU resources and memory resources are required for the decoding process.
As for the processing for reproducing the part invisible to the user, the amount of resources used thereby becomes enormous. For this reason, the capacity of the CPU that can be assigned to other application programs other than the moving image reproduction application program is greatly limited.

【0007】本発明は上述の事情に鑑みてなされたもの
であり、プログラムの実行状態や動画再生処理をウイン
ドウの状態に応じて制御できるようにし、CPUやメモ
リなどのコンピュータ資源を有効活用することが可能な
コンピュータシステムおよび同システムにおけるプログ
ラムおよび動画再生処理の制御方法を提供することを目
的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and has an object to control the execution state of a program and a moving image reproduction process in accordance with the state of a window, and to make effective use of computer resources such as a CPU and a memory. It is an object of the present invention to provide a computer system capable of performing the above and a control method of a program and a moving image reproduction process in the computer system.

【0008】[0008]

【課題を解決するための手段】上述の課題を解決するた
め、本発明は、ウインドウシステムが搭載されたコンピ
ュータシステムであって、アプリケーションプログラム
のウインドウの少なくとも一部が他のウインドウによっ
て隠されているか否かを検出する検出手段と、前記検出
手段によって前記アプリケーションプログラムのウイン
ドウの少なくとも一部が隠されていることが検出された
場合には、前記アプリケーションプログラムによって実
行される処理の少なくとも一部が省略されるように前記
アプリケーションプログラム自体の動作状態を制御する
動作状態制御手段とを具備することを特徴とする。
In order to solve the above-mentioned problems, the present invention relates to a computer system equipped with a window system, wherein at least a part of a window of an application program is hidden by another window. Detecting means for detecting whether or not at least a part of a window of the application program is hidden by the detecting means, at least a part of processing executed by the application program is omitted Operation state control means for controlling the operation state of the application program itself.

【0009】このコンピュータシステムにおいては、ア
プリケーションプログラムのウインドウが他のウインド
ウによって隠されている場合には、そのアプリケーショ
ンプログラムによって実行される処理の少なくとも一部
が省略される。したがって、動画再生用アプリケーショ
ンプログラムの動作再生用ウインドウが他のアプリケー
ションプログラムのウインドウによって隠されている場
合には、動作再生処理の一部を省略することにより、他
のアプリケーションプログラムにより多くの資源を割り
当てることが可能となる。
In this computer system, when a window of an application program is hidden by another window, at least a part of a process executed by the application program is omitted. Therefore, when the operation reproduction window of the moving image reproduction application program is hidden by the window of the other application program, a part of the operation reproduction process is omitted, so that more resources are allocated to the other application program. It becomes possible.

【0010】特に、隠されている部分の動画像データに
ついては、画像メモリへの転送処理を省略することによ
り、ユーザからは見ることができない領域についての無
駄なデータ転送量を減らすことが可能となる。
[0010] In particular, for the moving image data of the hidden part, by omitting the transfer processing to the image memory, it is possible to reduce the amount of unnecessary data transfer in an area that cannot be seen by the user. Become.

【0011】また、動画像データのデコード処理をソフ
トウェアによって行う場合には、隠されている部分の動
画像データのデコード処理を省略することが好ましい。
これにより、多くの資源を動画像データ再生処理から解
放することが可能となる。
If the decoding of the moving image data is performed by software, it is preferable to omit the decoding of the moving image data in the hidden portion.
As a result, many resources can be released from the moving image data reproduction processing.

【0012】また、音声データと動画像データとが多重
化された符号化ストリームをデコードして再生するシス
テムにおいては、他のウインドウによって動画再生ウイ
ンドウの少なくとも一部が隠されている場合には、デコ
ードされた音声データをダウンサンプリングすることに
よって再生すべき音声データのデータ量を低減したり、
あるいは、ユーザが動画データを見ていないと判断し
て、動画データのデコードを省略して、音声データだけ
を再生するといった制御を行うことが好ましい。
In a system for decoding and reproducing an encoded stream in which audio data and moving image data are multiplexed, if at least a part of a moving image reproduction window is hidden by another window, By downsampling the decoded audio data, the amount of audio data to be reproduced can be reduced,
Alternatively, it is preferable to determine that the user has not watched the moving image data, omit decoding of the moving image data, and perform control such that only the audio data is reproduced.

【0013】[0013]

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

【0014】図1には、本発明の一実施形態に係るコン
ピュータシステムのソフトウェアとハードウェアの構成
が示されている。このコンピュータシステムは、アプリ
ケーションプログラム毎にウインドウを割り当てるとい
うウインドウシステムが搭載されたパーソナルコンピュ
ータ(PC)である。このパーソナルコンピュータ(P
C)11においては、符号化された動画データのデコー
ドおよび再生処理は動画再生アプリケーションプログラ
ム12によって実行・制御される。
FIG. 1 shows a software and hardware configuration of a computer system according to an embodiment of the present invention. This computer system is a personal computer (PC) equipped with a window system that assigns a window to each application program. This personal computer (P
In C) 11, the decoding and reproduction processing of the encoded moving image data is executed and controlled by the moving image reproduction application program 12.

【0015】この動画再生アプリケーションプログラム
12には、他のアプリケーションプログラムと同様に、
オペレーティングシステム(OS)13のウインドウマ
ネージャ131によって1つのウインドウ(動画再生ウ
インドウ)が割り当てられる。ウインドウマネージャ1
31は各アプリケーションプログラムにウインドウを割
り当てる。このウインドウマネージャ131によるウイ
ンドウ制御機能により、PC11のデスクトップ画面上
には複数のアプリケーションプログラムのウインドウを
同時に表示することができる。
This moving image reproduction application program 12 has, like other application programs,
One window (moving image playback window) is allocated by the window manager 131 of the operating system (OS) 13. Window manager 1
Reference numeral 31 assigns a window to each application program. By the window control function of the window manager 131, windows of a plurality of application programs can be displayed on the desktop screen of the PC 11 at the same time.

【0016】また、PC11には、動画および音声など
のマルチメディアデータを再生するために必要な主なハ
ードウェアとして、DVDドライブ17、サウンドコー
トローラ18、オーディオアンプ19、VGAコントロ
ーラ20、およびビデオRAM(VRAM)21などが
設けられている。
The PC 11 includes a DVD drive 17, a sound coat roller 18, an audio amplifier 19, a VGA controller 20, and a video RAM as main hardware necessary for reproducing multimedia data such as moving images and sounds. (VRAM) 21 and the like.

【0017】DVDドライブ17はDVDメディアやC
D−ROMメディアなどをアクセスするためのものであ
り、このDVDドライブ17からのDVDビデオタイト
ルの読み出しはファイルドライバ14を介して行われ
る。DVDメディアには、例えば、片面で135分程度
の映画を記録させることができる。この映画の情報に
は、主映像となる動画像データ(ビデオ)、16チャネ
ルまでの副映像データ(サブピクチャ)、および32チ
ャネルまでの音声データ(オーディオ)を含ませること
ができる。
The DVD drive 17 stores DVD media or C
This is for accessing a D-ROM medium or the like, and reading of a DVD video title from the DVD drive 17 is performed via the file driver 14. On a DVD medium, for example, a movie of about 135 minutes on one side can be recorded. The movie information can include moving picture data (video) as a main picture, sub-picture data (sub-picture) up to 16 channels, and audio data (audio) up to 32 channels.

【0018】この場合、これらビデオ、サブピクチャ、
およびオーディオはそれぞれMPEG2規格でデジタル
圧縮符号化されて記録されている。MPEG2規格で
は、MPEG2で符号化されたデータに、他の符号化デ
ータを含ませることがことができ、それら符号化データ
は1本のMPEG2プログラムストリームとして扱われ
る。
In this case, these videos, sub-pictures,
The audio and the audio are recorded after being digitally compressed and encoded according to the MPEG2 standard. According to the MPEG2 standard, other encoded data can be included in data encoded by MPEG2, and the encoded data is treated as one MPEG2 program stream.

【0019】ビデオの符号化にはMPEG2を使用し、
サブピクチャおよびオーディオの符号化にはそれぞれラ
ンレングス符号化およびDOLBY AC3が使用され
る。この場合でも、それら符号化されたビデオ、サブピ
クチャ、およびオーディオは、1本のMPEG2プログ
ラムストリームとして扱われる。
MPEG2 is used for video encoding.
Run-length coding and DOLBY AC3 are used for sub-picture and audio coding, respectively. Even in this case, the encoded video, sub-picture, and audio are treated as one MPEG2 program stream.

【0020】動画再生アプリケーションプログラム12
によってデコードされたビデオおよびサブピクチャは、
OS13およびディスプレイドライバ16を介してVR
AM21に転送され、そのVRAM21上に設けられた
動画表示用のエリア(オフスクリーンサーフェイス)に
書き込まれる。VGAコントローラ20はディスプレイ
モニタ22を制御するためのものであり、VRAM21
から表示データを読み出してディスプレイモニタ22に
表示する。オフスクリーンサーフェイスに書き込まれた
ビデオおよびサブピクチャについては、ウインドウマネ
ージャ131によって動画再生アプリケーションプログ
ラム12に割り当てられた動画再生ウインドウ上に表示
される。
Moving picture reproduction application program 12
The video and subpictures decoded by
VR via the OS 13 and the display driver 16
The data is transferred to the AM 21 and is written to a moving image display area (off-screen surface) provided on the VRAM 21. The VGA controller 20 is for controlling the display monitor 22 and has a VRAM 21
And display the data on the display monitor 22. The video and sub-picture written on the off-screen surface are displayed on the moving image reproduction window assigned to the moving image reproduction application program 12 by the window manager 131.

【0021】動画再生アプリケーションプログラム12
によってデコードされたオーディオデータは、OS13
およびサウンドドライバ18を通じてサウンドコントロ
ーラ18に送られる。そして、他のオーディオデータと
同様に、サウンドコントローラ18およびオーディオコ
ントローラ19によってスピーカから再生される。
Moving image reproduction application program 12
The audio data decoded by the OS 13
And to the sound controller 18 through the sound driver 18. Then, like the other audio data, the sound data is reproduced from the speaker by the sound controller 18 and the audio controller 19.

【0022】動画再生アプリケーションプログラム12
は、動画再生ウインドウが他のアプリケーションプログ
ラム等のウインドウによって隠されているか否かに応じ
て、動的にその再生制御処理の実行状態を変更する機能
を有している。すなわち、動画再生ウインドウが他のア
プリケーションプログラム等のウインドウによって隠さ
れている場合には、再生制御処理の一部が自動的に省略
される。これにより、他のアプリケーションプログラム
等に割り当てることが可能なPC11のCPU資源やメ
モリ資源を増やすことが可能となる。
Moving image reproduction application program 12
Has a function of dynamically changing the execution state of the playback control process according to whether or not the moving image playback window is hidden by a window of another application program or the like. That is, when the moving image reproduction window is hidden by a window of another application program or the like, a part of the reproduction control processing is automatically omitted. This makes it possible to increase the CPU resources and memory resources of the PC 11 that can be allocated to other application programs and the like.

【0023】動画再生アプリケーションプログラム12
は、その機能モジュールとして、図示のように、マネー
ジャ121、ファイル読み込み部122、スプリッタ1
23、オーディオデコーダ124、ビデオデコーダ12
5、サブピクチャデコーダ126、画像合成部127、
画像データ転送部128、および表示状態監視部129
を備えている。
Moving image reproduction application program 12
As its functional modules, as shown in the figure, a manager 121, a file reading unit 122, a splitter 1
23, audio decoder 124, video decoder 12
5, the sub-picture decoder 126, the image synthesizing unit 127,
Image data transfer unit 128 and display state monitoring unit 129
It has.

【0024】マネージャ121は、動画再生アプリケー
ションプログラム12内の各モジュールの動作を制御す
るためのものであり、表示状態監視部129によって動
画再生ウインドウの少なくとも一部が他のアプリケーシ
ョンプログラム等のウインドウによって隠されているこ
とが検出された場合には、PC11のCPUの負荷を低
減するために、再生制御処理の一部を省略するための制
御を行う。具体的には、次のような制御を行う。
The manager 121 controls the operation of each module in the moving picture reproducing application program 12. At least a part of the moving picture reproducing window is hidden by the display state monitor 129 by a window of another application program or the like. If it is detected that the reproduction control process has been performed, control is performed to omit a part of the reproduction control process in order to reduce the load on the CPU of the PC 11. Specifically, the following control is performed.

【0025】(1)動画再生ウインドウの一部分が別の
ウインドウによって隠れていた場合には、隠れている部
分の画像データについてはVRAM21への転送を行わ
ないことにより処理を軽減する (2)動画再生ウインドウの一部分が別のウインドウに
よって隠れていた場合には、隠れている部分のビデオデ
ータのデコードを行わないことにより処理を軽減する。
(1) When a part of the moving image reproduction window is hidden by another window, the processing is reduced by not transferring the image data of the hidden part to the VRAM 21. (2) Moving image reproduction If a part of the window is hidden by another window, the processing is reduced by not decoding the video data of the hidden part.

【0026】(3)動画再生ウインドウの一部分が別の
ウインドウによって隠れていた場合には、デコードされ
たオーディオデータをダウンサンプリングしてそのデー
タサイズを減少させることにより、処理を軽減する (4)動画再生ウインドウの一部分が別のウインドウに
よって隠れていた場合には、ユーザがDVDビデオを見
ていないと判断して、画像データ(ビデオおよびサブピ
クチャ)のデコードをせずにオーディオのデコードだけ
を行い音声だけを再生することにより処理を軽減するフ
ァイル読み込み部122は、MPEG2プログラムスト
リームからなる再生対象の動画データファイルを、OS
13またはファイルドライバ14を介してDVDメディ
アから読み取り、PC11の主メモリ上にロードする。
スプリッタ123は、MPEG2プログラムストリーム
に多重化されているビデオ、サブピクチャ、オーディオ
を分離するための分離処理を実行する。オーディオデコ
ーダ124、ビデオデコーダ125、およびサブピクチ
ャデコーダ126は、それぞれ符号化されたオーディ
オ、ビデオ、サブピクチャを伸張するためのデコード処
理を主メモリ上で実行する。画像合成部127は、デコ
ードされたビデオデータのフレーム上に、文字データか
ら構成されるデコードされたサブピクチャを合成するた
めの処理を行う。これにより、主メモリ上には表示用の
画像データが用意される。画像データ転送部128は、
主メモリ上に用意された画像データをVRAM21に転
送し、オフスクリーンサーフェイスに書き込む。主メモ
リからVRAM21への画像データの転送および書き込
みは、OS13およびディスプレイドライバ16の制御
の下、システムバスを介して、あるいはAGPなどの画
像転送専用のビデオポートを介して実行される。
(3) If a part of the moving image playback window is hidden by another window, the processing is reduced by down-sampling the decoded audio data to reduce its data size. If a part of the playback window is hidden by another window, it is determined that the user is not watching the DVD video, and only the audio is decoded without decoding the image data (video and sub-picture). The file reading unit 122, which reduces processing by playing back only the video data, reads the moving image data file to be played back, which is composed of the MPEG2 program stream, into the OS.
13 or read from the DVD medium via the file driver 14 and load it onto the main memory of the PC 11.
The splitter 123 performs a separation process for separating video, sub-picture, and audio multiplexed in the MPEG2 program stream. The audio decoder 124, the video decoder 125, and the sub-picture decoder 126 execute decoding processing for expanding the encoded audio, video, and sub-picture on the main memory. The image synthesizing unit 127 performs a process for synthesizing a decoded sub-picture composed of character data on a frame of the decoded video data. Thus, display image data is prepared on the main memory. The image data transfer unit 128
The image data prepared on the main memory is transferred to the VRAM 21 and written to the off-screen surface. The transfer and writing of the image data from the main memory to the VRAM 21 are executed under a control of the OS 13 and the display driver 16 via a system bus or a video port dedicated to image transfer such as AGP.

【0027】表示状態監視部129は動画再生アプリケ
ーションプログラム12の動画再生ウインドウが他のア
プリケーションプログラムのウインドウによって隠され
ているか否か、隠されている領域、アイコン化(最小
化)の有無、などを検出する。アプリケーションそれぞ
れのウインドウの状態はウインドウマネージャ131に
よって管理されているので、動画再生ウインドウの状態
の検出は、表示状態監視部129がウインドウマネージ
ャ131に対して現在の動画再生ウインドウの状態を定
期的に問い合わせしたり、あるいは動画再生ウインドウ
の状態が変化する度にそのときの状態をウインドウマネ
ージャ131から表示状態監視部129に通知させるよ
うな仕組み等を用いることによって、実現することがで
きる。
The display state monitoring unit 129 determines whether or not the moving image playback window of the moving image playback application program 12 is hidden by a window of another application program, a hidden area, presence or absence of iconization (minimization), and the like. To detect. Since the state of each application window is managed by the window manager 131, the display state monitoring unit 129 periodically inquires of the window manager 131 about the current state of the moving image playback window when detecting the state of the moving image playback window. Or by using a mechanism that causes the window manager 131 to notify the display state monitor 129 each time the state of the moving image playback window changes.

【0028】(動画再生制御方法1)次に、図2乃至図
5を参照して、本実施形態で用いられる第1の動画再生
制御方法について説明する。本方法は、動画再生ウイン
ドウの一部分が別のウインドウによって隠されているか
否かを検出し、隠されている部分の画像データについて
はVRAM21への転送を行わないことにより処理を軽
減するというものである。
(Moving Picture Reproduction Control Method 1) Next, a first moving picture reproduction control method used in the present embodiment will be described with reference to FIGS. This method detects whether a part of the moving image playback window is hidden by another window, and reduces the processing by not transferring the image data of the hidden part to the VRAM 21. is there.

【0029】まず、図2を参照して、全体の処理の流れ
について説明する。
First, the overall processing flow will be described with reference to FIG.

【0030】DVDメディアに蓄積されているDVDビ
デオタイトル(MPEG2プログラムストリーム)は、
ファイルドライバ14およびファイル読み込み部122
を介してスプリッタ123に送られ、そこでオーディ
オ、ビデオ、サブピクチャに分離される。オーディオは
オーディオデコーダ124によってデコードされた後に
サウンドドライバ15を介してサウンドコントローラ1
8に送られ、オーディオアンプ19を介してスピーカか
ら再生出力される。
The DVD video title (MPEG2 program stream) stored on the DVD medium is:
File driver 14 and file reading unit 122
To the splitter 123, where it is separated into audio, video, and sub-pictures. After the audio is decoded by the audio decoder 124, the sound is transmitted to the sound controller 1 via the sound driver 15.
8 and reproduced and output from a speaker via an audio amplifier 19.

【0031】ビデオ、およびサブピクチャはそれぞれビ
デオデコーダ125およびサブピクチャデコーダ126
によってデコードされた後に画像合成部127に送ら
れ、そこで合成される。合成によって得られた表示用の
画像データは、画像データ転送部128およびディスプ
レイドライバ16の制御の下、VRAM21に転送され
てそのVRAM21にオフスクリーンサーフェイスに書
き込まれる。VRAM21のオフスクリーンサーフェイ
スに書き込まれた画像データは、VGAコントローラ2
0の制御の下、VRAM21に描画されているグラフィ
クスデータの画面上にオーバーレイ表示される。この様
子を図3に示す。
The video and the sub-picture are video decoder 125 and sub-picture decoder 126, respectively.
After being decoded, the image data is sent to the image synthesizing unit 127, where it is synthesized. The display image data obtained by the synthesis is transferred to the VRAM 21 under the control of the image data transfer unit 128 and the display driver 16, and is written to the VRAM 21 on the off-screen surface. The image data written to the off-screen surface of the VRAM 21 is
Under the control of 0, the graphics data drawn on the VRAM 21 is overlaid on the screen. This is shown in FIG.

【0032】VRAM21の領域は、図3に示されてい
るように領域を区切って使用されている。VGAコント
ローラ20は自動的にプライマリサーフェイス、セカン
ダリーサーフェイスを切り替えて、グラフィクスデータ
を画面表示する。プライマリサーフェイスとセカンダリ
ーサーフェイスは交互に使用され、プライマリサーフェ
イスからグラフィクスデータを読み出して画面出力して
いる間に、セカンダリーサーフェイスには新たなグラフ
ィクスデータの画面イメージが書き込まれる。これによ
り、書き換え途中の画面を表示しないようにすることが
できるので、ウインドウの移動などをスムーズに行うこ
とができる。
The area of the VRAM 21 is used by dividing the area as shown in FIG. The VGA controller 20 automatically switches between the primary surface and the secondary surface and displays the graphics data on the screen. The primary surface and the secondary surface are used alternately, and while the graphics data is read from the primary surface and output to the screen, a screen image of new graphics data is written to the secondary surface. As a result, it is possible to prevent the screen being rewritten from being displayed, so that the window can be moved smoothly.

【0033】オフスクリーンサーフェイスに描画された
動画像データは、オーバーレイウインドウ(動画再生ウ
インドウ)として現在の表示画面上に合成して表示され
る。VGAコントローラ20は、オーバーレイウインド
ウ(動画再生ウインドウ)のサイズを計算して、表示す
べき画像のサイズを変更しながらオフスクリーンサーフ
ェイスの画像をプライマリサーフェイスまたはセカンダ
リーサーフェイスの画像に合成していく。このようにす
ることにより、オフスクリーンサーフェイスに画像を書
き込むときに実際に表示されるタイミングやオーバーレ
イウインドウ(動画再生ウインドウ)のサイズを気にす
ることなく書き込みを行うことができる。
The moving image data drawn on the off-screen surface is synthesized and displayed on the current display screen as an overlay window (moving image reproduction window). The VGA controller 20 calculates the size of the overlay window (moving image reproduction window), and combines the image of the off-screen surface with the image of the primary surface or the secondary surface while changing the size of the image to be displayed. By doing so, it is possible to perform writing without worrying about the actual display timing and the size of the overlay window (moving image playback window) when writing an image on the off-screen surface.

【0034】ウインドウの移動やアクティブウィンドウ
の切り替えにより、オーバーレイウインドウの一部また
は全体が、プライマリサーフェイスまたはセカンダリー
サーフェイスに描画されたグラフィクスデータのウイン
ドウによって隠される場合がある。表示状態監視部12
9によってこのことが検出されると、画像データ転送部
128は、その隠されている部分については画像データ
の転送を行わず、オーバーレイウインドウ(動画再生ウ
インドウ)の中で可視状態の部分の画像データについて
のみ転送を行う。
When the window is moved or the active window is switched, a part or the whole of the overlay window may be hidden by the window of the graphics data drawn on the primary surface or the secondary surface. Display state monitoring unit 12
9, the image data transfer unit 128 does not transfer the image data for the hidden portion, and the image data for the visible portion of the overlay window (moving image playback window) is not displayed. Transfer only for.

【0035】オーバーレイウインドウ(動画再生ウイン
ドウ)全体が他のウインドウによって隠されている場合
には、すべての領域の画像データの転送が停止される。
動画再生用ウインドウがアイコン化された場合も、動画
再生用ウインドウ全体が他のウインドウによって隠され
ている場合と同じ状態として扱われ、すべての領域の画
像データの転送が停止される。
When the entire overlay window (moving image playback window) is hidden by another window, the transfer of image data in all areas is stopped.
When the moving image playback window is iconified, it is treated in the same state as when the entire moving image playback window is hidden by another window, and the transfer of image data in all areas is stopped.

【0036】次に、図4を参照して、動画再生制御の一
連の流れについて説明する。
Next, with reference to FIG. 4, a series of flow of the moving image reproduction control will be described.

【0037】1.PC11の使用者が動画像の再生を行
うためのソフトである動画再生アプリケーションプログ
ラム12を起動する。
1. A user of the PC 11 activates a moving image reproduction application program 12 which is software for reproducing a moving image.

【0038】2.再生画像が一つのウインドウ(動画再
生ウインドウ)に表示される。このとき動画再生ウイン
ドウは全体が見えるように表示されている。
2. The reproduced image is displayed in one window (moving image reproduction window). At this time, the moving image playback window is displayed so as to be entirely visible.

【0039】3.使用者が動画の再生中に表計算プログ
ラムなどの他のアプリケーションを起動するなどして動
画再生とは関係ないウインドウを再生ウインドウの上に
重ねあわせる。
3. The user activates another application such as a spreadsheet program during reproduction of the moving image, and superimposes a window unrelated to the reproduction of the moving image on the reproduction window.

【0040】4.動画再生アプリケーションプログラム
12はウインドウが重ね合わされたことを感知して、C
PUへの負荷を下げるために、他のウインドウによって
隠された部分のデータについてはVRAM21への転送
を行わないようにする。
4. The video playback application program 12 senses that the windows have been superimposed, and
In order to reduce the load on the PU, data of a portion hidden by another window is not transferred to the VRAM 21.

【0041】5.動画再生ウインドウ全体が表示される
ようになった場合には元どおりの再生方法に戻す。
5. When the entire moving image playback window is displayed, the original playback method is restored.

【0042】次に、図5のフローチャートを参照して、
具体的なデータ転送制御処理の手順について説明する。
Next, referring to the flowchart of FIG.
A specific procedure of the data transfer control process will be described.

【0043】動画再生アプリケーションプログラム12
のマネージャ121は、表示状態監視部129を用いて
ウインドウマネージャ131から現在の動画再生ウイン
ドウの状態を取得し(ステップS101)、動画再生ウ
インドウ上に他のウインドウが重ね合わされているか否
かを判断する(ステップS102)。動画再生ウインド
ウ上に他のウインドウが重ね合わされていない場合、つ
まり動画再生ウインドウ全体が可視状態の場合には(ス
テップS102のNO)、マネージャ121は、画像デ
ータ転送部128を制御して、すべての領域の画像デー
タをVRAM21のオフスクリーンサーフェイスに転送
する(ステップS105)。
Video playback application program 12
The manager 121 obtains the current state of the moving image playback window from the window manager 131 using the display state monitoring unit 129 (step S101), and determines whether another window is superimposed on the moving image playback window. (Step S102). If no other window is superimposed on the video playback window, that is, if the entire video playback window is visible (NO in step S102), the manager 121 controls the image data transfer unit 128 to control all The image data of the area is transferred to the off-screen surface of the VRAM 21 (Step S105).

【0044】一方、動画再生ウインドウ上に他のウイン
ドウが重ね合わされている場合、つまり動画再生ウイン
ドウの少なくとも一部分が他のウインドウによって隠さ
れている場合には(ステップS102のYES)、マネ
ージャ121は、他のウインドウによって隠されている
部分の座標情報を表示状態監視部129を用いてウイン
ドウマネージャ131から取得する(ステップS10
3)。そして、マネージャ121は、取得した座標情報
から隠されている領域を検出し、その隠されている領域
のデータ転送を停止するように画像データ転送部128
を制御する(ステップS104)。
On the other hand, when another window is superimposed on the moving image reproducing window, that is, when at least a part of the moving image reproducing window is hidden by the other window (YES in step S102), the manager 121 The coordinate information of a portion hidden by another window is acquired from the window manager 131 using the display state monitoring unit 129 (step S10).
3). Then, the manager 121 detects the hidden area from the acquired coordinate information, and stops the image data transfer unit 128 so as to stop the data transfer of the hidden area.
Is controlled (step S104).

【0045】これにより、ユーザからは見ることができ
ない領域についての無駄なデータ転送を省くことが可能
となり、他のアプリケーションプログラムにより多くの
資源を割り当てることが可能となる。また、可視状態の
領域の画像データについては通常通り転送されているの
で、正常に表示することができる。
As a result, it is possible to omit useless data transfer in an area that cannot be seen by the user, and it is possible to allocate more resources to another application program. Also, since the image data in the visible region is transferred as usual, it can be displayed normally.

【0046】(動画再生制御方法2)次に、図6乃至図
9を参照して、本実施形態で用いられる第2の動画再生
制御方法について説明する。本方法は、動画再生ウイン
ドウの一部分が別のウインドウによって隠されているか
否かを検出し、隠れている部分のビデオデータのデコー
ドを行わないことにより処理を軽減するというものであ
る。
(Moving Picture Reproduction Control Method 2) Next, a second moving picture reproduction control method used in the present embodiment will be described with reference to FIGS. This method detects whether a part of a moving image playback window is hidden by another window, and reduces processing by not decoding video data of the hidden part.

【0047】まず、図6を参照して、全体の処理の流れ
について説明する。
First, the flow of the entire process will be described with reference to FIG.

【0048】DVDメディアに蓄積されているDVDビ
デオタイトル(MPEG2プログラムストリーム)は、
ファイルドライバ14およびファイル読み込み部122
を介してスプリッタ123に送られ、そこでオーディ
オ、ビデオ、サブピクチャに分離される。オーディオは
オーディオデコーダ124によってデコードされた後に
サウンドドライバ15を介してサウンドコントローラ1
8に送られ、オーディオアンプ19を介してスピーカか
ら再生出力される。
The DVD video title (MPEG2 program stream) stored in the DVD medium is
File driver 14 and file reading unit 122
To the splitter 123, where it is separated into audio, video, and sub-pictures. After the audio is decoded by the audio decoder 124, the sound is transmitted to the sound controller 1 via the sound driver 15.
8 and reproduced and output from a speaker via an audio amplifier 19.

【0049】ビデオ、およびサブピクチャはそれぞれビ
デオデコーダ125およびサブピクチャデコーダ126
によってデコードされた後に画像合成部127に送ら
れ、そこで合成される。合成によって得られた表示用の
画像データは、画像データ転送部128およびディスプ
レイドライバ16の制御の下、VRAM21に転送され
てそのVRAM21にオフスクリーンサーフェイスに書
き込まれる。VRAM21のオフスクリーンサーフェイ
スに書き込まれた画像データは、VGAコントローラ2
0の制御の下、VRAM21に描画されているグラフィ
クスデータの画面上にオーバーレイ表示される。
The video and the sub-picture are video decoder 125 and sub-picture decoder 126, respectively.
After being decoded, the image data is sent to the image synthesizing unit 127, where it is synthesized. The display image data obtained by the synthesis is transferred to the VRAM 21 under the control of the image data transfer unit 128 and the display driver 16, and is written to the VRAM 21 on the off-screen surface. The image data written to the off-screen surface of the VRAM 21 is
Under the control of 0, the graphics data drawn on the VRAM 21 is overlaid on the screen.

【0050】しかし、表示状態監視部129によって動
画再生ウインドウの一部または全体が他のウインドウに
よって隠されていることが検出された場合には、ビデオ
デコーダ125は、その隠されている部分についてはビ
デオデータのデコード処理を行わず、可視状態の部分に
ついてのみデコードする。動画再生ウインドウ全体が他
のウインドウによって隠されている場合には、すべての
領域のビデオのデコードが停止される。動画再生用ウイ
ンドウがアイコン化された場合も、動画再生用ウインド
ウ全体が他のウインドウによって隠されている場合と同
じ状態として扱われ、すべての領域のデコードが停止さ
れる。
However, when the display state monitoring unit 129 detects that a part or the whole of the moving image reproduction window is hidden by another window, the video decoder 125 determines whether the hidden part is hidden. The video data is not decoded, and only the visible portion is decoded. If the entire moving image playback window is hidden by another window, decoding of video in all areas is stopped. When the moving image playback window is iconified, it is treated as if the entire moving image playback window is hidden by another window, and decoding of all areas is stopped.

【0051】次に、図7を参照して、動画再生制御の一
連の流れについて説明する。
Next, with reference to FIG. 7, a series of flow of the moving image reproduction control will be described.

【0052】1.PC11の使用者が動画像の再生を行
うためのソフトである動画再生アプリケーションプログ
ラム12を起動する。
1. A user of the PC 11 activates a moving image reproduction application program 12 which is software for reproducing a moving image.

【0053】2.再生画像が一つのウインドウ(動画再
生ウインドウ)に表示される。このとき動画再生ウイン
ドウは全体が見えるように表示されている。
2. The reproduced image is displayed in one window (moving image reproduction window). At this time, the moving image playback window is displayed so as to be entirely visible.

【0054】3.使用者が動画の再生中に表計算プログ
ラムなどの他のアプリケーションを起動するなどして動
画再生とは関係ないウインドウを再生ウインドウの上に
重ねあわせる。
3. The user activates another application such as a spreadsheet program during reproduction of the moving image, and superimposes a window unrelated to the reproduction of the moving image on the reproduction window.

【0055】4.動画再生アプリケーションプログラム
12はウインドウが重ね合わされたことを感知して、C
PUへの負荷を下げるために、他のウインドウによって
隠された部分のデータについてはデコードを行わないよ
うにする。
4. The video playback application program 12 senses that the windows have been superimposed, and
In order to reduce the load on the PU, decoding is not performed on data in a portion hidden by another window.

【0056】5.動画再生ウインドウ全体が表示される
ようになった場合には元どおりの再生方法に戻す。
5. When the entire moving image playback window is displayed, the original playback method is restored.

【0057】次に、図8のフローチャートを参照して、
具体的なデコード制御処理の手順について説明する。
Next, referring to the flowchart of FIG.
A specific decoding control procedure will be described.

【0058】動画再生アプリケーションプログラム12
のマネージャ121は、表示状態監視部129を用いて
ウインドウマネージャ131から現在の動画再生ウイン
ドウの状態を取得し(ステップS111)、動画再生ウ
インドウ上に他のウインドウが重ね合わされているか否
かを判断する(ステップS112)。動画再生ウインド
ウ上に他のウインドウが重ね合わされていない場合、つ
まり動画再生ウインドウ全体が可視状態の場合には(ス
テップS112のNO)、マネージャ121は、ビデオ
デコーダ125を制御して、ビデオデータ全体をデコー
ドさせる(ステップS115)。
Moving image reproduction application program 12
The manager 121 acquires the current state of the moving image playback window from the window manager 131 using the display state monitoring unit 129 (step S111), and determines whether another window is superimposed on the moving image playback window. (Step S112). If no other window is superimposed on the video playback window, that is, if the entire video playback window is visible (NO in step S112), the manager 121 controls the video decoder 125 to transfer the entire video data. The decoding is performed (step S115).

【0059】一方、動画再生ウインドウ上に他のウイン
ドウが重ね合わされている場合、つまり動画再生ウイン
ドウの少なくとも一部分が他のウインドウによって隠さ
れている場合には(ステップS112のYES)、マネ
ージャ121は、他のウインドウによって隠されている
部分の座標情報を表示状態監視部129を用いてウイン
ドウマネージャ131から取得する(ステップS11
3)。そして、マネージャ121は、取得した座標情報
から隠されている領域を検出し、その隠されている領域
のビデオデータのデコードを停止するようにビデオデコ
ーダ125を制御する(ステップS114)。
On the other hand, when another window is superimposed on the moving image reproducing window, that is, when at least a part of the moving image reproducing window is hidden by the other window (YES in step S112), the manager 121 The coordinate information of a portion hidden by another window is acquired from the window manager 131 using the display state monitoring unit 129 (step S11).
3). Then, the manager 121 detects a hidden area from the acquired coordinate information, and controls the video decoder 125 to stop decoding the video data in the hidden area (step S114).

【0060】これにより、ユーザからは見ることができ
ない領域についての無駄なデコード処理を省くことが可
能となり、他のアプリケーションプログラムにより多く
の資源を割り当てることが可能となる。また、可視状態
の領域のビデオデータについては通常通りデコードされ
ているので、正常に表示することができる。
As a result, it is possible to omit unnecessary decoding processing for an area that cannot be seen by the user, and it is possible to allocate more resources to another application program. Also, the video data in the visible region is decoded as usual, so that it can be displayed normally.

【0061】なお、動画再生ウインドウ全体が表示され
るようになった場合にはビデオデータ全体をデコードす
る通常のデコード方法に戻されるが、最初のいくつかの
フレームについては、正常にデコードできない場合が考
えられる。つまり、符号化されたビデオデータはフレー
ム内予測符号化されたIピクチャ、前方向予測によりフ
レーム間符号化されたPピクチャ、双方向予測によりフ
レーム間符号化されたBピクチャから構成されるが、前
方予測のPピクチャや双方向予測のBピクチャについて
は、時間的に異なる他のフレーム画像との間の予測誤差
の情報しかないので、参照画面とすべきデータが得られ
ていないと、正常にデコードすることができない。
When the entire moving image playback window is displayed, the process is returned to the normal decoding method for decoding the entire video data. However, the first few frames may not be decoded normally. Conceivable. In other words, the encoded video data is composed of an I-picture that has been intra-frame coded, a P-picture that has been coded inter-frame by forward prediction, and a B-picture that has been coded inter-frame by bidirectional prediction. For a P picture for forward prediction and a B picture for bidirectional prediction, there is only information on the prediction error between other temporally different frame images. Can't decode.

【0062】このような事態を避けるため、他のウイン
ドウによって隠されている部分であっても、他のピクチ
ャによって参照画像として使用されるIピクチャやPピ
クチャについてはデコードを行い、他のピクチャによっ
て参照画像として使用されることのないBピクチャにつ
いてのみデコードを行わないようにしてもよい。この場
合の例を図9に示す。
In order to avoid such a situation, an I picture or a P picture used as a reference picture by another picture is decoded even in a part hidden by another window, and the other picture is used for decoding. Decoding may not be performed only for a B picture that is not used as a reference image. FIG. 9 shows an example of this case.

【0063】すなわち、動画再生アプリケーションプロ
グラム12のマネージャ121は、表示状態監視部12
9を用いてウインドウマネージャ131から現在の動画
再生ウインドウの状態を取得し(ステップS121)、
動画再生ウインドウ上に他のウインドウが重ね合わされ
ているか否かを判断する(ステップS122)。動画再
生ウインドウ上に他のウインドウが重ね合わされていな
い場合、つまり動画再生ウインドウ全体が可視状態の場
合には(ステップS122のNO)、マネージャ121
は、ビデオデコーダ125を制御して、ビデオデータ全
体をデコードさせる(ステップS115)。この場合、
通常通り、すべてのピクチャタイプについてデコード処
理が行われる。
That is, the manager 121 of the moving picture reproduction application program 12
9 to obtain the current state of the video playback window from the window manager 131 (step S121),
It is determined whether or not another window is superimposed on the moving image reproduction window (step S122). If no other window is superimposed on the video playback window, that is, if the entire video playback window is visible (NO in step S122), the manager 121
Controls the video decoder 125 to decode the entire video data (step S115). in this case,
As usual, decoding processing is performed on all picture types.

【0064】一方、動画再生ウインドウ上に他のウイン
ドウが重ね合わされている場合、つまり動画再生ウイン
ドウの少なくとも一部分が他のウインドウによって隠さ
れている場合には(ステップS122のYES)、マネ
ージャ121は、他のウインドウによって隠されている
部分の座標情報を表示状態監視部129を用いてウイン
ドウマネージャ131から取得する(ステップS12
3)。そして、マネージャ121は、取得した座標情報
から隠されている領域を検出し、Bピクチャについての
み、その隠されている領域のビデオデータのデコードを
停止するようにビデオデコーダ125を制御する(ステ
ップS124)。この場合、Iピクチャ、Pピクチャに
ついてはすべての領域のデコードが行われる。
On the other hand, when another window is superimposed on the moving image reproducing window, that is, when at least a part of the moving image reproducing window is hidden by the other window (YES in step S122), the manager 121 The coordinate information of the part hidden by another window is acquired from the window manager 131 using the display state monitoring unit 129 (step S12).
3). Then, the manager 121 detects the hidden area from the acquired coordinate information, and controls the video decoder 125 so as to stop decoding the video data of the hidden area only for the B picture (step S124). ). In this case, decoding of all areas is performed for the I picture and the P picture.

【0065】これにより、再生画像に何ら影響を与える
ことなく、デコード処理に要するCPUの負荷を低減す
ることが可能となる。
This makes it possible to reduce the load on the CPU required for the decoding process without affecting the reproduced image.

【0066】(動画再生制御方法3)次に、図10乃至
図12を参照して、本実施形態で用いられる第3の動画
再生制御方法について説明する。本方法は、動画再生ウ
インドウの一部分が別のウインドウによって隠されてい
るか否かを検出し、隠れていた場合には、デコードされ
たオーディオデータをダウンサンプリングしてそのデー
タサイズを減少させることにより、処理を軽減するとい
うものである。
(Moving Picture Reproduction Control Method 3) Next, a third moving picture reproduction control method used in the present embodiment will be described with reference to FIGS. The method detects whether a portion of the video playback window is hidden by another window, and if so, downsamples the decoded audio data to reduce its data size, This is to reduce the processing.

【0067】まず、図10を参照して、全体の処理の流
れについて説明する。
First, the flow of the entire process will be described with reference to FIG.

【0068】DVDメディアに蓄積されているDVDビ
デオタイトル(MPEG2プログラムストリーム)は、
ファイルドライバ14およびファイル読み込み部122
を介してスプリッタ123に送られ、そこでオーディ
オ、ビデオ、サブピクチャに分離される。ビデオ、およ
びサブピクチャはそれぞれビデオデコーダ125および
サブピクチャデコーダ126によってデコードされた後
に画像合成部127に送られ、そこで合成される。合成
によって得られた表示用の画像データは、画像データ転
送部128およびディスプレイドライバ16の制御の
下、VRAM21に転送されてそのVRAM21にオフ
スクリーンサーフェイスに書き込まれる。VRAM21
のオフスクリーンサーフェイスに書き込まれた画像デー
タは、VGAコントローラ20の制御の下、VRAM2
1に描画されているグラフィクスデータの画面上にオー
バーレイ表示される。
The DVD video title (MPEG2 program stream) stored in the DVD medium is
File driver 14 and file reading unit 122
To the splitter 123, where it is separated into audio, video, and sub-pictures. The video and the sub-picture are decoded by the video decoder 125 and the sub-picture decoder 126, respectively, sent to the image synthesizing unit 127, and synthesized there. The display image data obtained by the synthesis is transferred to the VRAM 21 under the control of the image data transfer unit 128 and the display driver 16, and is written to the VRAM 21 on the off-screen surface. VRAM21
Image data written on the off-screen surface of the VRAM 2 under the control of the VGA controller 20.
1 is overlaid on the screen of the graphics data drawn in FIG.

【0069】オーディオはオーディオデコーダ124に
よってデコードされた後にサウンドドライバ15を介し
てサウンドコントローラ18に送られ、オーディオアン
プ19を介してスピーカから再生出力される。
After the audio is decoded by the audio decoder 124, the audio is sent to the sound controller 18 via the sound driver 15 and reproduced and output from the speaker via the audio amplifier 19.

【0070】しかし、表示状態監視部129によって動
画再生ウインドウの一部または全体が他のウインドウに
よって隠されていることが検出された場合には、オーデ
ィオデコーダ124によってデコードされたオーディオ
データのデータサイズを減らす為に、デコードされたオ
ーディオデータはダウンサンプリング部201によって
ダウンサンプリングされた後にサウンドドライバ15に
送られる。これにより、オーディオデータの再生周波数
が低下されるので、サウンドドライバ15が扱うことが
必要なデータ量が減り、CPUの負荷を低減することが
できる。ダウンサンプリングは、デコードされたオーデ
ィオデータを間引いたり、あるいは量子化ビット幅を減
らすことなどによって行うことができる。
However, when the display state monitoring unit 129 detects that a part or the whole of the moving image reproduction window is hidden by another window, the data size of the audio data decoded by the audio decoder 124 is changed. To reduce the number, the decoded audio data is downsampled by the downsampling unit 201 and then sent to the sound driver 15. As a result, the reproduction frequency of the audio data is reduced, so that the amount of data that needs to be handled by the sound driver 15 decreases, and the load on the CPU can be reduced. The downsampling can be performed by thinning out the decoded audio data or reducing the quantization bit width.

【0071】次に、図11を参照して、動画再生制御の
一連の流れについて説明する。
Next, with reference to FIG. 11, a sequence of the moving image reproduction control will be described.

【0072】1.PC11の使用者が動画像の再生を行
うためのソフトである動画再生アプリケーションプログ
ラム12を起動する。
1. A user of the PC 11 activates a moving image reproduction application program 12 which is software for reproducing a moving image.

【0073】2.再生画像が一つのウインドウ(動画再
生ウインドウ)に表示される。このとき動画再生ウイン
ドウは全体が見えるように表示されている。
2. The reproduced image is displayed in one window (moving image reproduction window). At this time, the moving image playback window is displayed so as to be entirely visible.

【0074】3.使用者が動画の再生中に表計算プログ
ラムなどの他のアプリケーションを起動するなどして動
画再生とは関係ないウインドウを再生ウインドウの上に
重ねあわせる。
3. The user activates another application such as a spreadsheet program during reproduction of the moving image, and superimposes a window unrelated to the reproduction of the moving image on the reproduction window.

【0075】4.動画再生アプリケーションプログラム
12はウインドウが重ね合わされたことを感知して、C
PUへの負荷を下げるために、デコードされたオーディ
オデータをダウンサンプリングして、そのデータサイズ
を低減する。
4. The video playback application program 12 senses that the windows have been superimposed, and
In order to reduce the load on the PU, the decoded audio data is down-sampled to reduce its data size.

【0076】5.動画再生ウインドウ全体が表示される
ようになった場合には元どおりの再生方法に戻す。
5. When the entire moving image playback window is displayed, the original playback method is restored.

【0077】次に、図12のフローチャートを参照し
て、具体的なオーディオ制御処理の手順について説明す
る。
Next, a specific procedure of audio control processing will be described with reference to the flowchart of FIG.

【0078】動画再生アプリケーションプログラム12
のマネージャ121は、表示状態監視部129を用いて
ウインドウマネージャ131から現在の動画再生ウイン
ドウの状態を取得し(ステップS131)、動画再生ウ
インドウ上に他のウインドウが重ね合わされているか否
かを判断する(ステップS132)。動画再生ウインド
ウ上に他のウインドウが重ね合わされていない場合、つ
まり動画再生ウインドウ全体が可視状態の場合には(ス
テップS132のNO)、マネージャ121は、ダウン
サンプリング部201をディスエーブル状態に設定し、
デコードされたオーディオデータをそのままサウンドド
ライバ15を介してサウンドコントローラ18に出力す
る(ステップS134)。
Moving image reproduction application program 12
The manager 121 acquires the current state of the moving image playback window from the window manager 131 using the display state monitoring unit 129 (step S131), and determines whether another window is superimposed on the moving image playback window. (Step S132). If no other window is superimposed on the video playback window, that is, if the entire video playback window is visible (NO in step S132), the manager 121 sets the downsampling unit 201 to a disabled state,
The decoded audio data is directly output to the sound controller 18 via the sound driver 15 (step S134).

【0079】一方、動画再生ウインドウ上に他のウイン
ドウが重ね合わされている場合、つまり動画再生ウイン
ドウの少なくとも一部分が他のウインドウによって隠さ
れている場合には(ステップS132のYES)、マネ
ージャ121は、ダウンサンプリング部201をイネー
ブル状態に設定することにより、デコードされたオーデ
ィオデータをダウンサンプリングして出力する(ステッ
プS133)。
On the other hand, when another window is superimposed on the moving image reproducing window, that is, when at least a part of the moving image reproducing window is hidden by the other window (YES in step S132), the manager 121 By setting the downsampling unit 201 to the enable state, the decoded audio data is downsampled and output (step S133).

【0080】これにより、動画再生ウインドウが他のウ
インドウによって隠されている場合には、オーディオデ
ータの再生周波数を下げることができるので、サウンド
ドライバ15によるデータ処理量が低減され、CPUの
負荷を減らすことが可能となる。
Thus, when the moving image reproduction window is hidden by another window, the reproduction frequency of the audio data can be reduced, so that the data processing amount by the sound driver 15 is reduced and the load on the CPU is reduced. It becomes possible.

【0081】(動画再生制御方法4)次に、図13乃至
図15を参照して、本実施形態で用いられる第4の動画
再生制御方法について説明する。本方法は、動画再生ウ
インドウの一部分が別のウインドウによって隠されてい
るか否かを検出し、隠れていた場合には、ユーザがDV
Dビデオを見ていないと判断して、画像データ(ビデオ
およびサブピクチャ)のデコードをせずにオーディオの
デコードだけを行い音声だけを再生することにより処理
を軽減するというものである。
(Moving Picture Reproduction Control Method 4) Next, a fourth moving picture reproduction control method used in the present embodiment will be described with reference to FIGS. The method detects whether a portion of the video playback window is hidden by another window, and if so, the user can use the DV
It is determined that the user is not watching the D-video and only the audio is decoded without decoding the image data (video and sub-picture) and only the audio is reproduced, thereby reducing the processing.

【0082】まず、図13を参照して、全体の処理の流
れについて説明する。
First, the overall processing flow will be described with reference to FIG.

【0083】DVDメディアに蓄積されているDVDビ
デオタイトル(MPEG2プログラムストリーム)は、
ファイルドライバ14およびファイル読み込み部122
を介してスプリッタ123に送られ、そこでオーディ
オ、ビデオ、サブピクチャに分離される。オーディオは
オーディオデコーダ124によってデコードされた後に
サウンドドライバ15を介してサウンドコントローラ1
8に送られ、オーディオアンプ19を介してスピーカか
ら再生出力される。
The DVD video title (MPEG2 program stream) stored in the DVD medium is
File driver 14 and file reading unit 122
To the splitter 123, where it is separated into audio, video, and sub-pictures. After the audio is decoded by the audio decoder 124, the sound is transmitted to the sound controller 1 via the sound driver 15.
8 and reproduced and output from a speaker via an audio amplifier 19.

【0084】ビデオ、およびサブピクチャはそれぞれビ
デオデコーダ125およびサブピクチャデコーダ126
によってデコードされた後に画像合成部127に送ら
れ、そこで合成される。合成によって得られた表示用の
画像データは、画像データ転送部128およびディスプ
レイドライバ16の制御の下、VRAM21に転送され
てそのVRAM21にオフスクリーンサーフェイスに書
き込まれる。VRAM21のオフスクリーンサーフェイ
スに書き込まれた画像データは、VGAコントローラ2
0の制御の下、VRAM21に描画されているグラフィ
クスデータの画面上にオーバーレイ表示される。
The video and the sub-picture are video decoder 125 and sub-picture decoder 126, respectively.
After being decoded, the image data is sent to the image synthesizing unit 127, where it is synthesized. The display image data obtained by the synthesis is transferred to the VRAM 21 under the control of the image data transfer unit 128 and the display driver 16, and is written to the VRAM 21 on the off-screen surface. The image data written to the off-screen surface of the VRAM 21 is
Under the control of 0, the graphics data drawn on the VRAM 21 is overlaid on the screen.

【0085】しかし、表示状態監視部129によって動
画再生ウインドウの一部または全体が他のウインドウに
よって隠されていることが検出された場合には、ユーザ
がDVDビデオを見ていないと判断され、ビデオデコー
ダ125およびサブピクチャデコーダ126によるビデ
オデータおよびサブピクチャデータのデコード処理はそ
れぞれ停止され、オーディオデータについてのみのデコ
ードおよび再生が行われる。この場合、動画ウインドウ
には何も表示されないか、あるいはVRAM21のオフ
スクリーンサーフェイスに既に書き込まれている画像デ
ータが繰り返し表示されるというポーズ表示の状態とな
る。
However, when the display state monitoring unit 129 detects that a part or the whole of the moving image reproduction window is hidden by another window, it is determined that the user is not watching the DVD video, and The decoding processing of the video data and the sub-picture data by the decoder 125 and the sub-picture decoder 126 is stopped, and decoding and reproduction of only the audio data are performed. In this case, nothing is displayed in the moving image window, or a pause display state is displayed in which image data already written on the off-screen surface of the VRAM 21 is repeatedly displayed.

【0086】次に、図14を参照して、動画再生制御の
一連の流れについて説明する。
Next, referring to FIG. 14, a series of flow of the moving image reproduction control will be described.

【0087】1.PC11の使用者が動画像の再生を行
うためのソフトである動画再生アプリケーションプログ
ラム12を起動する。
1. A user of the PC 11 activates a moving image reproduction application program 12 which is software for reproducing a moving image.

【0088】2.再生画像が一つのウインドウ(動画再
生ウインドウ)に表示される。このとき動画再生ウイン
ドウは全体が見えるように表示されている。
2. The reproduced image is displayed in one window (moving image reproduction window). At this time, the moving image playback window is displayed so as to be entirely visible.

【0089】3.使用者が動画の再生中に表計算プログ
ラムなどの他のアプリケーションを起動するなどして動
画再生とは関係ないウインドウを再生ウインドウの上に
重ねあわせる。
3. The user activates another application such as a spreadsheet program during reproduction of the moving image, and superimposes a window unrelated to the reproduction of the moving image on the reproduction window.

【0090】4.動画再生アプリケーションプログラム
12はウインドウが重ね合わされたことを感知して、C
PUへの負荷を下げるために、画像(ビデオおよびサブ
ピクチャ)のデコードを行わずにオーディオのみのデコ
ードを行うようにする。
4. The video playback application program 12 senses that the windows have been superimposed, and
In order to reduce the load on the PU, only the audio is decoded without decoding the image (video and sub-picture).

【0091】5.動画再生ウインドウ全体が表示される
ようになった場合には元どおりの再生方法に戻す。
5. When the entire moving image playback window is displayed, the original playback method is restored.

【0092】次に、図15のフローチャートを参照し
て、具体的なデコード制御処理の手順について説明す
る。
Next, a specific procedure of the decoding control process will be described with reference to the flowchart of FIG.

【0093】動画再生アプリケーションプログラム12
のマネージャ121は、表示状態監視部129を用いて
ウインドウマネージャ131から現在の動画再生ウイン
ドウの状態を取得し(ステップS141)、動画再生ウ
インドウ上に他のウインドウが重ね合わされているか否
かを判断する(ステップS142)。動画再生ウインド
ウ上に他のウインドウが重ね合わされていない場合、つ
まり動画再生ウインドウ全体が可視状態の場合には(ス
テップS142のNO)、マネージャ121は、オーデ
ィオデコーダ124、ビデオデコーダ125、サブピク
チャデコーダ126をそれぞれ動作させることにより、
通常通り、オーディオ、ビデオ、サブピクチャそれぞれ
のデコード処理を実行させる(ステップS144)。
Moving image reproduction application program 12
The manager 121 obtains the current state of the moving image playback window from the window manager 131 using the display state monitoring unit 129 (step S141), and determines whether another window is superimposed on the moving image playback window. (Step S142). If no other window is superimposed on the video playback window, that is, if the entire video playback window is in a visible state (NO in step S142), the manager 121 sends the audio decoder 124, the video decoder 125, and the sub-picture decoder 126 By operating each
The decoding process for each of the audio, video, and sub-picture is executed as usual (step S144).

【0094】一方、動画再生ウインドウ上に他のウイン
ドウが重ね合わされている場合、つまり動画再生ウイン
ドウの少なくとも一部分が他のウインドウによって隠さ
れている場合には(ステップS142のYES)、マネ
ージャ121は、ビデオデコーダ125およびサブピク
チャデコーダ126それぞれのデコード処理を停止し、
オーディオのみデコードするように制御する(ステップ
S143)。
On the other hand, when another window is superimposed on the moving image reproducing window, that is, when at least a part of the moving image reproducing window is hidden by the other window (YES in step S142), the manager 121 Stop the decoding process of each of the video decoder 125 and the sub-picture decoder 126,
Control is performed so that only audio is decoded (step S143).

【0095】これにより、さらに動画再生に要するCP
U負荷を大幅に低減することが可能となる。
Thus, the CP required for further reproducing the moving image
U load can be greatly reduced.

【0096】なお、以上の各方法は適宜組み合わせて実
行することもでき、例えば、他のウインドウによって隠
されている部分のビデオデータのデコードの停止または
画像データ転送の停止と一緒に、オーディオデータのダ
ウンサンプリングを行ってもよい。
The above-mentioned methods can be executed in appropriate combinations. For example, together with stopping the decoding of the video data of the portion hidden by another window or the stopping of the transfer of the image data, the method of the audio data may be stopped. Downsampling may be performed.

【0097】また、以上の説明では、デコード処理を含
むすべての再生制御をソフトウェアによって行う場合を
例示したが、本実施形態の動画再生制御方法は、デコー
ド処理の一部またはすべてをハードウェアによって実行
する構成に対しても適用することができる。
In the above description, the case where all the reproduction control including the decoding process is performed by software is exemplified. However, in the moving image reproduction control method according to the present embodiment, a part or all of the decoding process is executed by hardware. The present invention can also be applied to such a configuration.

【0098】また、動画再生アプリケーションプログラ
ム12をコンピュータ読み取り可能な記録媒体に記録し
ておくことにより、その記録媒体を通じて動画再生アプ
リケーションプログラム12を通常のコンピュータに導
入して実行するだけで、本実施形態と同様の効果を容易
に得ることができる。
Further, by recording the moving image reproducing application program 12 on a computer-readable recording medium, the present embodiment can be implemented by simply introducing the moving image reproducing application program 12 to a normal computer through the recording medium and executing it. The same effect as described above can be easily obtained.

【0099】さらに、動画再生ソフトのみならず、他の
各種アプリケーションプログラムについても、本実施形
態の動画再生アプリケーションプログラム12と同様の
仕組みを設けることにより、そのアプリケーションプロ
グラムのウインドウがアイコン化されたことが検出され
たとき、あるいは、ウインドウのすべての表示領域が他
のウインドウによって隠されたことが検出されたとき、
あるいは、ウインドウの一部の表示領域が他のウインド
ウによって隠されたことが検出されたときなどに、その
アプリケーションプログラムによって実行される処理の
少なくとも一部を省略するという制御を実現する事がで
きる。
Further, not only the moving picture reproducing software but also various other application programs are provided with the same mechanism as the moving picture reproducing application program 12 of the present embodiment, so that the window of the application program is iconified. When it is detected, or when it is detected that the entire display area of a window is hidden by another window,
Alternatively, it is possible to realize a control of omitting at least a part of the processing executed by the application program when it is detected that a display area of a part of the window is hidden by another window.

【0100】[0100]

【発明の効果】以上説明したように、本発明によれば、
アプリケーションプログラムのウインドウが他のウイン
ドウによって隠されている場合には、そのアプリケーシ
ョンプログラムによって実行される処理の少なくとも一
部が省略されるので、動画再生用アプリケーションプロ
グラムの動作再生用ウインドウが他のアプリケーション
プログラムのウインドウによって隠されている場合に
は、動作再生処理の一部を省略することにより、他のア
プリケーションプログラムにより多くの資源を割り当て
ることが可能となる。このように、プログラムの実行状
態や動画再生処理をウインドウの状態に応じて制御する
ことにより、CPUやメモリなどのコンピュータ資源を
有効活用することが可能となる。
As described above, according to the present invention,
When the window of the application program is hidden by another window, at least a part of the processing executed by the application program is omitted, so that the operation playback window of the moving image playback application program is changed to another application program. In this case, by omitting a part of the operation reproduction processing, more resources can be allocated to other application programs. As described above, by controlling the execution state of the program and the moving image reproduction processing according to the state of the window, it is possible to effectively use computer resources such as a CPU and a memory.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施形態に係るコンピュータシステ
ムの構成を示すブロック図。
FIG. 1 is a block diagram showing a configuration of a computer system according to an embodiment of the present invention.

【図2】同実施形態のコンピュータシステムで使用され
る第1の動画再生制御方法の原理を説明するブロック
図。
FIG. 2 is an exemplary block diagram illustrating the principle of a first moving image reproduction control method used in the computer system of the embodiment.

【図3】同実施形態のコンピュータシステムにおける動
画再生ウインドウと他のウインドウとの関係を説明する
ための図。
FIG. 3 is an exemplary view for explaining a relationship between a moving image reproduction window and other windows in the computer system of the embodiment.

【図4】同実施形態において第1の動画再生制御方法を
用いた場合の再生制御動作を説明するための図。
FIG. 4 is an exemplary view for explaining a playback control operation when the first moving image playback control method is used in the embodiment.

【図5】同実施形態において第1の動画再生制御方法を
用いた場合に実行されるデータ転送制御処理の手順を示
すフローチャート。
FIG. 5 is an exemplary flowchart showing a procedure of a data transfer control process executed when the first moving image reproduction control method is used in the embodiment.

【図6】同実施形態のコンピュータシステムで使用され
る第2の動画再生制御方法の原理を説明するブロック
図。
FIG. 6 is an exemplary block diagram illustrating the principle of a second moving image reproduction control method used in the computer system of the embodiment.

【図7】同実施形態において第2の動画再生制御方法を
用いた場合の再生制御動作を説明するための図。
FIG. 7 is an exemplary view for explaining a playback control operation when the second moving image playback control method is used in the embodiment.

【図8】同実施形態において第2の動画再生制御方法を
用いた場合に実行されるデコード制御処理の手順を示す
フローチャート。
FIG. 8 is an exemplary flowchart illustrating a procedure of a decoding control process executed when the second moving image reproduction control method is used in the embodiment.

【図9】同実施形態において第2の動画再生制御方法を
用いた場合に実行されるデコード制御処理の他の例を示
すフローチャート。
FIG. 9 is an exemplary flowchart illustrating another example of the decoding control process performed when the second moving image reproduction control method is used in the embodiment.

【図10】同実施形態のコンピュータシステムで使用さ
れる第3の動画再生制御方法の原理を説明するブロック
図。
FIG. 10 is an exemplary block diagram illustrating the principle of a third moving image reproduction control method used in the computer system of the embodiment.

【図11】同実施形態において第3の動画再生制御方法
を用いた場合の再生制御動作を説明するための図。
FIG. 11 is an exemplary view for explaining a reproduction control operation when a third moving image reproduction control method is used in the embodiment.

【図12】同実施形態において第3の動画再生制御方法
を用いた場合に実行されるオーディオ制御処理の手順を
示すフローチャート。
FIG. 12 is an exemplary flowchart showing the procedure of an audio control process executed when a third moving image reproduction control method is used in the embodiment.

【図13】同実施形態のコンピュータシステムで使用さ
れる第4の動画再生制御方法の原理を説明するブロック
図。
FIG. 13 is an exemplary block diagram illustrating the principle of a fourth moving image reproduction control method used in the computer system of the embodiment.

【図14】同実施形態において第4の動画再生制御方法
を用いた場合の再生制御動作を説明するための図。
FIG. 14 is an exemplary view for explaining a playback control operation when the fourth moving image playback control method is used in the embodiment.

【図15】同実施形態において第4の動画再生制御方法
を用いた場合に実行されるデコード制御処理の手順を示
すフローチャート。
FIG. 15 is an exemplary flowchart showing the procedure of a decoding control process executed when a fourth moving image reproduction control method is used in the embodiment.

【符号の説明】[Explanation of symbols]

12…動画再生アプリケーションプログラム 13…オペレーティングシステム(OS) 14…ファイルドライバ 15…サウンドドライバ 16…ディスプレイドライバ 17…DVDドライブ 18…サウンドコントローラ 19…オーディオアンプ 20…VGAコントローラ 21…VRAM 124…オーディオデコーダ 125…ビデオデコーダ 126…サブピクチャデコーダ 129…表示状態監視部 131…ウインドウマネージャ 12: Movie playback application program 13: Operating system (OS) 14: File driver 15: Sound driver 16: Display driver 17: DVD drive 18: Sound controller 19: Audio amplifier 20: VGA controller 21: VRAM 124: Audio decoder 125 Video decoder 126 Sub-picture decoder 129 Display state monitoring unit 131 Window manager

Claims (19)

【特許請求の範囲】[Claims] 【請求項1】 ウインドウシステムが搭載されたコンピ
ュータシステムであって、 アプリケーションプログラムのウインドウの少なくとも
一部が他のウインドウによって隠されているか否かを検
出する検出手段と、 前記検出手段によって前記アプリケーションプログラム
のウインドウの少なくとも一部が隠されていることが検
出された場合には、前記アプリケーションプログラムに
よって実行される処理の少なくとも一部が省略されるよ
うに前記アプリケーションプログラム自体の動作状態を
制御する動作状態制御手段とを具備することを特徴とす
るコンピュータシステム。
1. A computer system equipped with a window system, comprising: a detection unit that detects whether at least a part of a window of an application program is hidden by another window; and the detection unit detects the application program. Operating state controlling the operating state of the application program itself such that at least a part of the processing executed by the application program is detected when it is detected that at least a part of the window is hidden. A computer system comprising control means.
【請求項2】 前記動作状態制御手段は、前記検出手段
によって、前記アプリケーションプログラムのウインド
ウがアイコン化されたことが検出されたとき、あるい
は、前記アプリケーションプログラムのウインドウのす
べての表示領域が他のウインドウによって隠されたこと
が検出されたとき、あるいは、前記アプリケーションプ
ログラムのウインドウの一部の表示領域が他のウインド
ウによって隠されたことが検出されたときに、前記アプ
リケーションプログラムによって実行される処理の少な
くとも一部が省略されるように前記アプリケーションプ
ログラム自体の動作状態を制御することを特徴とする請
求項1記載のコンピュータシステム。
2. The operation state control means, when the detection means detects that the window of the application program is iconified, or when all display areas of the window of the application program are changed to other windows. When it is detected that the application program is hidden, or when it is detected that the display area of a part of the window of the application program is hidden by another window, at least one of the processes executed by the application program is executed. 2. The computer system according to claim 1, wherein an operation state of the application program itself is controlled so that a part of the application program is omitted.
【請求項3】 前記アプリケーションプログラムは動画
像を再生するためのプログラムであり、 前記動作状態制御手段は、前記アプリケーションプログ
ラムの動画再生用ウインドウの少なくとも一部が他のウ
インドウによって隠されている場合には、前記アプリケ
ーションプログラムによる前記動画像の再生のための処
理の一部が省略されるように前記アプリケーションプロ
グラム自体の動作状態を制御することを特徴とする請求
項1記載のコンピュータシステム。
3. The operation program according to claim 1, wherein the application program is a program for reproducing a moving image, and the operation state control unit is configured to execute the operation program when at least a part of a moving image reproduction window of the application program is hidden by another window. 2. The computer system according to claim 1, wherein the computer system controls an operation state of the application program such that a part of a process for reproducing the moving image by the application program is omitted.
【請求項4】 ウインドウシステムが搭載されたコンピ
ュータシステムであって、 符号化された動画像データをデコードし、そのデコード
された動画像データを画像メモリに転送することによっ
て動画再生用ウインドウ上に動画像を再生する動画再生
手段と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されているか否かを検出する検出手段
と、 前記検出手段によって前記動画再生用ウインドウの少な
くとも一部が他のウインドウによって隠されていること
が検出されたとき、前記動画再生手段を制御して、前記
画像メモリに対する前記隠されている部分の動画像デー
タの転送処理を省略させる手段とを具備することを特徴
とするコンピュータシステム。
4. A computer system equipped with a window system, comprising: decoding encoded moving image data; and transferring the decoded moving image data to an image memory to display a moving image on a moving image reproducing window. Moving image reproducing means for reproducing an image; detecting means for detecting whether at least a part of the moving image reproducing window is hidden by another window; and at least a part of the moving image reproducing window by the detecting means. Means for controlling the moving image reproducing means when it is detected that the moving image data is hidden by another window so as to omit the transfer processing of the moving image data of the hidden part to the image memory. A computer system characterized by the following:
【請求項5】 ウインドウシステムが搭載されたコンピ
ュータシステムであって、 符号化された動画像データをデコードし、そのデコード
された動画像データを動画再生用ウインドウ上に再生す
る動画再生手段と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されているか否かを検出する検出手段
と、 前記検出手段によって前記動画再生用ウインドウの少な
くとも一部が他のウインドウによって隠されていること
が検出されたとき、前記動画再生手段を制御して、前記
隠されている部分の動画像データのデコード処理を省略
させる制御手段とを具備することを特徴とするコンピュ
ータシステム。
5. A computer system equipped with a window system, comprising: moving image reproducing means for decoding encoded moving image data and reproducing the decoded moving image data on a moving image reproducing window; Detecting means for detecting whether or not at least a part of the moving image playback window is hidden by another window; and detecting that at least a part of the moving image playback window is hidden by another window. A computer system, comprising: control means for controlling the moving picture reproducing means when detected, so as to omit decoding of the moving picture data of the hidden part.
【請求項6】 前記符号化された動画像データは、Iピ
クチャ、Pピクチャ、およびBピクチャを含み、 前記制御手段は、前記隠されている部分の動画像データ
のデコード処理がIピクチャおよびPピクチャについて
のみ行われ、Bピクチャに対するデコード処理が省略さ
れるように、前記動画再生手段を制御することを特徴と
する請求項5記載のコンピュータシステム。
6. The encoded moving image data includes an I picture, a P picture, and a B picture, and the control unit determines that the decoding processing of the moving image data of the hidden portion is an I picture and a P picture. 6. The computer system according to claim 5, wherein said moving image reproducing means is controlled so that the processing is performed only for a picture and a decoding process for a B picture is omitted.
【請求項7】 ウインドウシステムが搭載されたコンピ
ュータシステムであって、 音声データと動画像データとが多重化された符号化スト
リームをデコードし、そのデコードされた音声データお
よび動画像データを再生する動画再生手段と、 前記デコードされた動画像データを表示するための動画
再生用ウインドウの少なくとも一部が他のウインドウに
よって隠されているか否かを検出する検出手段と、 前記検出手段によって前記動画再生用ウインドウの少な
くとも一部が他のウインドウによって隠されていること
が検出されたとき、前記デコードされた音声データをダ
ウンサンプリングすることによって、再生すべき音声デ
ータのデータ量を低減する手段とを具備することを特徴
とするコンピュータシステム。
7. A computer system equipped with a window system, comprising decoding a coded stream in which audio data and moving image data are multiplexed, and reproducing the decoded audio data and moving image data. Reproducing means; detecting means for detecting whether at least a part of a moving image reproducing window for displaying the decoded moving image data is hidden by another window; and detecting the moving image by the detecting means. Means for reducing a data amount of audio data to be reproduced by down-sampling the decoded audio data when it is detected that at least a part of the window is hidden by another window. A computer system characterized by the above-mentioned.
【請求項8】 ウインドウシステムが搭載されたコンピ
ュータシステムであって、 音声データと動画像データとが多重化された符号化スト
リームをデコードし、そのデコードされた音声データお
よび動画像データを再生する動画再生手段と、 前記デコードされた動画像データを表示するための動画
再生用ウインドウの少なくとも一部が他のウインドウに
よって隠されているか否かを検出する検出手段と、 前記検出手段によって前記動画再生用ウインドウの少な
くとも一部が他のウインドウによって隠されていること
が検出されたとき、前記音声データのみ再生されるよう
に、前記動画再生手段を制御して前記動画像データのデ
コード処理を省略させる手段とを具備することを特徴と
するコンピュータシステム。
8. A computer system equipped with a window system, comprising decoding a coded stream in which audio data and moving image data are multiplexed, and reproducing the decoded audio data and moving image data. Reproducing means; detecting means for detecting whether at least a part of a moving image reproducing window for displaying the decoded moving image data is hidden by another window; and detecting the moving image by the detecting means. Means for controlling the moving picture reproducing means so as to omit decoding processing of the moving picture data so as to reproduce only the audio data when it is detected that at least a part of the window is hidden by another window. A computer system comprising:
【請求項9】 ウインドウシステムが搭載されたコンピ
ュータシステム上で実行されるアプリケーションプログ
ラムの動作状態を制御するための制御方法であって、 前記アプリケーションプログラムのウインドウの少なく
とも一部が他のウインドウによって隠されているか否か
を検出するステップと、 前記アプリケーションプログラムのウインドウの少なく
とも一部が隠されていることが検出された場合には、前
記アプリケーションプログラムによって実行される処理
の少なくとも一部が省略されるように前記アプリケーシ
ョンプログラム自体の動作状態を制御するステップとを
具備することを特徴とする制御方法。
9. A control method for controlling an operation state of an application program executed on a computer system equipped with a window system, wherein at least a part of a window of the application program is hidden by another window. Detecting whether or not at least a part of a window of the application program is hidden, so that at least a part of a process executed by the application program is omitted. Controlling the operation state of the application program itself.
【請求項10】 前記アプリケーションプログラムは動
画像を再生するためのプログラムであり、 前記アプリケーションプログラム自体の動作状態を制御
するステップは、前記アプリケーションプログラムによ
る前記動画像の再生のための処理の一部を省略させるこ
とを特徴とする請求項8記載の制御方法。
10. The application program is a program for reproducing a moving image, and the step of controlling an operation state of the application program itself includes a part of a process for reproducing the moving image by the application program. 9. The control method according to claim 8, wherein the control method is omitted.
【請求項11】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するための制御方法であって、 符号化された動画像データをデコードし、そのデコード
された動画像データを画像メモリに転送することによっ
て動画再生用ウインドウ上に動画像を再生するステップ
と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されているか否かを検出するステップ
と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記画像メモリに対する前記隠されている部分の動画像デ
ータの転送を省略するステップとを具備することを特徴
とする制御方法。
11. A control method for controlling a moving image reproducing process executed on a computer system equipped with a window system, comprising decoding encoded moving image data, and decoding the decoded moving image. Reproducing a moving image on a moving image reproducing window by transferring data to an image memory; detecting whether at least a part of the moving image reproducing window is hidden by another window; Omitting the transfer of the moving image data of the hidden part to the image memory when it is detected that at least a part of the moving image playback window is hidden by another window. Characteristic control method.
【請求項12】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するための制御方法であって、 符号化された動画像データをデコードし、そのデコード
された動画像データを動画再生用ウインドウ上に再生す
るステップと、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されているか否かを検出するステップ
と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記隠されている部分の動画像データのデコード処理を省
略するステップとを具備することを特徴とすることを特
徴とする制御方法。
12. A control method for controlling a moving image reproducing process executed on a computer system equipped with a window system, comprising: decoding encoded moving image data; and decoding the decoded moving image. Reproducing data on the video playback window; detecting whether at least a part of the video playback window is hidden by another window; and A step of omitting the decoding of the moving image data of the hidden portion when it is detected that the moving image data is hidden by the window.
【請求項13】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するための制御方法であって、 音声データと動画像データとが多重化された符号化スト
リームをデコードし、そのデコードされた音声データお
よび動画像データを再生するステップと、 前記デコードされた動画像データを表示するための動画
再生用ウインドウの少なくとも一部が他のウインドウに
よって隠されているか否かを検出するステップと、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記デコードされた音声データをダウンサンプリングする
ことによって、再生すべき音声データのデータ量を低減
するステップとを具備することを特徴とする制御方法。
13. A control method for controlling a moving image reproducing process executed on a computer system equipped with a window system, comprising: decoding an encoded stream in which audio data and moving image data are multiplexed; Reproducing the decoded audio data and moving image data; and determining whether at least a part of a moving image reproduction window for displaying the decoded moving image data is hidden by another window. Detecting, when it is detected that at least a part of the moving image playback window is hidden by another window, by downsampling the decoded audio data, the data of the audio data to be reproduced. Reducing the amount.
【請求項14】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するための制御方法であって、 音声データと動画像データとが多重化された符号化スト
リームをデコードし、そのデコードされた音声データお
よび動画像データを再生するステップと、 前記デコードされた動画像データを表示するための動画
再生用ウインドウの少なくとも一部が他のウインドウに
よって隠されているか否かを検出するステップと、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記音声データのみ再生されるように前記動画像データの
デコードを省略するステップとを具備することを特徴と
する制御方法。
14. A control method for controlling a moving image reproducing process executed on a computer system equipped with a window system, comprising decoding an encoded stream in which audio data and moving image data are multiplexed. Reproducing the decoded audio data and moving image data; and determining whether at least a part of a moving image reproduction window for displaying the decoded moving image data is hidden by another window. Detecting, when detecting that at least a part of the moving image playback window is hidden by another window, omitting decoding of the moving image data so that only the audio data is played back; A control method comprising:
【請求項15】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するためのプログラムが記録された記録媒体であって、 前記プログラムは、 前記プログラムのウインドウの少なくとも一部が他のウ
インドウによって隠されているか否かを検出するステッ
プと、 前記プログラムのウインドウの少なくとも一部が隠され
ていることが検出された場合には、前記プログラムによ
る前記動画像の再生のための処理の一部を省略するステ
ップとを具備することを特徴とする記録媒体。
15. A recording medium on which a program for controlling a moving image reproduction process executed on a computer system equipped with a window system is recorded, wherein the program is at least a part of a window of the program. Detecting whether or not is hidden by another window; and detecting that at least a part of a window of the program is hidden, for reproducing the moving image by the program. A step of omitting a part of the processing.
【請求項16】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するためのプログラムが記録された記録媒体であって、 前記プログラムは、 符号化された動画像データをデコードし、そのデコード
された動画像データを画像メモリに転送することによっ
て動画再生用ウインドウ上に動画像を再生するステップ
と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されているか否かを検出するステップ
と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記画像メモリに対する前記隠されている部分の動画像デ
ータの転送を省略するステップとを具備することを特徴
とする記録媒体。
16. A recording medium on which a program for controlling a moving image reproduction process executed on a computer system equipped with a window system is recorded, the program comprising: Decoding, and reproducing the moving image on the moving image reproducing window by transferring the decoded moving image data to the image memory; and at least a part of the moving image reproducing window is hidden by another window. Detecting whether or not at least a part of the moving image playback window is hidden by another window, and transferring the moving image data of the hidden part to the image memory. A recording medium, comprising:
【請求項17】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するためのプログラムが記録された記録媒体であって、 前記プログラムは、符号化された動画像データをデコー
ドし、そのデコードされた動画像データを 動画再生用ウインドウ上に再生するステップと、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されているか否かを検出するステップ
と、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記隠されている部分の動画像データのデコード処理を省
略するステップとを具備することを特徴とする記録媒
体。
17. A recording medium on which a program for controlling a moving image reproducing process executed on a computer system equipped with a window system is recorded, wherein the program stores encoded moving image data. Decoding and reproducing the decoded moving image data on a video playback window; detecting whether at least a part of the video playback window is hidden by another window; When it is detected that at least a part of the playback window is hidden by another window, a step of omitting a decoding process of the moving image data of the hidden part is recorded. Medium.
【請求項18】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するためのプログラムが記録された記録媒体であって、 前記プログラムは、 音声データと動画像データとが多重化された符号化スト
リームをデコードし、そのデコードされた音声データお
よび動画像データを再生するステップと、 前記デコードされた動画像データを表示するための動画
再生用ウインドウの少なくとも一部が他のウインドウに
よって隠されているか否かを検出するステップと、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記デコードされた音声データをダウンサンプリングする
ことによって、再生すべき音声データのデータ量を低減
するステップとを具備することを特徴とする記録媒体。
18. A recording medium on which a program for controlling a moving image reproducing process executed on a computer system equipped with a window system is recorded, the program comprising: audio data and moving image data; Decoding the multiplexed coded stream and playing back the decoded audio data and moving image data; and at least a part of the moving image playback window for displaying the decoded moving image data has another Detecting whether the window is hidden by a window; and down-sampling the decoded audio data when it is detected that at least a part of the moving image playback window is hidden by another window. Reducing the data amount of audio data to be reproduced by Recording medium characterized by comprising.
【請求項19】 ウインドウシステムが搭載されたコン
ピュータシステム上で実行される動画像再生処理を制御
するためのプログラムが記録された記録媒体であって、 前記プログラムは、 音声データと動画像データとが多重化された符号化スト
リームをデコードし、そのデコードされた音声データお
よび動画像データを再生するステップと、 前記デコードされた動画像データを表示するための動画
再生用ウインドウの少なくとも一部が他のウインドウに
よって隠されているか否かを検出するステップと、 前記動画再生用ウインドウの少なくとも一部が他のウイ
ンドウによって隠されていることが検出されたとき、前
記音声データのみ再生されるように前記動画像データの
デコードを省略するステップとを具備することを特徴と
する記録媒体。
19. A recording medium on which a program for controlling a moving image reproducing process executed on a computer system equipped with a window system is recorded, the program comprising: audio data and moving image data; Decoding the multiplexed coded stream and playing back the decoded audio data and moving image data; and at least a part of the moving image playback window for displaying the decoded moving image data has another Detecting whether or not the video is hidden by a window; and detecting that at least a part of the video playback window is hidden by another window, so that only the audio data is played back. Omitting decoding of image data.
JP11232824A 1999-08-19 1999-08-19 Computer system and control method for program and moving image reproducing processing in the system Pending JP2001056728A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11232824A JP2001056728A (en) 1999-08-19 1999-08-19 Computer system and control method for program and moving image reproducing processing in the system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11232824A JP2001056728A (en) 1999-08-19 1999-08-19 Computer system and control method for program and moving image reproducing processing in the system

Publications (1)

Publication Number Publication Date
JP2001056728A true JP2001056728A (en) 2001-02-27

Family

ID=16945364

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11232824A Pending JP2001056728A (en) 1999-08-19 1999-08-19 Computer system and control method for program and moving image reproducing processing in the system

Country Status (1)

Country Link
JP (1) JP2001056728A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008140054A (en) * 2006-11-30 2008-06-19 Toshiba Corp Information processor and control method
WO2011040358A1 (en) * 2009-09-30 2011-04-07 楽天株式会社 Information display device, information display method, information display program, recording medium and information display system
WO2013038549A1 (en) * 2011-09-15 2013-03-21 富士通株式会社 Power supply control method and system
JP2014183488A (en) * 2013-03-19 2014-09-29 Enwa Co Ltd Streaming receiver
JP2019079473A (en) * 2017-10-27 2019-05-23 富士ゼロックス株式会社 Information processing apparatus and program
JP2022082567A (en) * 2017-10-27 2022-06-02 富士フイルムビジネスイノベーション株式会社 Information processing apparatus and information processing program

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008140054A (en) * 2006-11-30 2008-06-19 Toshiba Corp Information processor and control method
WO2011040358A1 (en) * 2009-09-30 2011-04-07 楽天株式会社 Information display device, information display method, information display program, recording medium and information display system
US8913082B2 (en) 2009-09-30 2014-12-16 Rakuten, Inc. Information display device, information display method, information display program, recording medium and information display system
WO2013038549A1 (en) * 2011-09-15 2013-03-21 富士通株式会社 Power supply control method and system
JPWO2013038549A1 (en) * 2011-09-15 2015-03-23 富士通株式会社 Power supply control method and system
US9471123B2 (en) 2011-09-15 2016-10-18 Fujitsu Limited Reducing unnecessary power consumed by peripheral devices while displaying a moving image
JP2014183488A (en) * 2013-03-19 2014-09-29 Enwa Co Ltd Streaming receiver
JP2019079473A (en) * 2017-10-27 2019-05-23 富士ゼロックス株式会社 Information processing apparatus and program
JP2022082567A (en) * 2017-10-27 2022-06-02 富士フイルムビジネスイノベーション株式会社 Information processing apparatus and information processing program
US11562132B2 (en) 2017-10-27 2023-01-24 Fujifilm Business Innovation Corp. Information processing apparatus and non-transitory computer readable medium

Similar Documents

Publication Publication Date Title
JP3106987B2 (en) Audio / video synchronous playback device
KR100956915B1 (en) Display of closed captioned information during video trick modes
US6163646A (en) Apparatus for a synchronized playback of audio-video signals
US7174091B2 (en) Method and apparatus for improving video reproduction quality
JPH11196386A (en) Computer system and closed caption display method
JP2001054066A (en) Decoder and image display system and method
JP2005341132A (en) Video data processor and processing method
JP2007258873A (en) Reproducer and reproducing method
JP2002094916A (en) Image recorder, image recordin method and recording medium
JP5030495B2 (en) REPRODUCTION DEVICE, REPRODUCTION METHOD, PROGRAM, AND RECORDING MEDIUM
JPH10154125A (en) Dma data transfer device, moving image decoder using the device and dma data transfer controlling method
JP2009177603A (en) Information processor and method for controlling display
JP2001056728A (en) Computer system and control method for program and moving image reproducing processing in the system
JPH11175205A (en) Computer system and power down control method therefor
JP2010045593A (en) Reproducing device and method for controlling reproducing device
JPH10143437A (en) Computer system and animation transfer method
JP2006279262A (en) Coded video conversion apparatus, conversion method and program therefor
JPH11184449A (en) Display controller and computer system and method for controlling dynamic image display
JP3135808B2 (en) Computer system and card applied to this computer system
JP2008154045A (en) Decoder, method and program of controlling the same, and storage medium
JP4442420B2 (en) Image reproducing apparatus and method, and program
JP3436818B2 (en) Computer system and video playback method
JP2001320673A (en) Computer system and moving picture reproduction method
JPH1021035A (en) Video data reproduction control method and computer using the same method
JPH10322664A (en) Computer system and video decoder used in the system