JPH09282180A - Data processor - Google Patents

Data processor

Info

Publication number
JPH09282180A
JPH09282180A JP8114263A JP11426396A JPH09282180A JP H09282180 A JPH09282180 A JP H09282180A JP 8114263 A JP8114263 A JP 8114263A JP 11426396 A JP11426396 A JP 11426396A JP H09282180 A JPH09282180 A JP H09282180A
Authority
JP
Japan
Prior art keywords
processing
interrupt
interruption
synchronization
application program
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
JP8114263A
Other languages
Japanese (ja)
Inventor
Ryoichi Ishii
良一 石井
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP8114263A priority Critical patent/JPH09282180A/en
Publication of JPH09282180A publication Critical patent/JPH09282180A/en
Pending legal-status Critical Current

Links

Landscapes

  • Television Signal Processing For Recording (AREA)

Abstract

PROBLEM TO BE SOLVED: To surely process an interruption by integrating the processing routine of a processing sequence for the interruption into a data bus driver for receiving the report of interruption generation. SOLUTION: With a vertical synchronizing signal SYNC outputted from a video tape recorder(VTR) 2 as a reference, an interruption control circuit 18 outputs an interruption IRQ to a bus BUS. While reacting to this interruption IRQ, a video memory 19 stores bit map data outputted to the bus BUS. Then, an operating system (OS) has a device driver for processing the interruption IRQ and when a synchronizing signal call back routine corresponding to the interruption IRQ is previously registered by an application program, this device driver starts this synchronizing signal call back routine in response to the report of the interruption IRQ from the OS.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、データ処理装置に
関し、例えばビデオテープレコーダ等より出力される映
像信号を処理する編集装置に適用して、同期信号等によ
る割り込み処理をカーネル層に配置したデバイスドライ
バに組み込むことにより、割り込みを確実に処理するこ
とができるようにする。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device, for example, applied to an editing device for processing a video signal output from a video tape recorder or the like, and a device in which interrupt processing by a synchronization signal or the like is arranged in a kernel layer. By incorporating it in the driver, the interrupt can be reliably processed.

【0002】[0002]

【従来の技術】従来、この種の編集装置においては、コ
ンピュータと接続して、このコンピュータによりタイト
ル等を作成するようになされたものがある。このような
編集装置においては、モニタ上で処理結果を確認しなが
ら、種々の操作を実行できるようになされている。
2. Description of the Related Art Conventionally, some editing apparatuses of this type are connected to a computer and a title or the like is created by the computer. In such an editing device, various operations can be executed while confirming the processing result on the monitor.

【0003】このためこの種の編集装置においては、コ
ンピュータにより生成した画像データを転送してビデオ
メモリに保持し、このビデオメモリの画像データをモニ
タに表示するようになされ、この画像データの転送を同
期信号を基準にした割り込みの処理によりアプリケーシ
ョンプログラムで実行するようになされている。
Therefore, in this type of editing apparatus, image data generated by a computer is transferred and held in a video memory, and the image data in the video memory is displayed on a monitor. The application program is executed by interrupt processing based on the synchronization signal.

【0004】すなわち図5は、この同期信号を基準にし
た割り込み処理を示すタイムチャートであり、コンピュ
ータにおいては、最下層に位置するハードウエア構成よ
り、垂直同期信号の立ち上がりに同期したタイミングt
1、t2、t3、……で割り込みが発生し(図5(C)
及び(D))。この割り込みの発生に対して、アプリケ
ーション層のアプリケーションプログラムは(図5
(A))、カーネル層のオペレーティングシステム(O
S)に対して、事前にデバイスオープを通知し、これに
より対応するデバイスを予め専有する(図5(B))。
That is, FIG. 5 is a time chart showing the interrupt processing based on this synchronizing signal. In the computer, the timing t synchronized with the rising edge of the vertical synchronizing signal due to the hardware structure located in the lowest layer.
An interrupt occurs at 1, t2, t3, ... (Fig. 5 (C))
And (D)). In response to the occurrence of this interrupt, the application program in the application layer (see FIG.
(A)), operating system of the kernel layer (O
S) is notified in advance of the device open, and thereby the corresponding device is exclusively occupied in advance (FIG. 5 (B)).

【0005】オペレーティングシステムは、このデバイ
スオープンの通知に応動してコールバックルーチンを登
録することにより、割り込みを受け付け、割り込みが発
生すると、この登録したコールバックルーチンによりア
プリケーションプログラムに割り込みを通知する。アプ
リケーションプログラムは、このデバイスオープンから
割り込みの通知までの期間の間、割り込みを待ち受ける
待機状態に保持され、割り込みが通知されると、直ちに
対応する処理(以下同期処理と呼ぶ)を実行する。
The operating system accepts the interrupt by registering the callback routine in response to the device open notification, and when the interrupt occurs, notifies the application program of the interrupt by the registered callback routine. The application program is held in a standby state waiting for an interrupt during the period from the device open to the notification of the interrupt, and when the interrupt is notified, immediately executes a corresponding process (hereinafter referred to as a synchronous process).

【0006】これにより画像処理装置では、例えばタイ
トルを表示し、これを移動させるような場合は、各フレ
ームの垂直同期期間で、同期処理によりビデオメモリの
内容を順次更新し、モニタ上で処理結果を確認できるよ
うになされていた。
As a result, in the image processing apparatus, for example, when a title is displayed and moved, the contents of the video memory are sequentially updated by the synchronization processing during the vertical synchronization period of each frame, and the processing result is displayed on the monitor. I was able to confirm.

【0007】[0007]

【発明が解決しようとする課題】ところでこの種のコン
ピュータにおいては、いわゆるマルチタスク処理するよ
うになされており、このようなコンピュータでは、仮想
メモリを整理するためにハードディスク装置上のスワッ
プファイルをアクセスするスワップ処理が実行される。
さらにこのスワップ処理は、アプリケーションプログラ
ムより優先度の高いオペレーティングシステム上で実行
される。
By the way, in this type of computer, so-called multitask processing is performed. In such a computer, a swap file on a hard disk device is accessed to organize virtual memory. Swap processing is executed.
Further, this swap processing is executed on the operating system having a higher priority than the application program.

【0008】従ってこの種の画像処理装置においては、
同期待機状態又は同期処理状態でこのスワップ処理が実
行されると、この間スワップ処理が優先して実行され、
同期処理を実行できなくなる。これにより連続する同期
信号に対して、間欠的に同期処理が実行されることにな
り、例えば連続する同期処理によりビデオメモリの内容
を順次更新してタイトルを移動させるような場合、この
タイトルがスムーズに移動しなくなる問題があった。
Therefore, in this type of image processing apparatus,
When this swap processing is executed in the synchronization standby state or the synchronization processing state, the swap processing is given priority during this period,
The synchronization process cannot be executed. As a result, the synchronization process is intermittently executed for the continuous synchronization signal. For example, when the title is moved by sequentially updating the contents of the video memory by the continuous synchronization process, this title is smoothed. There was a problem of not moving to.

【0009】本発明は以上の点を考慮してなされたもの
で、割り込みを確実に処理することができるデータ処理
装置を提案しようとするものである。
The present invention has been made in consideration of the above points, and it is an object of the present invention to propose a data processing device capable of reliably processing an interrupt.

【0010】[0010]

【課題を解決するための手段】かかる課題を解決するた
め本発明においては、割り込みの発生の通知を受けるデ
バイスドライバに、割り込みに対する処理手順の処理ル
ーチンを組み込む。
In order to solve such a problem, in the present invention, a processing routine of a processing procedure for an interrupt is incorporated in a device driver which receives a notification of the occurrence of an interrupt.

【0011】デバイスドライバにおいては、アプリケー
ションプログラムより優先度の高いカーネル層にて、種
々の処理を実行する。従ってアプリケーションプログラ
ムにより割り込みに対応する処理を実行する場合に比し
て、優先して実行され、これにより割り込みを確実に処
理することができる。
In the device driver, various processes are executed in the kernel layer having a higher priority than the application program. Therefore, as compared with the case where the processing corresponding to the interrupt is executed by the application program, the processing is executed with priority, whereby the interrupt can be reliably processed.

【0012】[0012]

【発明の実施の形態】以下、適宜図面を参照しながら本
発明の実施の形態を詳述する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0013】(1)第1の実施の形態 図2は、本発明の第1の実施の形態に係る画像処理装置
を示すブロック図である。この画像処理装置1は、ビデ
オテープレコーダ2より出力される映像信号S1をモニ
タ3に表示し、この映像信号S1に付加するタイトル等
をコンピュータ5により生成する。なおこの図2におい
ては、編集結果を記録するビデオテープレコーダ等につ
いては、記載を省略する。
(1) First Embodiment FIG. 2 is a block diagram showing an image processing apparatus according to the first embodiment of the present invention. The image processing apparatus 1 displays the video signal S1 output from the video tape recorder 2 on the monitor 3 and causes the computer 5 to generate a title and the like to be added to the video signal S1. Note that, in FIG. 2, description of a video tape recorder or the like for recording the edited result is omitted.

【0014】ここでコンピュータ5は、背面のスロット
に画像処理ボード6が挿入され、処置対象でなる映像信
号S1がビデオテープレコーダ2よりこの画像処理ボー
ド6に入力され、また処理結果でなる映像信号がこの画
像処理ボード6よりモニタ3に出力される。さらにコン
ピュータ5は、電源が投入されると、又はリセットスイ
ッチが操作されると、リードオンリメモリ(ROM)7
及びランダムアクセスメモリ(RAM)8に格納された
起動手順、起動条件に従って、ハードディスク装置(H
DD)10に格納したオペレーティングプログラムを中
央処理ユニット9により立ち上げる。さらにコンピュー
タ5は、このオペレーティングプログラム上で、画像処
理に必要なアプリケーションプログラムを立ち上げ、こ
れによりこのアプリケーションプログラムに従って中央
処理ユニット9により全体の動作を制御する。なおこの
実施の形態では、このオペレーティングプログラムによ
り、WINDOWS NT又はWINDOWS 95
(米国Microsoft 社の登録商標でなる)によるオペレー
ティングシステムを構築する。
Here, in the computer 5, the image processing board 6 is inserted into the slot on the rear surface, the video signal S1 to be treated is input to the image processing board 6 from the video tape recorder 2, and the video signal resulting from the processing is also input. Is output to the monitor 3 from the image processing board 6. Furthermore, the computer 5 has a read-only memory (ROM) 7 when the power is turned on or the reset switch is operated.
And the hard disk drive (H) according to the startup procedure and startup conditions stored in the random access memory (RAM) 8.
The operating program stored in the DD) 10 is started by the central processing unit 9. Further, the computer 5 starts up an application program necessary for image processing on this operating program, and the central processing unit 9 controls the whole operation according to this application program. It should be noted that in this embodiment, depending on the operating program, WINDOWS NT or WINDOWS 95
Build an operating system based on Microsoft's registered trademark.

【0015】インターフェース回路(I/F)11は、
キーボード12及びマウス13が操作されると、所定の
タイミングで操作結果、操作量をバスBUSに出力す
る。ビデオメモリ14は、画像データでなるビットマッ
プデータをバスBUSを介して受け、このビットマップ
データを蓄積する。ディジタルアナログ変換回路(D/
A)15は、このビデオメモリ14に蓄積されたビット
マップデータをディジタルアナログ変換処理して映像信
号を生成し、この映像信号をモニタ16に出力する。こ
れによりコンピュータ5では、操作に必要な各種オブジ
ェクト、マウスカーソル等をモニタ16に表示し、操作
用の表示画面を形成するようになされている。
The interface circuit (I / F) 11 is
When the keyboard 12 and the mouse 13 are operated, the operation result and the operation amount are output to the bus BUS at a predetermined timing. The video memory 14 receives bitmap data, which is image data, via the bus BUS, and stores this bitmap data. Digital-to-analog conversion circuit (D /
A) 15 performs digital-analog conversion processing on the bitmap data stored in the video memory 14 to generate a video signal, and outputs the video signal to the monitor 16. Thereby, in the computer 5, various objects required for operation, a mouse cursor, etc. are displayed on the monitor 16 to form a display screen for operation.

【0016】このモニタ16の表示画面の形成におい
て、ランダムアクセスメモリ8は、その領域の一部に複
数のウインドウを規定する座標データ等を保持し、中央
処理ユニット9からの制御コマンドに応動してこれら複
数のウインドウに関するデータを選択的に出力する。ビ
デオメモリ14は、この選択出力されるデータに従って
中央処理ユニット9により内容が更新される。これによ
りコンピュータ5においては、各種オブジェクトを配置
した複数のウインドウを予め用意し、この複数ウインド
ウをあたかもモニタ16の表示画面上に重ねて配置した
状態で、何れかのウインドウを透明に設定して、また上
下関係を切り換えて表示するようになされている。
In forming the display screen of the monitor 16, the random access memory 8 holds coordinate data defining a plurality of windows in a part of its area, and responds to a control command from the central processing unit 9. Data regarding these multiple windows is selectively output. The contents of the video memory 14 are updated by the central processing unit 9 in accordance with the selected and output data. Accordingly, in the computer 5, a plurality of windows in which various objects are arranged are prepared in advance, and in a state where the plurality of windows are arranged on the display screen of the monitor 16 in an overlapping manner, one of the windows is set to be transparent, Further, the upper and lower relations are switched and displayed.

【0017】インターフェース回路(I/F)17は、
バスBUSを介して中央処理ユニット9が発行する制御
コマンドを受け、この制御コマンドをビデオテープレコ
ーダ2に出力し、これによりビデオテープレコーダ2の
動作を切り換える。
The interface circuit (I / F) 17 is
The control command issued by the central processing unit 9 is received via the bus BUS, and this control command is output to the video tape recorder 2, whereby the operation of the video tape recorder 2 is switched.

【0018】画像処理ボード6は、コンピュータ5のバ
スBUSに直接接続され、割り込み制御回路18は、こ
のビデオテープレコーダ2より出力される垂直同期信号
SYNCを基準にして、バスBUSに割り込みIRQを
出力する。ビデオメモリ19は、この割り込みIRQに
応動してバスBUSに出力されるビットマップデータを
格納する。これによりビデオメモリ19は、モニタ16
の表示に対応する画像データを格納し、またユーザーの
操作に応動して、画像処理結果でなるタイトル等の画像
データをこのビデオメモリ19に格納する。
The image processing board 6 is directly connected to the bus BUS of the computer 5, and the interrupt control circuit 18 outputs an interrupt IRQ to the bus BUS based on the vertical synchronization signal SYNC output from the video tape recorder 2. To do. The video memory 19 stores the bitmap data output to the bus BUS in response to this interrupt IRQ. As a result, the video memory 19 is changed to the monitor 16
The image data corresponding to the display of 1 is stored, and the image data such as the title as the image processing result is stored in the video memory 19 in response to the user's operation.

【0019】ディジタルアナログ変換回路(D/A)2
0は、このビデオメモリ19に格納した画像データを順
次ディジタルアナログ変換して映像信号S2を生成す
る。加算回路22は、このディジタルアナログ変換回路
20より出力される映像信号S2を、ビデオテープレコ
ーダ2より出力される映像信号S1に加算してモニタ3
に出力する。これにより画像処理ボード6は、ビデオメ
モリ19に格納した画像データをモニタ3に出力して、
メニュー画面、画像処理結果を表示するようになされて
いる。
Digital-analog conversion circuit (D / A) 2
0 sequentially digital-analog converts the image data stored in the video memory 19 to generate a video signal S2. The adder circuit 22 adds the video signal S2 output from the digital-analog conversion circuit 20 to the video signal S1 output from the video tape recorder 2 to monitor 3
Output to As a result, the image processing board 6 outputs the image data stored in the video memory 19 to the monitor 3,
The menu screen and the image processing result are displayed.

【0020】中央処理ユニット9は、ハードディスク装
置10に格納された処理プログラムを実行することによ
り、この画像処理装置1全体の動作を制御する。すなわ
ち中央処理ユニット9は、インターフェース回路17を
介してビデオテープレコーダ2に制御コマンドを発行
し、ビデオテープレコーダ2の動作を制御する。さらに
インターフェース回路11を介して検出されるキーボー
ド12、マウス13の操作に応動して、全体の動作を切
り換え、また映像信号S1に付加するタイトル等を作成
する。また割り込みIRQに応動してタイトル等のビッ
トマップデータをビデオメモリ19に転送する。
The central processing unit 9 controls the operation of the image processing apparatus 1 as a whole by executing a processing program stored in the hard disk device 10. That is, the central processing unit 9 issues a control command to the video tape recorder 2 via the interface circuit 17 to control the operation of the video tape recorder 2. Further, in response to the operation of the keyboard 12 and the mouse 13 detected via the interface circuit 11, the entire operation is switched, and a title or the like to be added to the video signal S1 is created. Further, in response to the interrupt IRQ, bitmap data such as a title is transferred to the video memory 19.

【0021】ここでこの処理プログラムは、この画像処
理装置1のオペレーティングシステム(OS)、このオ
ペレーティングシステム上で動作する画像処理のアプリ
ケーションプログラムにより構成される。
Here, the processing program is composed of an operating system (OS) of the image processing apparatus 1 and an image processing application program operating on the operating system.

【0022】このうちオペレーティングシステムは、割
り込みIRQを処理するデバイスドライバを有し、この
デバイスドライバは、アプリケーションプログラムによ
り事前に割り込みIRQに対応するコールバックルーチ
ン(以下同期信号コールバックルーチンと呼ぶ)が登録
されると、オペレーティングシステムからの割り込みI
RQの通知に応動してこの同期信号コールバックルーチ
ンを起動する。なおこのコールバックルーチンは、IR
Q番号に応じてオペレーティングシステムが呼び出すル
ーチンであり、オペレーティングシステムに登録され
る。
Of these, the operating system has a device driver for processing an interrupt IRQ, and this device driver registers a callback routine (hereinafter referred to as a synchronization signal callback routine) corresponding to the interrupt IRQ in advance by an application program. Interrupt I from the operating system
In response to the notification of the RQ, this sync signal callback routine is activated. This callback routine is IR
This routine is called by the operating system according to the Q number and is registered in the operating system.

【0023】ここで図1に示すように、この同期信号コ
ールバックルーチンは、同期処理を実行するサブルーチ
ンであり、ここではこの同期処理において、アプリケー
ションプログラムにより予め設定されたポインタを基準
にしてランダムアクセスメモリ8に格納した画像データ
を割り込み制御回路18に転送する(図1(B)〜
(D))。これによりこの実施の形態では、アプリケー
ションプログラムに比して優先度の高いデバイスドライ
バに対して割り込みIRQに応答する同期処理を組み込
み、この同期処理により画像データをビデオメモリ19
に転送するようになされている。
As shown in FIG. 1, the synchronization signal callback routine is a subroutine for executing synchronization processing. Here, in this synchronization processing, random access is performed based on a pointer preset by an application program. The image data stored in the memory 8 is transferred to the interrupt control circuit 18 (FIG. 1 (B)-
(D)). As a result, in this embodiment, a synchronization process for responding to the interrupt IRQ is incorporated in the device driver having a higher priority than the application program, and the image data is transferred to the video memory 19 by this synchronization process.
Has been made to transfer to.

【0024】これに対応してアプリケーションプログラ
ムにおいては、従来と異なり、ユーザーの操作に応動し
て、また編集リストに従って、処理結果をモニタ3上に
表示する場合、表示開始時点で、デバイスオープンを宣
言する。これによりアプリケーションプログラムは、同
期処理に供するデバイスドライバを介してオペレーティ
ングシステムに同期信号コールバックルーチンを登録
し、このデバイスドライバを専有する(図1(A))。
さらに表示終了の時点で、デバイスクローズを宣言し、
デバイスを開放する。
Correspondingly, in the application program, unlike the conventional case, when the processing result is displayed on the monitor 3 in response to the user's operation and according to the edit list, the device open is declared at the display start time. To do. As a result, the application program registers the synchronization signal callback routine in the operating system via the device driver used for the synchronization processing, and exclusively uses this device driver (FIG. 1 (A)).
At the end of the display, declare device close,
Release the device.

【0025】以上の構成において、電源が立ち上げられ
ると、又はリセットスイッチが操作されると、画像処理
装置1では(図2)、リードオンリメモリ7及びランダ
ムアクセスメモリ8に格納された起動手順、起動条件に
従って、中央処理ユニット9によりハードディスク装置
10に格納したオペレーティングプログラムが立ち上げ
られ、このオペレーティングプログラム上で、画像処理
に必要なアプリケーションプログラムが立ち上げられ
る。
In the above configuration, when the power is turned on or the reset switch is operated (FIG. 2), in the image processing apparatus 1, the start-up procedure stored in the read-only memory 7 and the random access memory 8, An operating program stored in the hard disk device 10 is started up by the central processing unit 9 according to the start-up condition, and an application program required for image processing is started up on this operating program.

【0026】これによりこの画像処理装置1では、この
アプリケーションプログラムに従って、ユーザーによる
キーボード12、マウス13の操作により映像信号S1
に付加するタイトル等を作成し、この作成した画像デー
タをランダムアクセスメモリ8に格納する。さらに画像
処理装置1では、モニタ3及び16のメニュー画面を形
成する画像データとして、所定のビットマップデータを
同様にランダムアクセスメモリ8に格納する。
Thus, in the image processing apparatus 1, the user operates the keyboard 12 and the mouse 13 in accordance with the application program to generate the video signal S1.
A title or the like to be added to is created, and the created image data is stored in the random access memory 8. Further, the image processing apparatus 1 similarly stores predetermined bitmap data in the random access memory 8 as image data forming the menu screens of the monitors 3 and 16.

【0027】画像処理装置1では、このようにしてラン
ダムアクセスメモリ8に格納された画像データ等が、映
像信号S1の垂直同期信号SYNCに同期したタイミン
グで、ビデオメモリ19に転送された後、ディジタルア
ナログ変換回路20において、映像信号S2に変換さ
れ、この映像信号S2が加算回路22において映像信号
S1と加算されることにより、モニタ3上で、処理対象
の画像上に、操作に供するメニュー画面、編集結果でな
るタイトル等が表示される。
In the image processing apparatus 1, the image data and the like thus stored in the random access memory 8 are transferred to the video memory 19 at a timing synchronized with the vertical synchronizing signal SYNC of the video signal S1 and then digitally transferred. The analog conversion circuit 20 converts the video signal S2 into a video signal S2, and the addition circuit 22 adds the video signal S1 to the video signal S1 to display a menu screen on the monitor 3 for operation on the image to be processed. A title and the like, which is the edited result, are displayed.

【0028】この画像データの転送において、画像処理
装置1では、割り込み制御回路18が常時垂直同期信号
SYNC(図1)に同期したタイミングで割り込みIR
Qを発行し続け、この状態でユーザーの操作に応動し
て、また編集リストに従って、処理結果をモニタ3上に
表示する場合、表示開始時点で、中央処理ユニット9が
アプリケーションプログラム上でデバイスオープンを宣
言する。これにより画像処理装置1では、アプリケーシ
ョンプログラムがデバイスドライバに同期信号コールバ
ックルーチンを登録し、このデバイスドライバを専有す
る。
In the transfer of this image data, in the image processing apparatus 1, the interrupt control circuit 18 always interrupts the interrupt IR at the timing synchronized with the vertical synchronizing signal SYNC (FIG. 1).
When Q is continuously issued and the processing result is displayed on the monitor 3 in response to the user's operation in this state and according to the edit list, the central processing unit 9 opens the device on the application program at the display start time. declare. As a result, in the image processing apparatus 1, the application program registers the synchronization signal callback routine in the device driver and exclusively uses this device driver.

【0029】これに対応してデバイスドライバが、オペ
レーティングシステムを介して検出される割り込み制御
回路18からの割り込みIRQに応動してこの同期信号
コールバックルーチンを起動し、この同期信号コールバ
ックルーチンにより、予め設定されたポインタを基準に
してランダムアクセスメモリ8(同期処理ルーチン)に
格納した画像データがビデオメモリ19に転送される。
これにより割り込みIRQに対する同期処理がデバイス
ドライバにより実行される。
In response to this, the device driver activates this synchronous signal callback routine in response to the interrupt IRQ from the interrupt control circuit 18 detected through the operating system, and by this synchronous signal callback routine, The image data stored in the random access memory 8 (synchronization processing routine) is transferred to the video memory 19 based on a preset pointer.
As a result, the device driver executes the synchronization process for the interrupt IRQ.

【0030】このデバイスドライバにおける同期処理
は、コンピュータ5においては、スワップ処理と同程度
か、又はこれより優先度の高い処理であり、当然にアプ
リケーションプログラムに比しても優先度の高い処理で
なることにより、コンピュータ5においては、スワップ
処理に影響されずに連続する割り込みに対応する同期処
理が実行される。これにより画像処理装置1において
は、連続する割り込み処理を確実に実行することができ
る。従って例えばモニタ3上でタイトルを移動させるよ
うな場合、各フレームの垂直同期期間で、同期処理によ
りビデオメモリの内容を順次更新し、この文字をスムー
ズに移動させることができる。またアプリケーションプ
ログラムにおいては、各同期信号毎に、ドライバからの
割り込み通知を待機しなくてもよいことにより、その分
全体の処理負荷が軽減される。
In the computer 5, the synchronization process in the device driver is a process having a similar or higher priority than the swap process, and naturally a process having a higher priority than the application program. As a result, the computer 5 executes the synchronous processing corresponding to the consecutive interrupts without being affected by the swap processing. As a result, the image processing apparatus 1 can reliably execute continuous interrupt processing. Therefore, for example, when the title is moved on the monitor 3, the contents of the video memory can be sequentially updated by the synchronization processing during the vertical synchronization period of each frame, and this character can be moved smoothly. Further, in the application program, it is not necessary to wait for the interrupt notification from the driver for each synchronization signal, so that the processing load of the whole is reduced.

【0031】これに対して表示を終了する場合、中央処
理ユニット9が、アプリケーションプログラム上で、デ
バイスクローズを宣言し、デバイスを開放する。
On the other hand, when the display is ended, the central processing unit 9 declares the device close on the application program and releases the device.

【0032】以上の構成によれば、割り込みIRQに応
動して画像データを転送する同期処理を、この割り込み
IRQを検出するデバイスドライバに組み込むことによ
り、従来に比して同期処理を安定して実行することがで
きる。これにより確実に連続する割り込みに応動して同
期処理を実行することができ、モニタ3の表示画面をス
ムーズに変化させることができる。
According to the above configuration, the synchronous processing for transferring the image data in response to the interrupt IRQ is incorporated into the device driver for detecting the interrupt IRQ, so that the synchronous processing can be executed more stably than before. can do. As a result, it is possible to reliably execute the synchronous processing in response to successive interrupts, and the display screen of the monitor 3 can be changed smoothly.

【0033】(2)第2の実施の形態 図3は、第2の実施の形態に係る画像処理装置の動作の
説明に供するタイムチャートである。この実施の形態に
係る画像処理装置では、オペレーティングシステム及び
アプリケーションプログラムにより規定される中央処理
ユニット9の処理手順が一部異なる以外、第1の実施の
形態と同一の構成でなることにより、重複した説明は省
略する。
(2) Second Embodiment FIG. 3 is a time chart used for explaining the operation of the image processing apparatus according to the second embodiment. The image processing apparatus according to this embodiment has the same configuration as that of the first embodiment, except that the processing procedure of the central processing unit 9 defined by the operating system and the application program is partly different, and therefore, there is duplication. The description is omitted.

【0034】ここでこの実施の形態においても、アプリ
ケーションプログラムは、同期処理をデバイスドライバ
に委ねる。このときアプリケーションプログラムは、デ
バイスドライバを介してオペレーティングシステムに予
め同期信号コールバックルーチンを登録した後、表示開
始の時点でデバイスドライバに同期処理の開始を指示す
る(図3(A)及び(B))。また表示終了時点におい
ては、同期処理の終了を宣言した後、デバイスクローズ
を宣言する。
Also in this embodiment, the application program entrusts the device driver with the synchronization processing. At this time, the application program registers the synchronization signal callback routine in the operating system in advance via the device driver, and then instructs the device driver to start the synchronization process at the time of starting the display (FIGS. 3A and 3B). ). At the end of display, the device close is declared after declaring the end of synchronous processing.

【0035】これに対応してデバイスドライバは、予め
同期信号コールバックルーチンの登録を受け付けるもの
の、アプリケーションプログラムによる同期処理開始の
指示を待って、同期処理を開始し、また同期処理終了の
指示により同期処理を終了する(図3(C)及び
(D))。
In response to this, the device driver accepts registration of the synchronization signal callback routine in advance, but waits for an instruction to start the synchronization processing from the application program, starts the synchronization processing, and synchronizes with the instruction to end the synchronization processing. The process ends (FIGS. 3C and 3D).

【0036】第2の実施の形態によれば、同期信号コー
ルバックルーチンの登録とは別に、同期処理の開始及び
終了を指示したことにより、同期処理の開始及び終了の
時点を確実に制御して、第1の実施の形態と同様の効果
を得ることができる。
According to the second embodiment, the start and end of the synchronization processing are instructed separately from the registration of the synchronization signal callback routine, so that the start and end points of the synchronization processing are surely controlled. The same effect as that of the first embodiment can be obtained.

【0037】(3)第3の実施の形態 図4は、第3の実施の形態に係る画像処理装置の動作の
説明に供するタイムチャートである。この実施の形態に
係る画像処理装置においては、オペレーティングシステ
ム及びアプリケーションプログラムにより規定される中
央処理ユニット9の処理手順が一部異なる以外、第1の
実施の形態と同一の構成でなることにより、重複した説
明は省略する。
(3) Third Embodiment FIG. 4 is a time chart for explaining the operation of the image processing apparatus according to the third embodiment. The image processing apparatus according to this embodiment has the same configuration as that of the first embodiment except that the processing procedure of the central processing unit 9 defined by the operating system and the application program is partly different, and thus the duplication is eliminated. The description is omitted.

【0038】ここでこの実施の形態においても、アプリ
ケーションプログラムは、同期処理をデバイスドライバ
に委ねる。このときアプリケーションプログラムは、デ
バイスドライバを介してオペレーティングシステムに予
め同期信号コールバックルーチンを登録した後、表示開
始の時点でデバイスドライバに同期処理の回数を指定し
て同期処理の開始を指示する(図4(A)及び
(B))。また表示終了時点においては、同期処理受信
終了を宣言した後、デバイスクローズを宣言する。
Also in this embodiment, the application program entrusts the device driver with the synchronization processing. At this time, the application program registers the synchronization signal callback routine in advance in the operating system via the device driver, and then instructs the device driver to start the synchronization process by designating the number of times of the synchronization process at the time of starting the display (see FIG. 4 (A) and (B)). At the end of display, the device close is declared after declaring the end of synchronous processing reception.

【0039】これに対応してデバイスドライバは、オペ
レーティングシステムに同期信号コールバックルーチン
を登録し、アプリケーションプログラムによる同期処理
開始の指示を待って、同期処理を開始する。さらにデバ
イスドライバは、同期処理の回数をカウントし、この処
理回数が同期処理開始時に指示された同期処理の回数N
になると、続く割り込みIRQで同期処理を終了する
(図4(C)及び(D))。
In response to this, the device driver registers a synchronization signal callback routine in the operating system, waits for an instruction from the application program to start the synchronization process, and then starts the synchronization process. Further, the device driver counts the number of times of synchronization processing, and this number of times of processing is the number N of times of synchronization processing designated at the start of the synchronization processing.
Then, the synchronous process is ended by the subsequent interrupt IRQ (FIGS. 4C and 4D).

【0040】第3の実施の形態によれば、同期処理の回
数Nを指定して同期処理の開始を指示し、この登録回数
Nにより同期処理を終了することにより、同期処理の回
数、同期処理の開始及び終了の時点を確実に制御して、
第1の実施の形態と同様の効果を得ることができる。
According to the third embodiment, the number of times N of synchronization processing is designated, the start of the synchronization processing is instructed, and the synchronization processing is ended by this registration number N, whereby the number of times of synchronization processing and the synchronization processing are performed. Be sure to control the start and end times of
The same effect as in the first embodiment can be obtained.

【0041】(4)他の実施の形態 なお上述の実施の形態においては、1種類の同期処理を
デバイスドライバに割り当てる場合について述べたが、
本発明はこれに限らず、複数の同期処理を割り当てるよ
うにしてもよい。なおこの場合に、一連の処理におい
て、同期処理の種類と回数を併せて指定してもよい。さ
らにこの場合に、例えばアプリケーションプログラムに
登録する同期信号コールバックルーチンより順次サブル
ーチンを起動することにより、又は異なる同期処理を連
続して実行することを示す同期処理のスケジュールを引
数に設定してコールバックルーチンを起動することによ
り、1つのコールバックルーチンから複数の同期処理ル
ーチンを呼び出せるようにし、予め設定した複数種類の
同期処理を各同期信号毎に、順次実行してもよい。
(4) Other Embodiments In the above embodiment, the case where one type of synchronization processing is assigned to the device driver has been described.
The present invention is not limited to this, and a plurality of synchronization processes may be assigned. In this case, the type and the number of times of synchronous processing may be specified together in a series of processing. Further, in this case, for example, by activating the subroutines sequentially from the synchronization signal callback routine registered in the application program, or by setting the schedule of the synchronization process indicating that different synchronization processes are continuously executed as an argument, the callback is executed. By activating the routine, a plurality of synchronization processing routines can be called from one callback routine, and a plurality of types of preset synchronization processing may be sequentially executed for each synchronization signal.

【0042】また上述の実施の形態においては、単に同
期処理を繰り返す場合について述べたが、本発明はこれ
に限らず、処理途中で一時中止する機能をデバイスドラ
イバに組み込んでもよい。このようにすれば、アプリケ
ーションプログラム側の異常に対応して、同期処理を直
ちに中断することもでき、またこれに加えて再開の機能
を付加することにより、中断した処理を再開することが
できる。
In the above embodiment, the case where the synchronization process is simply repeated has been described. However, the present invention is not limited to this, and a function of temporarily stopping the process may be incorporated in the device driver. By doing so, it is possible to immediately suspend the synchronous processing in response to the abnormality on the application program side, and by adding a resuming function in addition to this, the suspended processing can be resumed.

【0043】さらに上述の実施の形態においては、同期
処理として画像データを転送する場合について述べた
が、本発明はこれに限らず、必要に応じて繰り返し発生
する割り込みの処理に広く適用することができる。
Further, in the above-mentioned embodiment, the case where the image data is transferred as the synchronous processing has been described. However, the present invention is not limited to this, and can be widely applied to the processing of the interrupt which is repeatedly generated as necessary. it can.

【0044】さらに上述の実施の形態においては、WI
NDOWS NT又はWINDOWS 95によりオペ
レーティングシステムを構築する場合について述べた
が、本発明はこれに限らず、種々のオペレーティングシ
ステムに広く適用することができる。
Further, in the above embodiment, the WI
Although the case where the operating system is constructed by NDWS NT or WINDOWS 95 has been described, the present invention is not limited to this and can be widely applied to various operating systems.

【0045】さらに上述の実施の形態においては、ビデ
オテープレコーダより出力される映像信号にタイトル等
を付加する場合について述べたが、本発明はこれに限ら
ず、種々の映像機器等に適用して、画像データ等を処理
するデータ処理装置に広く適用することができる。
Further, in the above-described embodiment, the case where a title or the like is added to the video signal output from the video tape recorder has been described, but the present invention is not limited to this and is applied to various video equipment and the like. It can be widely applied to data processing devices that process image data and the like.

【0046】[0046]

【発明の効果】上述のように本発明によれば、同期信号
等による割り込み処理をカーネル層に配置したデバイス
ドライバに割り当てることにより、この割り込み処理を
安定して実行することができ、その分割り込みを確実に
処理することができる。
As described above, according to the present invention, it is possible to stably execute the interrupt processing by allocating the interrupt processing by the synchronization signal or the like to the device driver arranged in the kernel layer. Can be reliably processed.

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

【図1】本発明の第1の実施の形態に係る画像処理装置
における中央処理ユニットの処理を示すタイムチャート
である。
FIG. 1 is a time chart showing processing of a central processing unit in an image processing apparatus according to a first embodiment of the present invention.

【図2】図1の画像処理装置の全体構成を示すブロック
図である。
FIG. 2 is a block diagram showing an overall configuration of the image processing apparatus of FIG.

【図3】本発明の第2の実施の形態に係る画像処理装置
における中央処理ユニットの処理を示すタイムチャート
である。
FIG. 3 is a time chart showing processing of a central processing unit in the image processing apparatus according to the second embodiment of the present invention.

【図4】本発明の第3の実施の形態に係る画像処理装置
における中央処理ユニットの処理を示すタイムチャート
である。
FIG. 4 is a time chart showing the processing of the central processing unit in the image processing apparatus according to the third embodiment of the present invention.

【図5】従来の中央処理ユニットの割り込みの処理を示
すタイムチャートである。
FIG. 5 is a time chart showing interrupt processing of a conventional central processing unit.

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

1……画像処理装置、2……ビデオテープレコーダ、
3、16……モニタ、5……コンピュータ、7……ハー
ドディスク装置、13……マウス、14、19……ビデ
オメモリ、18……割り込み制御回路
1 ... Image processing device, 2 ... Video tape recorder,
3, 16 ... Monitor, 5 ... Computer, 7 ... Hard disk device, 13 ... Mouse, 14, 19 ... Video memory, 18 ... Interrupt control circuit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 繰り返し発生する割り込みにそれぞれ応
動して、所定の処理手順を実行するデータ処理装置にお
いて、 前記割り込みの発生の通知を受けるデバイスドライバ
に、前記処理手順の処理ルーチンを組み込んだことを特
徴とするデータ処理装置。
1. A data processing apparatus which executes a predetermined processing procedure in response to each interrupt which is repeatedly generated, wherein a processing routine of the processing procedure is incorporated in a device driver which receives a notification of the occurrence of the interrupt. Characteristic data processing device.
【請求項2】 前記処理手順は、アプリケーションプロ
グラムにより予め登録された所定のサブルーチンを呼び
出して実行され、 前記アプリケーションプログラムは、前記登録の処理を
事前に実行した後、所定のタイミングで前記デバイスド
ライバの動作開始を指示することを特徴とする請求項1
に記載のデータ処理装置。
2. The processing procedure is executed by calling a predetermined subroutine registered in advance by an application program, the application program executing the registration processing in advance, and then executing the registration of the device driver at a predetermined timing. The instruction to start the operation is provided.
A data processing device according to claim 1.
【請求項3】 前記デバイスドライバは、前記割り込み
の処理回数をカウントし、 予め設定された処理回数だけ前記処理手順を実行するこ
とを特徴とする請求項1に記載のデータ処理装置。
3. The data processing apparatus according to claim 1, wherein the device driver counts the number of times the interrupt is processed and executes the processing procedure a preset number of times.
【請求項4】 前記割り込みは、映像信号の垂直同期信
号に同期して発生し、 前記処理手順は、画像データをビデオメモリに転送する
処理でなることを特徴とする請求項1に記載のデータ処
理装置。
4. The data according to claim 1, wherein the interrupt is generated in synchronization with a vertical synchronizing signal of a video signal, and the processing procedure is a process of transferring image data to a video memory. Processing equipment.
JP8114263A 1996-04-11 1996-04-11 Data processor Pending JPH09282180A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8114263A JPH09282180A (en) 1996-04-11 1996-04-11 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8114263A JPH09282180A (en) 1996-04-11 1996-04-11 Data processor

Publications (1)

Publication Number Publication Date
JPH09282180A true JPH09282180A (en) 1997-10-31

Family

ID=14633427

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8114263A Pending JPH09282180A (en) 1996-04-11 1996-04-11 Data processor

Country Status (1)

Country Link
JP (1) JPH09282180A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019519056A (en) * 2016-06-16 2019-07-04 ヴァーセック システムズ,インコーポレイテッド System and method for repairing memory corruption in computer applications

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019519056A (en) * 2016-06-16 2019-07-04 ヴァーセック システムズ,インコーポレイテッド System and method for repairing memory corruption in computer applications

Similar Documents

Publication Publication Date Title
US6871348B1 (en) Method and apparatus for integrating the user interfaces of multiple applications into one application
US5075675A (en) Method and apparatus for dynamic promotion of background window displays in multi-tasking computer systems
US5381347A (en) Method and system for displaying images on a display device using an offscreen video memory
US7051289B1 (en) Window display device and method, and a recording medium recording a window display control program
JPS58195966A (en) Resource switching by user's control for multi-task processing word processor
GB2248130A (en) Graphics display unit with downloaded operating program
WO1994028483A1 (en) Automatic switching between graphic user interface control and command line control
JPH09282180A (en) Data processor
JP2535324B2 (en) Display controller
US5925096A (en) Method and apparatus for localized preemption in an otherwise synchronous, non-preemptive computing environment
JPH0511960A (en) Multiwindow control system
JPS62281076A (en) Production starting system
JPS62128328A (en) Picture switching control system in multitask
JP2952932B2 (en) Data processing system
JPH1027255A (en) Device and method for editing document with picture
JPS6033637A (en) Data processor
JPH01116682A (en) Monitor display device
JPH1027149A (en) Information processor and its device driver control method
JPH09281938A (en) Image display device
JPS6126087B2 (en)
JP2941807B2 (en) Data processing apparatus and method
JPS626358A (en) Common graphic library system
JPH04104321A (en) User interface method and its device
JPH09265375A (en) Method and device for processing document
JPH0217521A (en) Help processing system for information processor