JP2006350490A - Display signal processor and display signal processing method, recording medium and program - Google Patents

Display signal processor and display signal processing method, recording medium and program Download PDF

Info

Publication number
JP2006350490A
JP2006350490A JP2005173188A JP2005173188A JP2006350490A JP 2006350490 A JP2006350490 A JP 2006350490A JP 2005173188 A JP2005173188 A JP 2005173188A JP 2005173188 A JP2005173188 A JP 2005173188A JP 2006350490 A JP2006350490 A JP 2006350490A
Authority
JP
Japan
Prior art keywords
gui
signal
unit
display
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005173188A
Other languages
Japanese (ja)
Other versions
JP4849300B2 (en
Inventor
Tsugihiko Haga
継彦 芳賀
Tetsujiro Kondo
哲二郎 近藤
Noriyuki Nakamura
宣之 中村
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 JP2005173188A priority Critical patent/JP4849300B2/en
Publication of JP2006350490A publication Critical patent/JP2006350490A/en
Application granted granted Critical
Publication of JP4849300B2 publication Critical patent/JP4849300B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily perform the development of a function relating to a GUI and the change of the addition or deletion of a function. <P>SOLUTION: A GUI display picture is internally hierarchically configured of a plurality of layers 42-1 to 42-3, and they are displayed on a display so as to be superimposed. At least one CUI component configuring the GUI display picture is plotted on the layers 42-1 to 42-3 of display picture size. A GUI event corresponding to the operation of a user to the GUI display picture is supplied to all the layers 42-1 to 42-3, and each GUI image is plotted according to the content of the received event and its own status in each layer 42-1 to 42-3. This invention may be applied to an information processor for plotting the predetermined GUI display picture, and for making the display display it. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、表示信号処理装置および方法、記録媒体、並びにプログラムに関し、特に、GUI画面を構成する所定のGUI画像を独立して処理させることにより、GUIに関する機能の開発、または機能の追加や削除などの変更を簡単に行うことができるようにした表示信号処理装置および方法、記録媒体、並びにプログラムに関する。   The present invention relates to a display signal processing device and method, a recording medium, and a program, and more particularly, development of a function related to a GUI, or addition or deletion of a function by independently processing a predetermined GUI image constituting a GUI screen. The present invention relates to a display signal processing apparatus and method, a recording medium, and a program that can be changed easily.

従来のGUI(Graphic User Interface)システムは、画面上のある領域に対する描画をあらわすウィンドウをベースに、ボタンやラベルといった部品(画像)を組み合わせて構築する形式のものが大半を占めている(特許文献1参照)。   Most of the conventional GUI (Graphic User Interface) systems are constructed by combining parts (images) such as buttons and labels based on a window representing drawing on a certain area on the screen (Patent Literature). 1).

この方式は、作成したいGUIが定型化されている場合には非常に効率的に作成することができるが、部品間の依存関係が複雑になる傾向があった。   This method can be created very efficiently when the GUI to be created is standardized, but the dependency between components tends to be complicated.

また、従来のGUIシステムにおいては、マウスのクリックなどでGUIイベントが発生し、そのGUIイベントがウィンドウに届くことで対応する機能が呼び出される。このGUIイベントがウィンドウに含まれる部品のどこまで到着するかは、GUIイベントを取得した部品の種類や、プログラム内での制御などさまざまな条件によって変化する。   In the conventional GUI system, a GUI event is generated by clicking the mouse, and the corresponding function is called when the GUI event reaches the window. The extent to which the GUI event arrives in the parts included in the window varies depending on various conditions such as the type of the part that acquired the GUI event and the control in the program.

例えば、図1に示されるように、従来のGUIシステムを実現するアプリケーションは、GUIイベントを取得した部品の種類や、プログラム内での制御などさまざまな条件すべてを管理するイベント制御部1を有しており、イベント制御部1は、発生したGUIイベントを受けると、管理する条件に基づいて、発生したGUIイベントがどのようなものであるかをすべて判断し、このアプリケーションにより実現される機能を行う複数の機能部2−1乃至2−3のうち、対応する機能を行う機能部2−1乃至2−3を制御していた。   For example, as shown in FIG. 1, an application that realizes a conventional GUI system has an event control unit 1 that manages all the various conditions such as the type of the part that has acquired the GUI event and the control in the program. When the event control unit 1 receives the generated GUI event, the event control unit 1 determines all the generated GUI events based on the conditions to be managed, and performs a function realized by this application. Among the plurality of function units 2-1 to 2-3, the function units 2-1 to 2-3 that perform the corresponding functions are controlled.

特開平6−266545号公報JP-A-6-266545

したがって、既存のGUIに新たに機能を追加したり、逆に機能を削除する際には、GUIイベントを取得した部品の種類や、プログラム内での制御などさまざまな条件すべてを管理するイベント制御部1を修正しなければならず、その変更が、いままで正常に動作していた他の機能(部品)にも影響を及ぼしてしまうこともあった。   Therefore, when adding a new function to an existing GUI or deleting a function, the event control unit manages all the various conditions such as the type of the part that acquired the GUI event and the control within the program. 1 must be corrected, and the change may affect other functions (parts) that have been operating normally.

このため、ある程度の規模のGUIアプリケーションの機能を変更することがたいへん困難であった。   For this reason, it has been very difficult to change the function of a GUI application of a certain scale.

本発明は、このような状況に鑑みてなされたものであり、GUIに関する機能の開発、または機能の追加や削除などの変更を簡単に行うことができるようにするものである。   The present invention has been made in view of such a situation, and makes it possible to easily perform development such as development of a function related to a GUI or addition or deletion of a function.

本発明の表示信号処理装置は、GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付手段と、信号受付手段により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、GUI画面を構成する所定のGUI画像を描画する描画手段と、描画手段により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、GUI画面を表示するための表示信号を出力する重畳手段とを備えることを特徴とする。   The display signal processing apparatus according to the present invention includes a signal receiving unit that receives an operation signal corresponding to a user operation on the GUI screen, and a GUI of a screen size layer according to the operation signal received by the signal receiving unit. Drawing means for drawing a predetermined GUI image constituting the screen, and superimposing means for superimposing a signal corresponding to the layer on which the predetermined GUI image is drawn by the drawing means, and outputting a display signal for displaying the GUI screen It is characterized by providing.

描画手段は、操作入力手段により入力された操作信号が、所定のGUI画像に対する操作信号であるか否かを判定する信号判定手段を有し、信号判定手段により操作信号が所定のGUI画像に対する操作信号であると判定された場合、操作信号に応じて、レイヤに所定のGUI画像を描画するようにすることができる。   The drawing means has signal determination means for determining whether or not the operation signal input by the operation input means is an operation signal for a predetermined GUI image, and the operation signal is operated by the signal determination means for the predetermined GUI image. When it is determined that the signal is a signal, a predetermined GUI image can be drawn on the layer in accordance with the operation signal.

所定の信号処理を行う複数の機能ブロックと、複数の機能ブロックに対して共通コマンドを発行することにより、複数の機能ブロックの動作を制御する制御ブロックとからなる信号処理システムの1機能ブロックとして構成され、信号受付手段は、GUI画面に対するユーザの操作に対応した操作信号としての共通コマンドを、制御ブロックから受け付け、描画手段は、信号受付手段により受け付けられた共通コマンドに応じて、レイヤに所定のGUI画像を描画するようにすることができる。   Configured as one functional block of a signal processing system comprising a plurality of functional blocks that perform predetermined signal processing and a control block that controls the operation of the plurality of functional blocks by issuing a common command to the plurality of functional blocks The signal accepting unit accepts a common command as an operation signal corresponding to the user's operation on the GUI screen from the control block, and the drawing unit assigns a predetermined value to the layer according to the common command accepted by the signal accepting unit. It is possible to draw a GUI image.

本発明の表示信号処理方法は、GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップと、信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、GUI画面を構成する所定のGUI画像を描画する描画ステップと、描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、GUI画面を表示するための表示信号を出力する重畳ステップとを含むことを特徴とする。   The display signal processing method of the present invention includes a signal receiving step for receiving an operation signal corresponding to a user operation on the GUI screen, and a screen size layer according to the operation signal received by the processing of the signal receiving step. A drawing step for drawing a predetermined GUI image constituting the GUI screen, and a display signal for displaying the GUI screen by superimposing a signal corresponding to the layer on which the predetermined GUI image is drawn by the processing of the drawing step And a superimposing step for outputting.

本発明の記録媒体に記録されているプログラムは、GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップと、信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、GUI画面を構成する所定のGUI画像を描画する描画ステップと、描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、GUI画面を表示するための表示信号を出力する重畳ステップとを含むことを特徴とする。   The program recorded on the recording medium of the present invention includes a signal receiving step for receiving an operation signal corresponding to a user operation on the GUI screen, and a screen size layer according to the operation signal received by the processing of the signal receiving step. In order to display a GUI screen by superimposing a rendering step for rendering a predetermined GUI image constituting the GUI screen on (layer) and a signal corresponding to the layer on which the predetermined GUI image is rendered by the processing of the rendering step And a superimposing step for outputting the display signal.

本発明のプログラムは、GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップと、信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、GUI画面を構成する所定のGUI画像を描画する描画ステップと、描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、GUI画面を表示するための表示信号を出力する重畳ステップとを含むことを特徴とする。   The program according to the present invention includes a signal receiving step for receiving an operation signal corresponding to a user operation on the GUI screen, and a GUI screen on a layer having a screen size according to the operation signal received by the processing of the signal receiving step. A drawing step for drawing a predetermined GUI image constituting the image, and a superposition for outputting a display signal for displaying a GUI screen by superimposing a signal corresponding to a layer on which the predetermined GUI image is drawn by the processing of the drawing step And a step.

本発明においては、GUI画面に対するユーザの操作に対応した操作信号が受け付けられ、受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、GUI画面を構成する所定のGUI画像が描画される。そして、所定のGUI画像が描画されたレイヤに対応する信号が重畳されて、GUI画面を表示するための表示信号が出力される。   In the present invention, an operation signal corresponding to a user operation on the GUI screen is accepted, and a predetermined GUI image constituting the GUI screen is drawn on a layer having a screen size in accordance with the accepted operation signal. The Then, a signal corresponding to the layer on which the predetermined GUI image is drawn is superimposed, and a display signal for displaying the GUI screen is output.

本発明によれば、GUIに関する機能の開発、または機能の追加や削除などの変更を簡単に行うことができる。   According to the present invention, it is possible to easily perform development such as the development of a GUI-related function or addition or deletion of a function.

以下に本発明の最良の形態を説明するが、開示される発明と実施の形態との対応関係を例示すると、次のようになる。本明細書中には記載されているが、発明に対応するものとして、ここには記載されていない実施の形態があったとしても、そのことは、その実施の形態が、その発明に対応するものではないことを意味するものではない。逆に、実施の形態が発明に対応するものとしてここに記載されていたとしても、そのことは、その実施の形態が、その発明以外の発明には対応しないものであることを意味するものでもない。   BEST MODE FOR CARRYING OUT THE INVENTION The best mode of the present invention will be described below. The correspondence relationship between the disclosed invention and the embodiments is exemplified as follows. Although there are embodiments which are described in this specification but are not described here as corresponding to the invention, the embodiments correspond to the invention. It does not mean that it is not a thing. Conversely, even if an embodiment is described herein as corresponding to an invention, that means that the embodiment does not correspond to an invention other than the invention. Absent.

さらに、この記載は、明細書に記載されている発明の全てを意味するものではない。換言すれば、この記載は、明細書に記載されている発明であって、この出願では請求されていない発明の存在、すなわち、将来、分割出願されたり、補正により出現し、追加される発明の存在を否定するものではない。   Further, this description does not mean all the inventions described in the specification. In other words, this description is for the invention described in the specification and not claimed in this application, i.e., for the invention that will be applied for in the future or that will appear as a result of amendment and added. It does not deny existence.

請求項1に記載の表示信号処理装置は、GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付手段(例えば、図2の入力部26)と、信号受付手段により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)(例えば、図7のレイヤ71−1)に、GUI画面(例えば、図7のGUI表示画面72)を構成する所定のGUI画像(例えば、図7のタイトル81、スライドバー82および83)を描画する描画手段(例えば、図5の描画コンポーネント55−1)と、描画手段により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、GUI画面を表示するための表示信号を出力する重畳手段(例えば、図5の信号重畳部52)とを備えることを特徴とする。   The display signal processing apparatus according to claim 1 includes a signal receiving unit (for example, the input unit 26 in FIG. 2) that receives an operation signal corresponding to a user operation on the GUI screen, and an operation signal received by the signal receiving unit. Accordingly, a predetermined GUI image (for example, the title of FIG. 7) constituting the GUI screen (for example, the GUI display screen 72 of FIG. 7) is displayed on the layer of the screen size (for example, the layer 71-1 of FIG. 7). 81, slide bars 82 and 83) and a GUI screen by superimposing a signal corresponding to a layer on which a predetermined GUI image is drawn by the drawing means (for example, the drawing component 55-1 in FIG. 5). And a superimposing unit (for example, the signal superimposing unit 52 in FIG. 5) that outputs a display signal for displaying the image.

請求項2に記載の表示信号処理装置は、描画手段は、操作入力手段により入力された操作信号が、所定のGUI画像に対する操作信号であるか否かを判定する信号判定手段(例えば、図6の操作内容判定部61)を有し、信号判定手段により操作信号が所定のGUI画像に対する操作信号であると判定された場合、操作信号に応じて、レイヤに所定のGUI画像を描画するようにすることができる。   In the display signal processing apparatus according to claim 2, the drawing unit determines whether or not the operation signal input by the operation input unit is an operation signal for a predetermined GUI image (for example, FIG. 6). When the operation determination signal is determined to be an operation signal for a predetermined GUI image by the signal determination means, a predetermined GUI image is rendered on the layer in accordance with the operation signal. can do.

請求項3に記載の表示信号処理装置(例えば、図11の機能ブロックHであるGUI表示回路131)は、所定の信号処理を行う複数の機能ブロック(例えば、図11の機能ブロックA乃至H)と、複数の機能ブロックに対して共通コマンドを発行することにより、複数の機能ブロックの動作を制御する制御ブロック(例えば、図11のシステム制御ブロック110)とからなる信号処理システム(例えば、図11の画像信号処理装置100)の1機能ブロックとして構成され、信号受付手段(例えば、図14のコマンド送受信部141)は、GUI画面に対するユーザの操作に対応した操作信号としての共通コマンドを、制御ブロックから受け付け、描画手段(例えば、図14の描画コンポーネント151−1)は、信号受付手段により受け付けられた共通コマンドに応じて、レイヤに所定のGUI画像を描画するようにすることができる。   The display signal processing apparatus according to claim 3 (for example, the GUI display circuit 131 which is the functional block H of FIG. 11) has a plurality of functional blocks (for example, functional blocks A to H of FIG. 11) for performing predetermined signal processing. And a signal processing system (for example, FIG. 11) including a control block (for example, the system control block 110 in FIG. 11) for controlling the operations of the plurality of functional blocks by issuing a common command to the plurality of functional blocks. The signal receiving means (for example, the command transmission / reception unit 141 in FIG. 14) is configured to control a common command as an operation signal corresponding to a user operation on the GUI screen as a control block. The drawing means (for example, the drawing component 151-1 in FIG. 14) is received by the signal receiving means. Depending on Tagged common command may be adapted to draw a predetermined GUI image to the layer.

請求項4に記載の表示信号処理方法は、GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップ(例えば、図10のステップS1)と、信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、GUI画面を構成する所定のGUI画像を描画する描画ステップ(例えば、図10のステップS3)と、描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、GUI画面を表示するための表示信号を出力する重畳ステップ(例えば、図10のステップS7)とを含むことを特徴とする   The display signal processing method according to claim 4 is a signal reception step (for example, step S1 in FIG. 10) for receiving an operation signal corresponding to a user operation on the GUI screen, and an operation signal received by the processing of the signal reception step. In accordance with the drawing step, a predetermined GUI image is drawn by a drawing step (for example, step S3 in FIG. 10) for drawing a predetermined GUI image constituting the GUI screen on the layer of the screen size, and the processing of the drawing step. And a superimposing step (for example, step S7 in FIG. 10) for superimposing a signal corresponding to the layer and outputting a display signal for displaying a GUI screen.

なお、請求項5に記載の記録媒体、および請求項6に記載のプログラムは、上述した請求項4に記載の表示信号処理方法と基本的に同様の構成であるため、繰り返しになるのでその説明は省略する。   Since the recording medium according to claim 5 and the program according to claim 6 have basically the same configuration as the display signal processing method according to claim 4 described above, the description thereof is repeated. Is omitted.

以下、図を参照して本発明の実施の形態について説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図2は、本発明を適用した情報処理装置の一実施の形態を示す図である。図2の例においては、情報処理装置11は、例えば、パーソナルコンピュータなどからなり、コンピュータをベースに構成されている。   FIG. 2 is a diagram showing an embodiment of an information processing apparatus to which the present invention is applied. In the example of FIG. 2, the information processing apparatus 11 includes, for example, a personal computer and is configured based on a computer.

CPU(Central Processing Unit)21は、ROM(Read Only Memory)22に記憶されているプログラム、または記憶部28からRAM(Random Access Memory)23にロードされたアプリケーション35のプログラムなどに従って各種の処理を実行する。RAM23にはまた、CPU21が各種の処理を実行する上において必要なデータなども適宜記憶される。   A CPU (Central Processing Unit) 21 executes various processes according to a program stored in a ROM (Read Only Memory) 22 or a program of an application 35 loaded from a storage unit 28 to a RAM (Random Access Memory) 23. To do. The RAM 23 also appropriately stores data necessary for the CPU 21 to execute various processes.

CPU21、ROM22、およびRAM23は、バス24を介して相互に接続されている。このバス24にはまた、入出力インタフェース25も接続されている。   The CPU 21, ROM 22, and RAM 23 are connected to each other via a bus 24. An input / output interface 25 is also connected to the bus 24.

入出力インタフェース25には、キーボード、マウスなどよりなる入力部36、CRT(Cathode Ray Tube)、LCD(Liquid Crystal Display)などよりなる外部のディスプレイに、所定の画像などを出力させる出力部27、ハードディスクなどより構成される記憶部28、モデム、ターミナルアダプタなどより構成される通信部29が接続されている。通信部29は、図示せぬネットワークを介しての通信処理を行う。   The input / output interface 25 includes an input unit 36 such as a keyboard and a mouse, an output unit 27 that outputs a predetermined image or the like to an external display such as a CRT (Cathode Ray Tube) or LCD (Liquid Crystal Display), and a hard disk. Are connected to a storage unit 28 including a communication unit 29 including a modem and a terminal adapter. The communication unit 29 performs communication processing via a network (not shown).

入出力インタフェース25にはまた、必要に応じてドライブ30が接続され、磁気ディスク31、光ディスク32、光磁気ディスク33、或いは半導体メモリ34などが適宜装着され、それらから読み出されたコンピュータプログラムが、必要に応じて記憶部28にインストールされる。   A drive 30 is connected to the input / output interface 25 as necessary, and a magnetic disk 31, an optical disk 32, a magneto-optical disk 33, a semiconductor memory 34, or the like is appropriately mounted, and a computer program read from these is loaded. Installed in the storage unit 28 as necessary.

すなわち、CPU21が、各種のプログラムを実行することにより、図2のコンピュータは、各種の処理を実行する。この場合、プログラムは、図2のコンピュータに内蔵されている記録媒体としてのROM22や記憶部28に予め記録しておくことができる。あるいはまた、プログラムは、磁気ディスク31や、光ディスク32、光磁気ディスク33、半導体メモリ34などのリムーバブル記録媒体に、一時的あるいは永続的に格納(記録)し、いわゆるパッケージソフトウェアとして提供することができる。   That is, when the CPU 21 executes various programs, the computer in FIG. 2 executes various processes. In this case, the program can be recorded in advance in a ROM 22 or a storage unit 28 as a recording medium built in the computer of FIG. Alternatively, the program can be stored (recorded) temporarily or permanently in a removable recording medium such as the magnetic disk 31, the optical disk 32, the magneto-optical disk 33, or the semiconductor memory 34, and can be provided as so-called package software. .

なお、プログラムは、上述したようなリムーバブル記録媒体から図2のコンピュータにインストールする他、ダウンロードサイトから、デジタル衛星放送用の人工衛星を介して、図2のコンピュータに無線で転送したり、LAN(Local Area Network)、図示せぬネットワークを介して、図2のコンピュータに有線で転送してインストールすることもできる。   The program is installed on the computer shown in FIG. 2 from the above-described removable recording medium, or transferred from the download site to the computer shown in FIG. 2 via a digital satellite broadcasting artificial satellite. (Local Area Network), via a network (not shown), can also be installed on the computer of FIG. 2 by wire transfer.

ここで、図2のRAM23には、アプリケーション35のプログラムがロードされている。このアプリケーション35は、所定のGUI表示画面(Graphic User Interface)を描画し、ディスプレイに表示させて、GUI表示画面に対するユーザの操作に対応する操作信号であるGUIイベントを受け付け、受け付けたGUIイベントに対応して、GUI表示画面を描画するとともに、所定の機能を行うものである。   Here, the program of the application 35 is loaded in the RAM 23 of FIG. The application 35 draws a predetermined GUI display screen (Graphic User Interface), displays the GUI on the display, receives a GUI event that is an operation signal corresponding to a user operation on the GUI display screen, and corresponds to the received GUI event. Then, a GUI display screen is drawn and a predetermined function is performed.

次に、図3および図4を参照して、本発明に係るGUI表示画面の構造の概念を説明する。
図3の例においては、アプリケーション35により描画され、外部のディスプレイに表示されるGUI表示画面41が示されている。
Next, the concept of the structure of the GUI display screen according to the present invention will be described with reference to FIGS.
In the example of FIG. 3, a GUI display screen 41 drawn by the application 35 and displayed on an external display is shown.

GUI表示画面41は、例えば、背景画像41a、枠41b、枠41c、ボタン41d、およびボタン42eのGUI画像(部品)により構成されている。   The GUI display screen 41 is composed of, for example, GUI images (components) of a background image 41a, a frame 41b, a frame 41c, a button 41d, and a button 42e.

また、このGUI表示画面41は、内部的には、複数のレイヤ42−1乃至42−3により階層的に構成されている。レイヤ42−1乃至42−3は、表示画面サイズで構成された透過度の設定可能なシート(層)であり、各レイヤ42−1乃至42−3上には、GUI表示画面41を構成する少なくとも1つのGUI画像が描画されている。また、レイヤ42−1乃至42−3には、表示順位が設定されている。   Further, the GUI display screen 41 is internally configured in a hierarchical manner by a plurality of layers 42-1 to 42-3. The layers 42-1 to 42-3 are sheets (layers) with a transparency that can be set in the display screen size, and the GUI display screen 41 is configured on each of the layers 42-1 to 42-3. At least one GUI image is drawn. In addition, display order is set for the layers 42-1 to 42-3.

すなわち、OHPシートに描かれた画像を重ねて投影されるイメージで、GUI表示画面41は構成されている。   That is, the GUI display screen 41 is configured with an image projected by superimposing images drawn on the OHP sheet.

例えば、レイヤ42−1には、枠41bおよび枠41cが描画されており、表示順位が1番目と設定されている。レイヤ42−2には、ボタン41dおよびボタン41eが描画されており、表示順位が2番目と設定されている。レイヤ42−3には、背景画像41aが描画されており、表示順位が3番目と設定されている。   For example, a frame 41b and a frame 41c are drawn on the layer 42-1, and the display order is set to the first. On the layer 42-2, a button 41d and a button 41e are drawn, and the display order is set to the second. A background image 41a is drawn on the layer 42-3, and the display order is set to the third.

アプリケーション35は、設定された表示順位に基づいて、これらのレイヤ42−1乃至42−3を重畳して、これらのレイヤ42−1乃至42−3が重畳された表示信号を出力部27に出力する。これにより、外部のディスプレイには、GUI表示画面41が表示される。   The application 35 superimposes these layers 42-1 to 42-3 based on the set display order, and outputs a display signal on which these layers 42-1 to 42-3 are superimposed to the output unit 27. To do. Thereby, the GUI display screen 41 is displayed on the external display.

なお、重畳の際、各レイヤ42−1乃至42−3間のGUI画像は、半透明に設定することも、例えば、上のレイヤ42−1のGUI画像が、下のレイヤ42−2のGUI画像を覆い隠すように設定することも可能である。   When superimposing, the GUI image between the layers 42-1 to 42-3 may be set to be translucent, for example, the GUI image of the upper layer 42-1 may be set to the GUI of the lower layer 42-2. It is also possible to set so as to cover the image.

このGUI表示画面41に対するユーザの操作に対応するGUIイベントは、図4に示されるように、GUI表示画面41を構成するすべてのレイヤ42−1乃至42−3に対して供給される。そして、各レイヤ42−1乃至42−3においては、受け取ったイベントの内容と自己の状態に応じて、各GUI画像の描画が独立して実行される。   The GUI event corresponding to the user operation on the GUI display screen 41 is supplied to all the layers 42-1 to 42-3 constituting the GUI display screen 41 as shown in FIG. In each of the layers 42-1 to 42-3, drawing of each GUI image is executed independently according to the contents of the received event and its own state.

例えば、ユーザの操作によりボタン41dが選択されたGUIイベントが供給された場合、レイヤ42−1および42−3上のGUI画像は、自己に対するイベントではないので変化しないが、レイヤ42−2上のボタン41dは、GUIイベントに応じて、例えば、選択したことを表わす選択色で描画され、選択色に表示が変わる。   For example, when a GUI event in which the button 41d is selected by a user operation is supplied, the GUI images on the layers 42-1 and 42-3 do not change because they are not events for themselves, but on the layer 42-2 In response to the GUI event, the button 41d is drawn, for example, in a selection color indicating selection, and the display changes to the selection color.

なお、非表示の状態のレイヤのGUI画像に対しては、GUIイベントが受け取られたとしても描画処理は行われない。   Note that no drawing process is performed on a GUI image of a non-displayed layer even if a GUI event is received.

以上のように、GUI表示画面41を構成することにより、各レイヤ42−1乃至42−3の独立性が高くなる。したがって、例えば、レイヤ42−1を削除したとしても、他のレイヤ42−2および42−3に、レイヤ42−1を削除したことによる問題、すなわち、GUIイベントが届かなくなるなどの問題が生じることが抑制される。また、新たにレイヤを追加する場合にも、既存のレイヤに影響が及ぶことが抑制される。   As described above, by configuring the GUI display screen 41, the independence of each of the layers 42-1 to 42-3 is increased. Therefore, for example, even if the layer 42-1 is deleted, a problem caused by the deletion of the layer 42-1 to the other layers 42-2 and 42-3, that is, a problem that the GUI event is not received occurs. Is suppressed. In addition, when a new layer is added, it is suppressed that the existing layer is affected.

したがって、GUIに関する機能の追加、削除を簡単に行うことができる。   Therefore, addition and deletion of functions related to the GUI can be easily performed.

図5は、情報処理装置11の機能構成の一例を示すブロック図である。図5に示される機能ブロックは、情報処理装置11のCPU21により、アプリケーション35のプログラムが実行されることで実現される。   FIG. 5 is a block diagram illustrating an example of a functional configuration of the information processing apparatus 11. The functional blocks shown in FIG. 5 are realized by executing the program of the application 35 by the CPU 21 of the information processing apparatus 11.

GUI描画処理部51は、表示画面サイズの対象のレイヤに、GUI表示画面を構成するGUI画像のうちの所定のGUI画像を描画し、入力部26により入力されるユーザの操作に対応する操作信号を、GUIイベントとして受け取り、GUIイベントと対象のGUI画像の状態に応じて、所定のGUI画像の描画処理を行う複数の描画コンポーネント55−1乃至55−3(図5の場合、3つ)により構成されている。   The GUI drawing processing unit 51 draws a predetermined GUI image among the GUI images constituting the GUI display screen on the target layer of the display screen size, and an operation signal corresponding to a user operation input by the input unit 26 As a GUI event, and depending on the GUI event and the state of the target GUI image, a plurality of drawing components 55-1 to 55-3 (three in FIG. 5) that perform drawing processing of a predetermined GUI image It is configured.

すなわち、入力部26により入力されるユーザの操作に対応する操作信号は、GUIイベントとして、GUI表示画面のすべての各レイヤに描画を行う、GUI描画処理部51を構成するすべての描画コンポーネント55−1乃至55−3に供給される。これらの描画コンポーネント55−1乃至55−3は、互いに依存することはなく、独立した処理を行う。以下、描画コンポーネント55−1乃至55−3を個々に区別する必要がない場合、単に、描画コンポーネント55と称する。なお、描画コンポーネント55の数は、3つに限定されない。   That is, an operation signal corresponding to a user operation input by the input unit 26 is drawn as a GUI event on all the layers of the GUI display screen, and all drawing components 55-constituting the GUI drawing processing unit 51 are drawn. 1 to 55-3. These drawing components 55-1 to 55-3 do not depend on each other and perform independent processing. Hereinafter, when there is no need to distinguish the drawing components 55-1 to 55-3, they are simply referred to as the drawing component 55. The number of drawing components 55 is not limited to three.

描画コンポーネント55−1乃至55−3は、対象のGUI画像の状態を記憶しており、入力部26からのGUIイベントと対象のGUI画像の状態に応じて、自己が対象とするGUI画像を、図3を参照して上述した表示画面サイズのレイヤに描画したり、対象のGUI画像の状態を遷移させる。そして、描画コンポーネント55−1乃至55−3は、それぞれGUI画像が描画されたレイヤに対応する表示信号を信号重畳部52に出力する。   The drawing components 55-1 to 55-3 store the state of the target GUI image, and depending on the GUI event from the input unit 26 and the state of the target GUI image, Drawing is performed on the layer having the display screen size described above with reference to FIG. 3, and the state of the target GUI image is changed. Then, the drawing components 55-1 to 55-3 each output a display signal corresponding to the layer on which the GUI image is drawn to the signal superimposing unit 52.

また、描画コンポーネント55−1乃至55−3は、必要に応じて、対象のGUI画像の状態の遷移を、他の描画コンポーネント55に通知したり、あるいは、対象とするGUI画像がパラメータを入力可能な画像であった場合には、入力部26からのGUIイベントと対象のGUI画像の状態に応じたパラメータを、機能実行部53に供給する。   In addition, the drawing components 55-1 to 55-3 can notify the other drawing component 55 of the state transition of the target GUI image, or the target GUI image can input parameters as necessary. If the image is a correct image, the function execution unit 53 is supplied with parameters according to the GUI event from the input unit 26 and the state of the target GUI image.

信号重畳部52は、描画コンポーネント55−1乃至55−3から各GUI画像が描画されたレイヤに対応する表示信号を入力すると、予め設定された所定の表示順位、および所定の透過度に基づいて、各表示信号を重畳(合成)し、GUI表示画面の表示信号を取得し、取得した表示信号を出力部27に出力し、外部のディスプレイにGUI表示画面を表示させる。   When the signal superimposing unit 52 receives a display signal corresponding to the layer on which each GUI image is drawn from the drawing components 55-1 to 55-3, the signal superimposing unit 52 is based on a predetermined display order set in advance and a predetermined transparency. Each display signal is superimposed (synthesized), the display signal of the GUI display screen is acquired, the acquired display signal is output to the output unit 27, and the GUI display screen is displayed on the external display.

機能実行部53は、描画コンポーネント55−1乃至55−3から供給されるパラメータに応じて、アプリケーション35が提供する所定の機能を実行する。例えば、アプリケーション35が画像処理アプリケーションの場合には、ユーザが入力部26を操作して所定のGUI画像に対して入力したパラメータが、所定のGUI画像を対象とする描画コンポーネント55を介して供給されるので、機能実行部53は、そのパラメータで、画像処理の設定を変更し、変更した設定で画像処理を行う。   The function execution unit 53 executes a predetermined function provided by the application 35 in accordance with the parameters supplied from the drawing components 55-1 to 55-3. For example, when the application 35 is an image processing application, parameters input by the user to the predetermined GUI image by operating the input unit 26 are supplied via the drawing component 55 for the predetermined GUI image. Therefore, the function execution unit 53 changes the image processing setting with the parameter, and performs image processing with the changed setting.

図6は、描画コンポーネント55の構成例を示している。   FIG. 6 shows a configuration example of the drawing component 55.

図6の例においては、描画コンポーネント55は、操作内容判定部61、描画部62aおよび状態遷移部62bからなる描画処理部62、情報送信部63により構成されている。   In the example of FIG. 6, the drawing component 55 includes an operation content determination unit 61, a drawing processing unit 62 including a drawing unit 62a and a state transition unit 62b, and an information transmission unit 63.

操作内容判定部61は、自己のレイヤ上のGUI画像に対応する操作内容を記憶しており、入力部26からのGUIイベントが自己のレイヤに係るイベントであるか否かを判定し、自己のレイヤに係るイベントであった場合、GUI画像の操作内容を解釈して、描画部62aおよび状態遷移部62bを制御し、解釈した描画処理を実行させる。   The operation content determination unit 61 stores the operation content corresponding to the GUI image on its own layer, determines whether the GUI event from the input unit 26 is an event related to its own layer, If the event is related to a layer, the operation content of the GUI image is interpreted, the drawing unit 62a and the state transition unit 62b are controlled, and the interpreted drawing process is executed.

また、操作内容判定部61は、他の描画コンポーネント55からGUI画像の状態遷移などを通知するGUIイベントも受信し、GUIイベントに基づいて、描画部62aおよび状態遷移部62bを制御し、解釈した描画処理を実行させる。   The operation content determination unit 61 also receives a GUI event notifying the state transition of the GUI image from the other drawing component 55, and controls and interprets the drawing unit 62a and the state transition unit 62b based on the GUI event. Execute the drawing process.

描画部62aは、操作内容判定部61の制御のもと、状態遷移部62bが記憶しているレイヤの状態に基づいて、自己のレイヤに、対象のGUI画像を描画し、対象のGUI画像が描画されたレイヤに対応する表示信号を、信号重畳部52に出力する。   Under the control of the operation content determination unit 61, the drawing unit 62a draws the target GUI image on its own layer based on the state of the layer stored in the state transition unit 62b. A display signal corresponding to the drawn layer is output to the signal superimposing unit 52.

状態遷移部62bは、対象のGUI画像の状態を記憶しており、操作内容判定部61の制御のもと、GUI画像の状態を遷移させる。例えば、状態遷移部62bは、自己のレイヤにおける移動するGUI画像の位置や、対象のGUI画像が表示状態であるか、また、対象のGUI画像がユーザにより操作可能な状態(優先状態)であるか否かなどを記憶している。   The state transition unit 62b stores the state of the target GUI image, and transitions the state of the GUI image under the control of the operation content determination unit 61. For example, the state transition unit 62b is in a state (priority state) where the position of the moving GUI image in the own layer, the target GUI image is in the display state, or the target GUI image can be operated by the user. Or not.

なお、GUI表示画面において、ユーザの操作により最も近い過去に選択されたGUI画像の状態が優先状態(すなわち、ユーザにより操作可能な状態)となる。そして、状態遷移部62bは、必要に応じて、情報送信部63を制御し、このGUI画像の状態遷移を、他の描画コンポーネント55に送信させる。これにより、他の描画コンポーネント55は、対象のGUI画像の優先状態が他のGUI画像に遷移したことなどを認識する。   In the GUI display screen, the state of the GUI image selected in the past closest to the user's operation becomes the priority state (that is, the state that can be operated by the user). And the state transition part 62b controls the information transmission part 63 as needed, and transmits the state transition of this GUI image to the other drawing component 55. FIG. Thereby, the other drawing component 55 recognizes that the priority state of the target GUI image has changed to another GUI image.

また、対象のGUI画像がパラメータを入力可能な画像であった場合、状態遷移部62bは、操作内容判定部61の制御のもと、状態遷移部62bが記憶している状態に基づいて、前回のパラメータに、入力されたパラメータを追加して新しいパラメータを設定し、設定したパラメータを、情報送信部63に供給する。   In addition, when the target GUI image is an image in which parameters can be input, the state transition unit 62b performs the previous operation based on the state stored in the state transition unit 62b under the control of the operation content determination unit 61. The new parameter is set by adding the input parameter to the parameter, and the set parameter is supplied to the information transmitting unit 63.

情報送信部63は、状態遷移部62bの制御のもと、GUI画像の状態遷移を、GUIイベントとして、他の描画コンポーネント55に送信したり、パラメータを機能実行部53に送信する。   Under the control of the state transition unit 62 b, the information transmission unit 63 transmits the state transition of the GUI image as a GUI event to another drawing component 55 or transmits a parameter to the function execution unit 53.

次に、図7を参照して、描画コンポーネント55−1乃至55−3により各レイヤに描画されるGUI画像について説明する。   Next, GUI images rendered on each layer by the rendering components 55-1 to 55-3 will be described with reference to FIG.

図7の例においては、描画コンポーネント55−1が対象とするレイヤ71−1、描画コンポーネント55−2が対象とするレイヤ71−2、描画コンポーネント55−3が対象とするレイヤ71−3と、GUI画像が描画されたレイヤ71−1乃至71−3に対応する表示信号が信号重畳部52により重畳され、ディスプレイに表示されるGUI表示画面72が示されている。   In the example of FIG. 7, the layer 71-1 targeted by the drawing component 55-1, the layer 71-2 targeted by the drawing component 55-2, the layer 71-3 targeted by the drawing component 55-3, A GUI display screen 72 displayed on the display is shown in which display signals corresponding to the layers 71-1 to 71-3 on which the GUI images are drawn are superimposed by the signal superimposing unit 52.

レイヤ71−1には、「パラメータ設定」と示されるタイトル81、ユーザの操作に応じてパラメータ1の入力を行うためのカーソル82aを有したスライドバー82、ユーザの操作に応じてパラメータ2の入力を行うためのカーソル83aを有したスライドバー83が描画される。   The layer 71-1 includes a title 81 indicated as “parameter setting”, a slide bar 82 having a cursor 82 a for inputting a parameter 1 according to a user operation, and an input of parameter 2 according to a user operation. A slide bar 83 having a cursor 83a for performing is drawn.

レイヤ71−2には、ユーザの操作に応じてパラメータ3の入力を行うためのカーソル84aを有したスライドバー84が描画される。   On the layer 71-2, a slide bar 84 having a cursor 84a for inputting the parameter 3 in accordance with a user operation is drawn.

レイヤ71−3には、パラメータ1、パラメータ2、およびパラメータ3の値を表示するための設定値表示85−1乃至85−3が描画される。   On the layer 71-3, setting value displays 85-1 to 85-3 for displaying the values of the parameter 1, the parameter 2, and the parameter 3 are drawn.

すなわち、描画コンポーネント55−1は、レイヤ71−1に、タイトル81、スライドバー82、およびスライドバー83を描画し、タイトル81、スライドバー82、およびスライドバー83が描画されたレイヤ71−1に対応する表示信号を信号重畳部52に出力する。   That is, the drawing component 55-1 draws the title 81, the slide bar 82, and the slide bar 83 on the layer 71-1, and the layer 71-1 on which the title 81, the slide bar 82, and the slide bar 83 are drawn. A corresponding display signal is output to the signal superimposing unit 52.

描画コンポーネント55−2は、レイヤ71−2に、スライドバー84を描画し、スライドバー84が描画されたレイヤ71−2に対応する表示信号を信号重畳部52に出力する。   The drawing component 55-2 draws the slide bar 84 on the layer 71-2, and outputs a display signal corresponding to the layer 71-2 on which the slide bar 84 is drawn to the signal superimposing unit 52.

描画コンポーネント55−3は、レイヤ71−3に、設定値表示85−1乃至85−3を描画し、設定値表示85−1乃至85−3が描画されたレイヤ71−3に対応する表示信号を信号重畳部52に出力する。   The drawing component 55-3 draws the set value displays 85-1 to 85-3 on the layer 71-3, and the display signal corresponding to the layer 71-3 on which the set value displays 85-1 to 85-3 are drawn. Is output to the signal superimposing unit 52.

信号重畳部52は、レイヤ71−1乃至71−3に対応する表示信号を入力すると、これらの表示信号を重畳し、重畳した表示信号を、出力部27に出力する。これにより、外部のディスプレイにGUI表示画面72が表示される。   When the display signal corresponding to the layers 71-1 to 71-3 is input, the signal superimposing unit 52 superimposes these display signals and outputs the superimposed display signal to the output unit 27. As a result, the GUI display screen 72 is displayed on the external display.

ここで、例えば、ユーザが入力部26を構成するマウスなどを用いて、パラメータ1の値を変更するために、カーソル82aを左方向に移動させる。入力部26は、ユーザの操作に対応する操作信号を、各描画コンポーネント55−1乃至55−3に供給する。   Here, for example, the user moves the cursor 82a to the left in order to change the value of the parameter 1 by using a mouse or the like constituting the input unit 26. The input unit 26 supplies an operation signal corresponding to a user operation to each of the drawing components 55-1 to 55-3.

描画コンポーネント55−1は、入力部26からの操作信号をGUIイベントとして受け付けると、GUIイベントと現状のカーソル82aの位置に応じて、カーソル82aを移動させたスライドバー82を、変更のないタイトル81およびスライドバー83とともにレイヤ71−1に描画し、各GUI画像が描画されたレイヤ71−1に対応する表示信号を信号重畳部52に出力する。   When the drawing component 55-1 accepts an operation signal from the input unit 26 as a GUI event, the slide bar 82 in which the cursor 82a is moved according to the GUI event and the current position of the cursor 82a is changed to the title 81 without change. The image is drawn on the layer 71-1 together with the slide bar 83, and a display signal corresponding to the layer 71-1 on which each GUI image is drawn is output to the signal superimposing unit 52.

描画コンポーネント55−2は、入力部26からの操作信号をGUIイベントとして受け付けると、このGUIイベントが自己のレイヤのイベントではないので、新しく描画することなく、各GUI画像が描画されたレイヤ71−2に対応する表示信号を信号重畳部52に出力する。   When the drawing component 55-2 receives an operation signal from the input unit 26 as a GUI event, the GUI event is not an event of its own layer, and therefore, the layer 71- in which each GUI image is drawn without newly drawing. A display signal corresponding to 2 is output to the signal superimposing unit 52.

描画コンポーネント55−3は、入力部26からの操作信号をGUIイベントとして受け付けると、GUIイベントと現状の設定表示85−1の値に応じて、数字が変更された設定表示85−1を、変更のない設定表示85−2および85−3とともにレイヤ71−3に描画し、各GUI画像が描画されたレイヤ71−3に対応する表示信号を信号重畳部52に出力する。   When the drawing component 55-3 receives the operation signal from the input unit 26 as a GUI event, the drawing component 55-3 changes the setting display 85-1 in which the number is changed according to the value of the GUI event and the current setting display 85-1. The image is drawn on the layer 71-3 together with the setting displays 85-2 and 85-3 having no image, and a display signal corresponding to the layer 71-3 on which each GUI image is drawn is output to the signal superimposing unit 52.

信号重畳部52は、新しく描画されたレイヤ71−1およびレイヤ71−3の表示信号を、変更されないレイヤ71−2の表示信号に重畳し、重畳した表示信号を、出力部27に出力する。これにより、外部のディスプレイに、カーソル82aの位置および設定値表示85−1の数字が変更されたGUI表示画面72が表示される。   The signal superimposing unit 52 superimposes the newly drawn display signals of the layer 71-1 and the layer 71-3 on the display signal of the layer 71-2 that is not changed, and outputs the superimposed display signal to the output unit 27. Thereby, the GUI display screen 72 in which the position of the cursor 82a and the number of the set value display 85-1 are changed is displayed on the external display.

また、カーソル82aを移動させるGUIイベントが入力されたとき、描画コンポーネント55−1は、描画処理を行うと同時に、そのGUIイベントおよび現状のカーソル82aの位置に応じて、移動後のスライダバー82の状態(カーソル82aの位置)を記憶するとともに、パラメータを設定し、設定したパラメータを機能動作部53に出力する。   When a GUI event for moving the cursor 82a is input, the drawing component 55-1 performs drawing processing, and at the same time, according to the GUI event and the current position of the cursor 82a, the slider bar 82 after the movement is displayed. The state (position of the cursor 82 a) is stored, parameters are set, and the set parameters are output to the function operation unit 53.

これにより、機能動作部53が行う動作の設定のパラメータ値が変更され、機能動作部53は、描画コンポーネント55−1からのパラメータに応じて、適応的に動作する。具体的には、アプリケーション35が画像処理を行うアプリケーションであり、パラメータ1がぼかしフィルタのパラメータであった場合、機能動作部53は、描画コンポーネント55−1からのパラメータで、画像処理のぼかしフィルタの設定を変更し、変更した設定で画像処理を行う。   Thereby, the parameter value of the setting of the operation performed by the functional operation unit 53 is changed, and the functional operation unit 53 operates adaptively according to the parameter from the drawing component 55-1. Specifically, when the application 35 is an application that performs image processing and the parameter 1 is a blur filter parameter, the function operation unit 53 uses the parameters from the drawing component 55-1 to determine the blur filter for image processing. Change the settings and perform image processing with the changed settings.

なお、図7の例においては、パラメータ1および2の値は、描画コンポーネント55−1により機能動作部53に供給され、パラメータ3の値は、描画コンポーネント55−2により機能動作部53に供給され、描画コンポーネント55−3からは、パラメータ1乃至3の値は供給されないように構成されている。   In the example of FIG. 7, the values of parameters 1 and 2 are supplied to the functional operation unit 53 by the drawing component 55-1, and the value of parameter 3 is supplied to the functional operation unit 53 by the drawing component 55-2. The values of parameters 1 to 3 are not supplied from the drawing component 55-3.

したがって、カーソル82aを移動させるGUIイベントが入力されたとき、描画コンポーネント55−3は、描画処理を行うと同時に、そのGUIイベントおよび現状の設定表示85−1の値に応じて、移動後の設定表示85−1の状態(数字)を記憶だけする。   Therefore, when a GUI event for moving the cursor 82a is input, the drawing component 55-3 performs a drawing process, and at the same time, the setting after movement according to the value of the GUI event and the current setting display 85-1. Only the state (number) of the display 85-1 is stored.

以上のように、GUI表示画面72を構成する任意のGUI画像を、各描画コンポーネント55が対象とするレイヤ71−1乃至71−3に描画し、ユーザの操作に対応したGUIイベントを、すべてのレイヤの描画コンポーネント55に供給するようにしたので、各レイヤ71−1乃至71−3およびこれらに対応する描画コンポーネント55の独立性が高くなる。   As described above, an arbitrary GUI image constituting the GUI display screen 72 is drawn on the layers 71-1 to 71-3 targeted by the respective drawing components 55, and GUI events corresponding to the user's operations are all displayed. Since the layer is supplied to the drawing component 55 of the layer, the independence of each of the layers 71-1 to 71-3 and the drawing component 55 corresponding thereto is increased.

したがって、例えば、レイヤ71−3を削除する際には、対応する描画コンポーネント55−3を削除するだけでよく、他の描画コンポーネント55−1および55−2を修正する必要がなく、他のレイヤ71−1または71−2に、GUIイベントが届かなくなるなどの問題が生じることが抑制される。また、新たにレイヤを追加する場合にも、対応する描画コンポーネント55を追加するだけでよく、既存の描画コンポーネント55を修正する必要がなく、既存のレイヤに影響が及ぶことが抑制される。   Therefore, for example, when deleting the layer 71-3, it is only necessary to delete the corresponding drawing component 55-3, and it is not necessary to modify the other drawing components 55-1 and 55-2. It is suppressed that problems such as the GUI event not reaching 71-1 or 71-2 occur. In addition, when a new layer is added, it is only necessary to add the corresponding drawing component 55, it is not necessary to modify the existing drawing component 55, and the influence on the existing layer is suppressed.

すなわち、従来は、図8に示されるように、タイトル81、スライドバー82、スライドバー83だけで構成される既存のGUI表示画面91に、スライドバー84、設定値表示85−1乃至85−2の機能追加を行い、新たなGUI表示画面92とする場合には、各機能がレイヤ構造には設定されていないので、既存のソースコードに対して修正を行わなければならなかった。   That is, conventionally, as shown in FIG. 8, an existing GUI display screen 91 including only a title 81, a slide bar 82, and a slide bar 83 is displayed on a slide bar 84 and setting value displays 85-1 to 85-2. When a new GUI display screen 92 is added, each function is not set in the layer structure, and the existing source code must be corrected.

したがって、従来においては、修正する際に、追加した機能だけでなく、既存の機能のも修正する必要があり、既存のソースコードを理解しなければならず、さらに、修正後には、機能追加された新たなGUI表示画面92を構成する、点線で示されるすべてのGUI画像(追加機能と既存機能の両方)で、機能追加によるバグが発生する恐れがあった。   Therefore, in the past, when modifying, it is necessary to modify not only the added function but also the existing function, and it is necessary to understand the existing source code. In addition, there is a possibility that a bug due to the addition of a function may occur in all the GUI images (both the added function and the existing function) indicated by the dotted line constituting the new GUI display screen 92.

これに対して、図9に示される本発明のGUI表示画面の構成によれば、例えば、タイトル81、スライドバー82、スライドバー83が描画されたレイヤ71−1が重畳されて構成される既存のGUI表示画面93に、スライドバー84、設定値表示85−1乃至85−2の機能追加を行い、新たなGUI表示画面72とする場合には、図7を参照して上述したように、既存のレイヤ71−1に、スライドバー84が描画されるレイヤ71−2、設定値表示85−1乃至85−2が描画されるレイヤ71−3を追加させるだけでよい。   On the other hand, according to the configuration of the GUI display screen of the present invention shown in FIG. 9, for example, an existing layer 71-1 on which a title 81, a slide bar 82, and a slide bar 83 are drawn is superimposed. When the functions of the slide bar 84 and the setting value displays 85-1 to 85-2 are added to the GUI display screen 93 to obtain a new GUI display screen 72, as described above with reference to FIG. It is only necessary to add the layer 71-2 on which the slide bar 84 is drawn and the layer 71-3 on which the setting value displays 85-1 to 85-2 are drawn to the existing layer 71-1.

すなわち、追加部分は、レイヤ71−2および71−3として、既存のGUI(のレイヤ71−1)と独立して存在するため、既存のソースコード(すなわち、描画コンポーネント55−1)に対しては手を加える必要がない。したがって、修正する際には、既存のソースコードを理解する必要はなくなり、開発効率を向上させることができる。また、修正後における機能追加に伴う不具合の発生は、仮に発生したとしても、図9において、点線で示される追加部分(スライドバー84、設定値表示85−1乃至85−2)のみに限定される。   That is, since the additional portion exists as layers 71-2 and 71-3 independently of the existing GUI (layer 71-1), the existing source code (that is, the drawing component 55-1) You don't have to change anything. Therefore, it is not necessary to understand the existing source code when modifying, and the development efficiency can be improved. Further, even if a problem occurs due to the function addition after the correction, even if it occurs, it is limited only to the additional part (slide bar 84, setting value display 85-1 to 85-2) indicated by a dotted line in FIG. The

以上により、機能追加を行う際の不具合発生の恐れが抑制され、開発工程を短くし、開発コストを低くすることができる。すなわち、GUIに関する機能の追加、削除を簡単に行うことが可能になる。   As described above, it is possible to suppress the occurrence of problems when adding functions, shorten the development process, and reduce the development cost. That is, it becomes possible to easily add and delete functions related to the GUI.

なお、上述した描画コンポーネント55においては、入力部26からのGUIイベントを個々に処理するので、従来の方法に対して処理のオーバヘッドがやや大きくなる。しかしながら、現在のCPUの能力からすれば、CPUの負荷は、それほど大きくなることはない。   In the drawing component 55 described above, since GUI events from the input unit 26 are individually processed, the processing overhead is slightly increased compared to the conventional method. However, in view of the current CPU capability, the load on the CPU does not increase so much.

次に、図10のフローチャートを参照して、情報処理装置11におけるアプリケーション35のGUI描画処理を説明する。なお、図10の例の処理は、1VSYNG(Vertical Synchronizing signal)につき、1回実行される。   Next, the GUI drawing process of the application 35 in the information processing apparatus 11 will be described with reference to the flowchart of FIG. Note that the processing in the example of FIG. 10 is executed once per 1 VSYNG (Vertical Synchronizing signal).

描画コンポーネント55−1により、タイトル81、スライドバー82、およびスライドバー83が描画されたレイヤ71−1に対応する表示信号が信号重畳部52に出力され、描画コンポーネント55−2により、スライドバー84が描画されたレイヤ71−2に対応する表示信号が信号重畳部52に出力され、描画コンポーネント55−3により、設定値表示85−1乃至85−3が描画されたレイヤ71−3に対応する表示信号が信号重畳部52に出力される。   A display signal corresponding to the layer 71-1 on which the title 81, the slide bar 82, and the slide bar 83 are drawn is output to the signal superimposing unit 52 by the drawing component 55-1, and the slide bar 84 is output by the drawing component 55-2. Is output to the signal superimposing unit 52, and the drawing component 55-3 corresponds to the layer 71-3 on which the setting value displays 85-1 to 85-3 are drawn. A display signal is output to the signal superimposing unit 52.

レイヤ71−1乃至71−3に対応する表示信号は、信号重畳部52により重畳され、重畳された表示信号に対応するGUI表示画面72は、出力部27により、外部のディスプレイに表示されている。   Display signals corresponding to the layers 71-1 to 71-3 are superimposed by the signal superimposing unit 52, and the GUI display screen 72 corresponding to the superimposed display signal is displayed on an external display by the output unit 27. .

例えば、ユーザが入力部26を構成するマウスなどを用いて、パラメータ1の値を変更するために、GUI表示画面72に表示されるカーソル82aを左方向に移動させる。入力部26は、このユーザの操作に対応する操作信号を、すべての描画コンポーネント55−1乃至55−3に供給する。   For example, the user moves the cursor 82a displayed on the GUI display screen 72 in the left direction in order to change the value of the parameter 1 using a mouse or the like constituting the input unit 26. The input unit 26 supplies an operation signal corresponding to the user operation to all the drawing components 55-1 to 55-3.

描画コンポーネント55−1の操作内容判定部61は、ステップS1において、GUIイベントを受け付けたか否かを判定する。操作内容判定部61は、入力部26からの操作信号をGUIイベントとして受け付けると、ステップS1において、GUIイベントを受け付けたと判定し、ステップS2に進み、受け付けたGUIイベントが、自己のレイヤに係るGUIイベントであるか否かを判定する。   The operation content determination unit 61 of the drawing component 55-1 determines whether or not a GUI event has been received in step S1. When the operation content determination unit 61 receives an operation signal from the input unit 26 as a GUI event, in step S1, the operation content determination unit 61 determines that a GUI event has been received, and proceeds to step S2, where the received GUI event is a GUI related to its own layer. Determine if it is an event.

操作内容判定部61は、ステップS2において、GUIイベントが、自己のレイヤに係るGUIイベントであると判定すると、ステップS3に進み、描画部62aおよび状態遷移部62bを制御し、GUIイベントに応じた描画処理を実行させる。   If the operation content determination unit 61 determines in step S2 that the GUI event is a GUI event related to its own layer, the operation content determination unit 61 proceeds to step S3, controls the drawing unit 62a and the state transition unit 62b, and responds to the GUI event. Execute the drawing process.

すなわち、操作内容判定部61は、GUI画像の操作内容(いまの場合、カーソル82aを左方向に移動させる操作)を解釈して、描画部62aおよび状態遷移部62bを制御し、解釈した描画処理を実行させる。   That is, the operation content determination unit 61 interprets the operation content of the GUI image (in this case, an operation to move the cursor 82a to the left), controls the drawing unit 62a and the state transition unit 62b, and interprets the drawing process. Is executed.

描画部62aは、操作内容判定部61の制御のもと、状態遷移部62bが記憶する現状のカーソル82aの位置に応じて、カーソル82aを移動させたスライドバー82を、変更のないタイトル81およびスライドバー83とともにレイヤ71−1に描画し、ステップS4に進む。   Under the control of the operation content determination unit 61, the drawing unit 62 a converts the slide bar 82 to which the cursor 82 a is moved according to the current position of the cursor 82 a stored in the state transition unit 62 b into the title 81 and the unchanged title 81. Drawing is performed on the layer 71-1 together with the slide bar 83, and the process proceeds to step S4.

なお、このとき、状態遷移部62bは、操作内容判定部61の制御のもと、現状のカーソル82aの位置に応じて、移動後のスライダバー82の状態を記憶するとともに、パラメータを設定し、設定したパラメータを機能動作部53に出力する。   At this time, the state transition unit 62b stores the state of the slider bar 82 after movement according to the current position of the cursor 82a under the control of the operation content determination unit 61, and sets parameters. The set parameters are output to the function operation unit 53.

これにより、機能動作部53が行う動作の設定のパラメータ値が変更され、機能動作部53は、描画コンポーネント55−1からのパラメータに応じて、適応的に動作する。   Thereby, the parameter value of the setting of the operation performed by the functional operation unit 53 is changed, and the functional operation unit 53 operates adaptively according to the parameter from the drawing component 55-1.

描画部62aは、ステップS4において、各GUI画像が描画されたレイヤ71−1に対応する表示信号を信号重畳部52に出力し、ステップS7に進む。   In step S4, the drawing unit 62a outputs a display signal corresponding to the layer 71-1 on which each GUI image is drawn to the signal superimposing unit 52, and proceeds to step S7.

一方、操作内容判定部61は、ステップS1において、GUIイベントを受け付けていないと判定すると、ステップS5に進み、描画部62aに、GUI画像の状態に応じた描画処理を制御する。また、操作内容判定部61は、ステップS2において、GUIイベントが、自己のレイヤに係るGUIイベントではないと判定すると、そのGUIイベントを破棄し、ステップS5に進み、描画部62aに、GUI画像の状態に応じた描画処理を制御する。   On the other hand, if the operation content determination unit 61 determines in step S1 that no GUI event has been received, the operation content determination unit 61 proceeds to step S5, and controls the drawing unit 62a to perform drawing processing according to the state of the GUI image. If the operation content determination unit 61 determines in step S2 that the GUI event is not a GUI event related to its own layer, the operation content determination unit 61 discards the GUI event, proceeds to step S5, and displays the GUI image in the drawing unit 62a. Controls the drawing process according to the state.

すなわち、描画部62aは、ステップS5において、状態遷移部62bが記憶しているレイヤの状態に基づいて、レイヤのGUI画像が表示状態であるか否かを判定し、レイヤのGUI画像が表示状態であると判定した場合、ステップS6に進み、GUI画像を新しく描画することなく、各GUI画像が描画されたレイヤに対応する表示信号を信号重畳部52に出力し、ステップS7に進む。   That is, in step S5, the drawing unit 62a determines whether or not the layer GUI image is in the display state based on the layer state stored in the state transition unit 62b, and the layer GUI image is in the display state. If it is determined, the process proceeds to step S6, the display signal corresponding to the layer on which each GUI image is rendered is output to the signal superimposing unit 52 without newly rendering the GUI image, and the process proceeds to step S7.

一方、ステップS5において、レイヤのGUI画像が表示状態ではないと判定した場合、描画部62aは、何も行わず、ステップS6をスキップし、ステップS7に進む。   On the other hand, if it is determined in step S5 that the GUI image of the layer is not in the display state, the drawing unit 62a does nothing, skips step S6, and proceeds to step S7.

なお、上述したステップS1乃至S6の処理は、描画コンポーネント55−2および55−3においても実行され、レイヤのGUI画像が表示状態である描画コンポーネント551乃至55−3からの表示信号が、信号重畳部52に供給される。   Note that the processing in steps S1 to S6 described above is also executed in the drawing components 55-2 and 55-3, and the display signals from the drawing components 551 to 55-3 in which the GUI image of the layer is displayed are signal superimposed. Supplied to the unit 52.

すなわち、信号重畳部52には、描画コンポーネント55−1からは、カーソル82aの位置が変更されたGUI画像が描画されたレイヤ71−2に対応する表示信号が供給され、描画コンポーネント55−2からは、変更のないGUI画像が描画されたレイヤ71−2に対応する表示信号が供給され、描画コンポーネント55−3からは、設定値表示85−1の数字が変更されたGUI画像が描画されたレイヤ71−2に対応する表示信号が供給される。   That is, a display signal corresponding to the layer 71-2 on which the GUI image in which the position of the cursor 82a is changed is supplied from the drawing component 55-1 to the signal superimposing unit 52-1. Is supplied with a display signal corresponding to the layer 71-2 on which an unmodified GUI image is rendered, and the rendering component 55-3 renders a GUI image with the setting value display 85-1 changed. A display signal corresponding to the layer 71-2 is supplied.

信号重畳部52は、ステップS7において、描画コンポーネント55−1乃至55−3からの表示信号を、予め設定された所定の表示順位、および所定の透過度に基づいて、重畳し、GUI表示画面の表示信号を取得し、取得した表示信号を出力部27に出力し、ステップS8に進む。   In step S7, the signal superimposing unit 52 superimposes the display signals from the drawing components 55-1 to 55-3 based on a predetermined display order set in advance and a predetermined transparency, and displays the GUI display screen. The display signal is acquired, the acquired display signal is output to the output unit 27, and the process proceeds to step S8.

出力部27は、ステップS8において、信号重畳部52からの表示信号に対応するGUI表示画面を、外部のディスプレイに表示させ、GUI描画処理を終了する。これにより、外部のディスプレイに、カーソル82aの位置および設定値表示85−1の数字が変更されたGUI表示画面72が表示される。   In step S8, the output unit 27 displays a GUI display screen corresponding to the display signal from the signal superimposing unit 52 on the external display, and ends the GUI drawing process. Thereby, the GUI display screen 72 in which the position of the cursor 82a and the number of the set value display 85-1 are changed is displayed on the external display.

以上のように、GUI描画処理部51を、描画コンポーネント55−1乃至55−3に分けて構成し、描画コンポーネント55−1乃至55−3により、GUI表示画面を階層的に構成するレイヤ上に、所定のGUI画像を描画させるようにして、各描画コンポーネント55−1乃至55−3に、GUIイベントを供給するようにしたので、所定のGUIの機能を削除や追加するときには、対象となるレイヤおよび描画コンポーネント55−1乃至55−3だけを削除すればよいので、GUIに関する機能の追加、削除を簡単に行うことができる。   As described above, the GUI drawing processing unit 51 is configured by being divided into the drawing components 55-1 to 55-3, and the drawing components 55-1 to 55-3 are used to lay the GUI display screen hierarchically. Since a predetermined GUI image is drawn and a GUI event is supplied to each of the drawing components 55-1 to 55-3, when a predetermined GUI function is deleted or added, the target layer Since only the drawing components 55-1 to 55-3 need to be deleted, it is possible to easily add and delete functions related to the GUI.

なお、上記説明においては、アプリケーション35を、GUIを用いて、画像処理などを行うアプリケーションとして説明したが、アプリケーションの機能については限定されない。   In the above description, the application 35 has been described as an application that performs image processing or the like using a GUI, but the function of the application is not limited.

また、上記説明においては、本発明を適用したGUI表示を行う表示信号処理装置として、パーソナルコンピュータからなる情報処理装置を用いて説明したが、パーソナルコンピュータに限定されず、例えば、携帯可能な記録再生装置であるPD(ポータブルデバイス)、携帯電話機、その他のPDA(Personal Digital Assistant)機器や、AV(Audio Visual)機器などの再生装置、記録再生装置や家電(家庭用電化製品)などのCE(Consumer Electronics)機器などで構成することもできる。   In the above description, the display signal processing apparatus that performs GUI display to which the present invention is applied has been described using an information processing apparatus including a personal computer. However, the display signal processing apparatus is not limited to a personal computer. CE (Consumer) such as PD (portable device), mobile phone, other PDA (Personal Digital Assistant) equipment, playback equipment such as AV (Audio Visual) equipment, recording / playback equipment and home appliances (home appliances) Electronics) equipment or the like.

さらに、本発明は、以下に説明する、信号処理を行う複数の機能ブロックと、機能ブロックを制御する制御ブロックからなり、ブロードキャストされる共通コマンドを用いて、機能ブロックの信号処理が制御されるように構成された画像信号処理装置にも適用される。   Furthermore, the present invention comprises a plurality of functional blocks for performing signal processing and a control block for controlling the functional blocks, which will be described below, so that the signal processing of the functional blocks is controlled using a broadcast common command. The present invention is also applied to the image signal processing apparatus configured as described above.

図11は、本発明を適用した画像処理装置の一実施の形態を示す図である。図11の例において、画像信号処理装置100は、入力した画像信号に所定の信号処理を行い、所定の信号処理がなされた画像信号に対応する画像を、接続されるディスプレイに表示する処理を行うものである。   FIG. 11 is a diagram showing an embodiment of an image processing apparatus to which the present invention is applied. In the example of FIG. 11, the image signal processing apparatus 100 performs predetermined signal processing on the input image signal, and performs processing to display an image corresponding to the image signal subjected to the predetermined signal processing on a connected display. Is.

図11の画像信号処理装置100は、筐体101を有している。筐体101には、コネクタ102a乃至102c,および103が設けられている。   An image signal processing apparatus 100 in FIG. 11 has a housing 101. The housing 101 is provided with connectors 102a to 102c and 103.

コネクタ102aは、外部ビデオ入力用のコネクタであって、図示せぬVCR(Video Cassette Recorder)、DVD(Digital Versatile Disc)プレーヤ等で再生された、外部ビデオ入力としての画像信号を入力するためのコネクタである。コネクタ102bは、デジタル地上波アンテナ線用のコネクタであって、図示せぬデジタル地上波用アンテナで受信された放送信号を入力するためのコネクタである。コネクタ102cは、U/V(UHF/VHF)アンテナ線用のコネクタであって、図示せぬU/V用アンテナで受信された放送信号を入力するためのコネクタである。コネクタ103は、図示せぬディスプレイに供給する画像信号を出力するためのコネクタである。   The connector 102a is an external video input connector for inputting an image signal as an external video input reproduced by a VCR (Video Cassette Recorder), a DVD (Digital Versatile Disc) player or the like (not shown). It is. The connector 102b is a connector for a digital terrestrial antenna line, and is a connector for inputting a broadcast signal received by a digital terrestrial antenna (not shown). The connector 102c is a connector for a U / V (UHF / VHF) antenna line, and is a connector for inputting a broadcast signal received by a U / V antenna (not shown). The connector 103 is a connector for outputting an image signal supplied to a display (not shown).

筐体101の内部には、例えばマイクロコンピュータを備え、装置全体の動作を制御するシステム制御ブロック110と、制御バス111を介して相互に接続される機能ブロックBとしての入力セレクタの基板122(以下、単に、「入力セレクタ122」とする)、機能ブロックCとしての信号ルータ(マトリクススイッチ)の基板123(以下、単に、「信号ルータ123」とする)、および機能ブロックHとしてのGUI(Graphic User Interface)表示回路の基板131(以下、単に、「GUI表示回路131」という)が設けられている。   The housing 101 includes, for example, a microcomputer, and includes a system control block 110 that controls the operation of the entire apparatus, and an input selector board 122 (hereinafter referred to as a functional block B) connected to each other via a control bus 111. , Simply referred to as “input selector 122”), a signal router (matrix switch) substrate 123 as function block C (hereinafter simply referred to as “signal router 123”), and a GUI (Graphic User as function block H). Interface) display circuit board 131 (hereinafter simply referred to as “GUI display circuit 131”) is provided.

なお、上述のマイクロコンピュータの動作プログラムは、例えばROM(Read Only Memory)等の記憶媒体によって提供される。この場合、当該記憶媒体を着脱自在とすることで、制御の変更に柔軟に対応可能となる。また、この記憶媒体を書き込み可能な不揮発性メモリとすることで、制御の変更に合わせて動作プログラムの内容を書き換えることができる。   Note that the above-described microcomputer operation program is provided by a storage medium such as a ROM (Read Only Memory). In this case, by making the storage medium detachable, it becomes possible to flexibly cope with a change in control. Further, by making the storage medium a writable nonvolatile memory, the contents of the operation program can be rewritten in accordance with the control change.

また、筐体101には、機能ブロックとしての基板を挿入するための複数個のスロット、図11の例においては、5個のスロット104a乃至104eが設けられている。なお、以下、スロット104a乃至104eを、特に区別する必要がない場合、スロット104と称する。   In addition, the housing 101 is provided with a plurality of slots for inserting substrates as functional blocks, and in the example of FIG. 11, five slots 104a to 104e are provided. Hereinafter, the slots 104a to 104e will be referred to as slots 104 when there is no need to distinguish them.

スロット104aには、機能ブロックAとしてのU/Vチューナの基板121(以下、単に、「U/Vチューナ121」とする)が挿入され、U/Vチューナ121は、スロット104aを介して、制御バス111に接続される。スロット104bには、機能ブロックFとしてのデジタル地上波チューナの基板126(以下、単に、「デジタル地上波チューナ126」とする)が挿入され、デジタル地上波チューナ126は、スロット104bを介して、制御バス111に接続される。   A U / V tuner board 121 (hereinafter simply referred to as “U / V tuner 121”) as a functional block A is inserted into the slot 104a, and the U / V tuner 121 is controlled via the slot 104a. Connected to the bus 111. A digital terrestrial tuner board 126 (hereinafter simply referred to as “digital terrestrial tuner 126”) as a functional block F is inserted into the slot 104b, and the digital terrestrial tuner 126 is controlled via the slot 104b. Connected to the bus 111.

スロット104cには、機能ブロックDとしての高画質化処理を行うDRC(Digital Reality Creation)回路の基板124(以下、単に、「DRC回路124」とする)が挿入され、DRC回路124は、スロット104cを介して、制御バス111に接続されている。スロット104dには、機能ブロックEとしてのLCD(Liquid Crystal Display)やPDP(Plasma Display Panel)等のパネル用処理回路の基板125(以下、単に、「パネル用処理回路125」とする)が挿入され、パネル用処理回路125は、スロット104dを介して、制御バス111に接続される。スロット104eには、機能ブロックGとしてのノイズ除去回路の基板127(以下、単に、「ノイズ除去回路127」とする)が挿入され、ノイズ除去回路127は、スロット104eを介して、制御バス111に接続される。   In the slot 104c, a substrate 124 (hereinafter simply referred to as “DRC circuit 124”) of a DRC (Digital Reality Creation) circuit that performs high image quality processing as the functional block D is inserted, and the DRC circuit 124 includes the slot 104c. And is connected to the control bus 111. A board 125 of a panel processing circuit such as an LCD (Liquid Crystal Display) or PDP (Plasma Display Panel) as a functional block E (hereinafter simply referred to as “panel processing circuit 125”) is inserted into the slot 104d. The panel processing circuit 125 is connected to the control bus 111 via the slot 104d. A noise removal circuit board 127 (hereinafter simply referred to as “noise removal circuit 127”) as a functional block G is inserted into the slot 104e, and the noise removal circuit 127 is connected to the control bus 111 via the slot 104e. Connected.

なお、実際には、機能ブロックには、図12を参照して後述するコネクタ120a乃至120cがそれぞれ設けられ、そのうちの制御用コネクタ120aが、スロット104を介して、制御バス111に接続されている。   In practice, the functional block is provided with connectors 120a to 120c described later with reference to FIG. 12, and the control connector 120a is connected to the control bus 111 via the slot 104. .

システム制御ブロック110は、画像信号処理装置100を構成する全ての機能ブロックA乃至Hに係る共通コマンドを取得し、機能ブロックA乃至Hに、制御バス111を介して、共通コマンドを送る。すなわち、システム制御ブロック110は、制御バス111に共通コマンドをブロードキャストする。   The system control block 110 acquires a common command related to all the function blocks A to H constituting the image signal processing apparatus 100 and sends the common command to the function blocks A to H via the control bus 111. That is, the system control block 110 broadcasts a common command to the control bus 111.

ここで、共通コマンドは、同報制御を行うためのコマンドであり、グローバルコマンドや放送型コマンドと呼ぶこともある。「同報制御」とは、制御コマンドの送り手から出される1つのコマンドに関連する1または複数の受け手が反応して制御されることを意味している。   Here, the common command is a command for performing broadcast control, and may be called a global command or a broadcast command. “Broadcast control” means that one or a plurality of receivers related to one command issued from a control command sender are controlled in response.

機能ブロックA乃至Hは、送られてくる共通コマンドが自己の機能ブロックに係る共通コマンドであるときは、共通コマンドに応じて、適応的に動作し、機能、例えば信号経路または信号処理の変更を行う。また、機能ブロックA乃至Hは、実行した処理に応じて、共通コマンドを発行し、制御バス111に共通コマンドをブロードキャストする場合もある。この共通コマンドは、システム制御ブロック110でも受信される。   When the sent common command is a common command related to its own function block, the function blocks A to H operate adaptively according to the common command, and change the function, for example, signal path or signal processing. Do. In addition, the functional blocks A to H may issue a common command and broadcast the common command to the control bus 111 according to the executed processing. This common command is also received by the system control block 110.

以上のように、機能ブロックA乃至Hは、システム制御ブロック110または他の機能ブロックA乃至Hから送られてくる共通コマンドが自己の機能ブロックに係る共通コマンドであるとき、その共通コマンドに応じて、適応的に動作する。   As described above, when the common command sent from the system control block 110 or the other functional blocks A to H is a common command related to its own functional block, the functional blocks A to H correspond to the common command. Works adaptively.

次に、図12を参照して、機能ブロックA乃至Gの基本となる機能ブロック120について説明する。   Next, with reference to FIG. 12, the functional block 120 which is the basis of the functional blocks A to G will be described.

図12は、機能ブロック120の構成を示している。この機能ブロック120は、制御用コネクタ120a、入力用コネクタ120bおよび出力用コネクタ120cを有している。なお、詳細は、図14を参照して後述するが、機能ブロックHとしてのGUI表示回路131も、機能ブロック120と同様の制御用コネクタ120a、入力用コネクタ120bおよび出力用コネクタ120cを有している。   FIG. 12 shows the configuration of the functional block 120. The functional block 120 includes a control connector 120a, an input connector 120b, and an output connector 120c. Although the details will be described later with reference to FIG. 14, the GUI display circuit 131 as the functional block H also includes a control connector 120a, an input connector 120b, and an output connector 120c similar to the functional block 120. Yes.

また、機能ブロック120は、制御部としての制御インタフェース(I/F)120dおよび機能部120eを有している。入力用コネクタ120bには機能部120eで処理すべき信号が入力され、この信号は入力用コネクタ120bを介して機能部120eに入力される。出力用コネクタ120cには機能部120eで処理されて出力された信号が出力される。   The functional block 120 includes a control interface (I / F) 120d as a control unit and a functional unit 120e. A signal to be processed by the function unit 120e is input to the input connector 120b, and this signal is input to the function unit 120e via the input connector 120b. The output connector 120c outputs a signal processed and output by the function unit 120e.

制御用コネクタ120aは、制御バス111に接続される。制御インタフェース120dは制御用コネクタ120aに接続されている。制御インタフェース120dは、自己の機能ブロックに係る共通コマンド(グローバルコマンド)と機能部120eを制御するための機能ブロック内コマンド(ローカルコマンド)との対応関係を記憶した記憶手段を有している。   The control connector 120a is connected to the control bus 111. The control interface 120d is connected to the control connector 120a. The control interface 120d has storage means for storing a correspondence relationship between a common command (global command) related to its own function block and a command within the function block (local command) for controlling the function unit 120e.

制御インタフェース120dは、システム制御ブロック110や他の機能ブロック120から制御バス111を通じて送信されてくる共通コマンドが自己の機能ブロックに係る共通コマンドであるとき、その共通コマンドを、記憶手段に記憶されている対応関係に基づいて、機能部120eを制御する機能ブロック内コマンドに変換する。   When a common command transmitted from the system control block 110 or another function block 120 through the control bus 111 is a common command related to its own function block, the control interface 120d stores the common command in the storage unit. Based on the corresponding relationship, the command is converted into an in-function block command for controlling the function unit 120e.

図13は、制御インタフェース120dの構成を示している。この制御インタフェース120dは、制御ポート120d-1、記憶手段としてのROM120d-2、および変換手段としてのインタプリタ120d-3を有している。ROM120d-2には、自己の機能ブロックに係る共通コマンドと、機能部120eを制御するための機能ブロック内コマンドとの対応関係が予め記憶されている。制御ポート120d-1は、システム制御ブロック110や他の機能ブロック120から制御バス111を通じて送られてくる共通コマンドを受信する。この意味で、制御ポート120d-1は、共通コマンドの受信手段を構成している。   FIG. 13 shows the configuration of the control interface 120d. The control interface 120d has a control port 120d-1, a ROM 120d-2 as storage means, and an interpreter 120d-3 as conversion means. In the ROM 120d-2, a correspondence relationship between a common command related to its own function block and an in-function block command for controlling the function unit 120e is stored in advance. The control port 120d-1 receives a common command sent from the system control block 110 and other functional blocks 120 through the control bus 111. In this sense, the control port 120d-1 constitutes a common command receiving means.

インタプリタ120d-3は、制御ポート120d-1で受信された共通コマンドが自己の機能ブロックに係る共通コマンドであるとき、この共通コマンドを、上述したようにROM120d-2に記憶されている対応関係に基づいて、機能ブロック内コマンドに変換し、この機能ブロック内コマンドを機能部120eに供給する。機能部120eは、この機能ブロック内コマンドに基づいて、機能、例えば信号経路または信号処理の設定を変化させ、変化された信号経路または信号処理の設定に基づいて、各処理を行う。   When the common command received at the control port 120d-1 is a common command related to its own functional block, the interpreter 120d-3 converts the common command into the correspondence stored in the ROM 120d-2 as described above. Based on this, the command is converted into an in-function block command, and the in-function block command is supplied to the function unit 120e. The function unit 120e changes a function, for example, a signal path or signal processing setting based on the in-function block command, and performs each process based on the changed signal path or signal processing setting.

なお、このとき、機能部120eは、必要に応じて、機能部120eが行った処理結果xを制御インタフェース120dの制御ポート120d-1に出力する。制御ポート120d-1は、処理結果xに応じた共通コマンドを発行し、発行した共通コマンドを、制御用コネクタ120aを介して制御バス111に出力する。すなわち、制御ポート120d-1も、制御バス111に、共通コマンドをブロードキャストする。   At this time, the function unit 120e outputs the processing result x performed by the function unit 120e to the control port 120d-1 of the control interface 120d as necessary. The control port 120d-1 issues a common command corresponding to the processing result x, and outputs the issued common command to the control bus 111 via the control connector 120a. That is, the control port 120d-1 also broadcasts a common command to the control bus 111.

この図13の制御インタフェース120dのROM120d-2およびインタプリタ120d-3の部分は、受信された共通コマンドを機能ブロック内コマンドに変換する構造であり、CPU(Central Processing Unit)とソフトウェア、あるいはハードウェアシーケンサによる変換テーブルでも実現できる。   The ROM 120d-2 and interpreter 120d-3 portions of the control interface 120d in FIG. 13 have a structure for converting the received common command into a function block command, and a CPU (Central Processing Unit) and software, or a hardware sequencer It can also be realized with a conversion table.

なお、制御ポート120d-1は、例えば電源投入時に、自己の機能ブロック120が画像信号処理装置100を構成している場合、ROM120d-2に記憶されている共通コマンドを読み出し、制御バス111を通じてシステム制御ブロック110に送信する。   Note that the control port 120d-1 reads the common command stored in the ROM 120d-2 when the own function block 120 constitutes the image signal processing apparatus 100, for example, when the power is turned on. Transmit to control block 110.

これにより、システム制御ブロック110は、画像信号処理装置100を構成する全ての機能ブロック120に係る共通コマンドを取得できる。ここで、自己の機能ブロック120が筐体101内にあるか、あるいは対応するスロットに挿入されているとき、自己の機能ブロック120は画像信号処理装置100を構成しているものとする。   As a result, the system control block 110 can acquire a common command related to all the functional blocks 120 constituting the image signal processing apparatus 100. Here, it is assumed that the self-function block 120 constitutes the image signal processing device 100 when the self-function block 120 is in the casing 101 or inserted into the corresponding slot.

なお、共通コマンドは、予めシステム制御ブロック110に記憶されていてもよい。この場合、機能ブロックの追加やバージョンアップがあったときには、システム制御ブロック110に接続される図示せぬメモリスロットに、必要となるアップグレードデータ(例えば、ユーザ操作信号と共通コマンドとの対応関係を示すデータ、共通コマンドと機能ブロック内コマンドとの対応関係を示すデータなど)が記憶されたメモリカードを挿入する。このメモリカードの情報を読み込むことにより、システム制御ブロック110は、バージョンアップされた機能ブロックも含めた画像信号処理装置100を構成する全ての機能ブロック120に係る共通コマンドを取得することができる。   The common command may be stored in advance in the system control block 110. In this case, when a functional block is added or upgraded, a memory slot (not shown) connected to the system control block 110 shows necessary upgrade data (for example, a correspondence relationship between a user operation signal and a common command). Data, data indicating the correspondence between common commands and in-function block commands, etc.) are inserted. By reading this memory card information, the system control block 110 can acquire a common command related to all the functional blocks 120 constituting the image signal processing apparatus 100 including the upgraded functional blocks.

以上のように、機能ブロック120の制御インタフェース120dは、送られてくる共通コマンドが自己の機能ブロックに係る共通コマンドであるときは、この共通コマンドを機能ブロック内コマンドに変換し、その機能ブロック内コマンドを機能部120eに供給する。   As described above, the control interface 120d of the functional block 120 converts the common command into a command within the functional block when the common command transmitted is a common command related to its own functional block, The command is supplied to the function unit 120e.

すなわち、機能ブロック120においては、システム制御ブロック110から送られてくる共通コマンドが自己の機能ブロックに係る共通コマンドであるとき、それが機能部120eを制御するための機能ブロック内コマンドに変換される。これにより、機能ブロック120を、システム制御ブロック110から送られてくる共通コマンドに応じて、適応的に動作させることができる。   That is, in the function block 120, when the common command sent from the system control block 110 is a common command related to its own function block, it is converted into an in-function block command for controlling the function unit 120e. . Thereby, the function block 120 can be adaptively operated according to the common command sent from the system control block 110.

なお、図11の例においては、入力セレクタ122(機能ブロックB)、信号ルータ123(機能ブロックC)およびGUI表示回路131(機能ブロックH)の制御用コネクタ120aは、それぞれ、制御バス111を介してシステム制御ブロック110に接続される。   In the example of FIG. 11, the input selector 122 (functional block B), the signal router 123 (functional block C), and the control connector 120a of the GUI display circuit 131 (functional block H) are respectively connected via the control bus 111. To the system control block 110.

入力セレクタ122(機能ブロックB)は、3個の入力からいずれか1個を選択して出力する。したがって、入力セレクタ122は、入力用コネクタ120bに3個の入力端子を備えており、出力用コネクタ120cに1個の出力端子を備えている。   The input selector 122 (functional block B) selects and outputs any one of the three inputs. Therefore, in the input selector 122, the input connector 120b includes three input terminals, and the output connector 120c includes one output terminal.

また、信号ルータ123(機能ブロックC)は、例えば4×4のマトリックススイッチを構成している。したがって、信号ルータ123は、入力用コネクタ120bに4個の入力端子を備えており、出力用コネクタ120cに4個の出力端子を備えている。   The signal router 123 (functional block C) constitutes, for example, a 4 × 4 matrix switch. Therefore, in the signal router 123, the input connector 120b includes four input terminals, and the output connector 120c includes four output terminals.

また、GUI表示回路131(機能ブロックH)は、入力セレクタ122および信号ルータ123からの画像信号を選択的に用いる。したがって、GUI表示回路131は、入力用コネクタ120bに2個の入力端子を備えており、出力用コネクタ120cに1個の出力端子を備えている。   The GUI display circuit 131 (functional block H) selectively uses image signals from the input selector 122 and the signal router 123. Therefore, the GUI display circuit 131 includes two input terminals for the input connector 120b and one output terminal for the output connector 120c.

一方、スロット104a乃至104eは、図示せずも、機能ブロック120(U/Vチューナ121、デジタル地上波チューナ126、DRC回路124、パネル用処理回路125、ノイズ除去回路127)が挿入されるとき、その制御用コネクタ120a、入力用コネクタ120bおよび出力用コネクタ120cに、それぞれ接続される、制御用コネクタ、入力用コネクタおよび出力用コネクタを備えている。   On the other hand, the slots 104a to 104e are not shown, but when the functional block 120 (U / V tuner 121, digital terrestrial tuner 126, DRC circuit 124, panel processing circuit 125, noise removal circuit 127) is inserted, The control connector 120a, the input connector 120b, and the output connector 120c are respectively provided with a control connector, an input connector, and an output connector that are connected to the control connector 120a, the input connector 120b, and the output connector 120c.

スロット104a乃至104eの制御用コネクタは、それぞれ制御バス111に接続される。これにより、スロット104a乃至104eに挿入される機能ブロック120の制御用コネクタ120aは、制御バス111を介してシステム制御ブロック110に接続される。   The control connectors of the slots 104a to 104e are connected to the control bus 111, respectively. As a result, the control connector 120a of the functional block 120 inserted into the slots 104a to 104e is connected to the system control block 110 via the control bus 111.

コネクタ102aは入力セレクタ122(機能ブロックB)の入力用コネクタ120bの第3の入力端子に接続される。コネクタ102bは、スロット104bの入力用コネクタに接続され、スロット104bの出力用コネクタは、入力セレクタ122の入力用コネクタ120bの第2の入力端子に接続される。コネクタ102cは、スロット104aの入力用コネクタに接続され、スロット104aの出力用コネクタは、入力セレクタ122の入力用コネクタ120bの第1の入力端子に接続される。   The connector 102a is connected to the third input terminal of the input connector 120b of the input selector 122 (functional block B). The connector 102b is connected to the input connector of the slot 104b, and the output connector of the slot 104b is connected to the second input terminal of the input connector 120b of the input selector 122. The connector 102c is connected to the input connector of the slot 104a, and the output connector of the slot 104a is connected to the first input terminal of the input connector 120b of the input selector 122.

入力セレクタ122の出力用コネクタ120cの1個の出力端子は、信号ルータ123(機能ブロックC)の入力用コネクタ120bの第1の入力端子、およびGUI表示回路131(機能ブロックH)の入力用コネクタ120bの第2の入力端子に接続される。   One output terminal of the output connector 120c of the input selector 122 is a first input terminal of the input connector 120b of the signal router 123 (functional block C) and an input connector of the GUI display circuit 131 (functional block H). Connected to the second input terminal of 120b.

信号ルータ123の出力用コネクタ120cの第1乃至第3の出力端子は、それぞれスロット104c乃至104eの入力用コネクタに接続され、これらスロット104c乃至104eの出力用コネクタは、それぞれ信号ルータ123の入力用コネクタ120bの第2乃至第4の入力端子に接続される。   The first to third output terminals of the output connector 120c of the signal router 123 are connected to the input connectors of the slots 104c to 104e, respectively, and the output connectors of these slots 104c to 104e are for input of the signal router 123, respectively. The second to fourth input terminals of the connector 120b are connected.

信号ルータ123の出力用コネクタ120cの第4の出力端子は、GUI表示回路131の入力用コネクタ120bの第1の入力端子に接続され、GUI表示回路131の出力用コネクタ120cの1個の出力端子は、コネクタ103に接続される。   The fourth output terminal of the output connector 120 c of the signal router 123 is connected to the first input terminal of the input connector 120 b of the GUI display circuit 131, and one output terminal of the output connector 120 c of the GUI display circuit 131. Is connected to the connector 103.

図12に示す機能ブロック120は、上述したように、機能ブロックA乃至Gの基本となるものである。以下、個々の機能ブロックA乃至Gについて、さらに、説明する。   The function block 120 shown in FIG. 12 is the basis of the function blocks A to G as described above. Hereinafter, the individual functional blocks A to G will be further described.

U/Vチューナ121(機能ブロックA)の機能部120eは、入力用コネクタ120bから入力された、U/V用アンテナで受信された放送信号に対して選局処理等を施し、所定のチャネルの画像信号を出力用コネクタ120cに出力する。   The functional unit 120e of the U / V tuner 121 (functional block A) performs channel selection processing or the like on the broadcast signal received by the U / V antenna input from the input connector 120b, and transmits a predetermined channel. The image signal is output to the output connector 120c.

U/Vチューナ121の制御インタフェース120dのROM120d-2には、例えば、チャネル番号1乃至12を意味する共通コマンドch(1)乃至ch(12)のそれぞれと、チャネル番号1乃至12のチャネルへのチャネル切替を意味する機能ブロック内コマンドch(1乃至12)とが、対応して記憶されている。   In the ROM 120d-2 of the control interface 120d of the U / V tuner 121, for example, common commands ch (1) to ch (12) meaning channel numbers 1 to 12 and channels to channel numbers 1 to 12 are connected. Intra-function block commands ch (1 to 12) meaning channel switching are stored correspondingly.

チャネル番号1乃至12を意味する共通コマンドch(1)乃至ch(12)は、それぞれ、ユーザがリモートコントローラ112、あるいは筐体101の操作部113を操作してチャネル番号1乃至12を選択する際に、システム制御ブロック110から発行されて、制御バス111に送出される。   The common commands ch (1) to ch (12) meaning channel numbers 1 to 12 are selected when the user selects the channel numbers 1 to 12 by operating the remote controller 112 or the operation unit 113 of the casing 101, respectively. Are issued from the system control block 110 and sent to the control bus 111.

この場合、U/Vチューナ121の制御インタフェース120dのインタプリタ120d-3は、制御ポート120d-1でこれらの共通コマンドch(1)乃至ch(12)が受信されるとき、ROM120d-2に記憶されている対応関係に基づいて、これらの共通コマンドch(1)乃至ch(12)を、それぞれ、機能ブロック内コマンドch(1乃至12)に変換する。これにより、U/Vチューナ121は、それぞれチャネル番号1乃至12のチャネルが選局された状態となる。   In this case, the interpreter 120d-3 of the control interface 120d of the U / V tuner 121 is stored in the ROM 120d-2 when these common commands ch (1) to ch (12) are received by the control port 120d-1. These common commands ch (1) to ch (12) are converted into function block commands ch (1 to 12), respectively, based on the corresponding relationship. As a result, the U / V tuner 121 enters a state in which channels with channel numbers 1 to 12 are selected.

なお、システム制御ブロック110は、共通コマンドch(1)乃至ch(12)のいずれかを制御バス111に送出する場合、内蔵されている不揮発性メモリ(図示せず)における、チャネル番号用のラストメモリ領域に記憶された共通コマンドを、その送出共通コマンドで更新する。これにより、電源投入時には、このチャネル番号用のラストメモリ領域に記憶されている共通コマンドが、初期値として、システム制御ブロック110から制御バス111に送出され、U/Vチューナ121では電源オフ時に選局されていたチャネルが自動的に選局される。   When the system control block 110 sends any one of the common commands ch (1) to ch (12) to the control bus 111, the system control block 110 stores the last channel number in a built-in nonvolatile memory (not shown). The common command stored in the memory area is updated with the transmission common command. As a result, when the power is turned on, the common command stored in the last memory area for this channel number is sent as an initial value from the system control block 110 to the control bus 111, and the U / V tuner 121 selects it when the power is turned off. The channel that was stationed is automatically selected.

入力セレクタ122(機能ブロックB)の機能部120eは、入力用コネクタ120bの3個の入力端子にそれぞれ入力される第1乃至第3の画像信号のうち、いずれかの画像信号を選択的に出力用コネクタ120cの1個の出力端子に出力する。   The functional unit 120e of the input selector 122 (functional block B) selectively outputs any one of the first to third image signals input to the three input terminals of the input connector 120b. Output to one output terminal of the connector 120c.

この場合、第1の入力端子には、U/Vチューナ121(機能ブロックA)から出力される画像信号(入力1)が入力される。第2の入力端子には、デジタル地上波チューナ126(機能ブロックF)から出力される画像信号(入力2)が入力される。第3の入力端子には、コネクタ102aに入力される外部ビデオ入力としての画像信号(入力3)が入力される。出力端子に出力される画像信号は、信号ルータ123(機能ブロックC)に供給されると共に、GUI表示回路131に供給される。   In this case, an image signal (input 1) output from the U / V tuner 121 (functional block A) is input to the first input terminal. The image signal (input 2) output from the digital terrestrial tuner 126 (functional block F) is input to the second input terminal. An image signal (input 3) as an external video input input to the connector 102a is input to the third input terminal. The image signal output to the output terminal is supplied to the signal router 123 (functional block C) and also supplied to the GUI display circuit 131.

入力セレクタ122の制御インタフェース120dのROM120d-2には、例えば、入力1乃至3を意味する共通コマンドin(1)乃至in(3)のそれぞれと、入力1乃至3を意味する共通コマンドin(1)乃至in(3)のそれぞれと、入力1乃至3への入力切替を意味する機能ブロック内コマンドin(1乃至3)とが、対応して記憶されている。   In the ROM 120d-2 of the control interface 120d of the input selector 122, for example, the common commands in (1) to in (3) meaning inputs 1 to 3 and the common command in (1) meaning inputs 1 to 3, respectively. ) To in (3) and in-function block commands in (1 to 3) which mean input switching to inputs 1 to 3 are stored in correspondence.

ここで、入力1は、第1の入力端子に入力されている、U/Vチューナ121から出力された画像信号である。入力2は、第2の入力端子に入力されている、デジタル地上波チューナ126から出力された画像信号である。入力3は、第3の入力端子に入力されている、外部ビデオ入力としての画像信号である。   Here, the input 1 is an image signal output from the U / V tuner 121 that is input to the first input terminal. The input 2 is an image signal output from the digital terrestrial tuner 126 that is input to the second input terminal. The input 3 is an image signal as an external video input that is input to the third input terminal.

例えば、これらの共通コマンドin(1)乃至in(3)は、それぞれ、ユーザがリモートコントローラ112、あるいは筐体101の操作部113を操作して入力1乃至3を選択する際に、システム制御ブロック110から、制御バス111に送出される。   For example, these common commands in (1) to in (3) are respectively sent to the system control block when the user selects the inputs 1 to 3 by operating the remote controller 112 or the operation unit 113 of the casing 101. 110 is sent to the control bus 111.

入力セレクタ122の制御インタフェース120dのインタプリタ120d-3は、制御ポート120d-1でこれらの共通コマンドin(1)乃至in(3)が受信されるとき、ROM120d-2に記憶されている対応関係に基づいて、これらの共通コマンドin(1)乃至in(3)を、それぞれ、機能ブロック内コマンドin(1乃至3)に変換する。これにより、入力セレクタ122は、それぞれ入力1乃至3が選択された状態となる。   When the common command in (1) to in (3) is received by the control port 120d-1, the interpreter 120d-3 of the control interface 120d of the input selector 122 has a correspondence relationship stored in the ROM 120d-2. Based on these, these common commands in (1) to in (3) are converted into in-function block commands in (1 to 3), respectively. As a result, the input selector 122 is in a state where inputs 1 to 3 are selected.

なお、システム制御ブロック110は、共通コマンドin(1)乃至in(3)のいずれかを制御バス111に送出する場合、内蔵されている不揮発性メモリ(図示せず)における入力セレクト用のラストメモリ領域に記憶された共通コマンドを、その送出共通コマンドで更新する。これにより、電源投入時には、この入力セレクト用のラストメモリ領域に記憶されている共通コマンドが、初期値として、システム制御ブロック110から制御バス111に送出され、入力セレクタ122では電源オフ時に選択されていた入力が自動的に選択される。   When the system control block 110 sends any one of the common commands in (1) to in (3) to the control bus 111, the last memory for input selection in a built-in nonvolatile memory (not shown). The common command stored in the area is updated with the transmission common command. Thus, when the power is turned on, the common command stored in the last memory area for input selection is sent as an initial value from the system control block 110 to the control bus 111 and is selected by the input selector 122 when the power is turned off. The selected input is automatically selected.

信号ルータ123(機能ブロックC)の機能部120eは、入力用コネクタ120bの4個の入力端子にそれぞれ入力される第1乃至第4の画像信号を、出力用コネクタ120cの第1乃至第4の出力端子に選択的に出力する。   The function unit 120e of the signal router 123 (functional block C) receives the first to fourth image signals respectively input to the four input terminals of the input connector 120b and outputs the first to fourth image signals of the output connector 120c. Selectively output to the output terminal.

この場合、第1の入力端子には、入力セレクタ122(機能ブロックB)から出力される画像信号(入力1=i1)が入力される。第2の入力端子には、DRC回路124(機能ブロックD)から出力される画像信号(入力2=i2)が入力される。第3の入力端子には、パネル用処理回路125(機能ブロックE)から出力される画像信号(入力3=i3)が入力される。第4の入力端子には、ノイズ除去回路127(機能ブロックG)から出力される画像信号(入力4=i4)が入力される。   In this case, an image signal (input 1 = i1) output from the input selector 122 (functional block B) is input to the first input terminal. The image signal (input 2 = i2) output from the DRC circuit 124 (functional block D) is input to the second input terminal. An image signal (input 3 = i3) output from the panel processing circuit 125 (functional block E) is input to the third input terminal. An image signal (input 4 = i4) output from the noise removal circuit 127 (functional block G) is input to the fourth input terminal.

また、第1の出力端子に出力される画像信号(出力1=o1)は、DRC回路124(機能ブロックD)に供給される。第2の出力端子に出力される画像信号(出力2=o2)は、パネル用処理回路125(機能ブロックE)に供給される。第3の出力端子に出力される画像信号(出力3=o3)は、ノイズ除去回路127に供給される。第4の出力端子に出力される画像信号(出力4=o4)は、GUI表示回路131に供給される。   Further, the image signal (output 1 = o1) output to the first output terminal is supplied to the DRC circuit 124 (functional block D). The image signal (output 2 = o2) output to the second output terminal is supplied to the panel processing circuit 125 (functional block E). The image signal (output 3 = o3) output to the third output terminal is supplied to the noise removal circuit 127. The image signal (output 4 = o4) output to the fourth output terminal is supplied to the GUI display circuit 131.

信号ルータ123(機能ブロックC)の制御インタフェース120dのROM120d-2には、例えば、機能ブロック間接続1乃至5を意味する共通コマンドIC(InitializeConnect)(1/2/3/4/5)のそれぞれと、処理基板間の接続切替を意味する機能ブロック内コマンドroute(1/2/3)とが、対応して記憶されている。   In the ROM 120d-2 of the control interface 120d of the signal router 123 (functional block C), for example, common command IC (InitializeConnect) (1/2/3/4/5) indicating the inter-functional block connections 1 to 5 is provided. And in-function block command route (1/2/3) that means connection switching between the processing boards are stored correspondingly.

ここで、共通コマンドIC(1)は、スロット104aにU/Vチューナ112(機能ブロックA)が挿入され、スロット104cにDRC回路124(機能ブロックD)が挿入された、第1の構成(基本構成)を意味している。この共通コマンドIC(1)には、機能ブロック内コマンドroute(1)が対応するようにされている。このコマンドroute(1)は、第1の入力端子が第1の出力端子に接続され、第2の入力端子が第4の出力端子に接続される第1の状態に、機能部120eを制御するためのものである。   Here, the common command IC (1) has a first configuration (basic configuration) in which the U / V tuner 112 (functional block A) is inserted into the slot 104a and the DRC circuit 124 (functional block D) is inserted into the slot 104c. Structure). The common command IC (1) is made to correspond to the function block command route (1). This command route (1) controls the function unit 120e to the first state in which the first input terminal is connected to the first output terminal and the second input terminal is connected to the fourth output terminal. Is for.

また、共通コマンドIC(2)は、上述した第1の構成に、さらにスロット104bにデジタル地上波チューナ126(機能ブロックF)が挿入された、第2の構成を意味している。この共通コマンドIC(2)にも、機能ブロック内コマンドroute(1)が対応するようにされている。   The common command IC (2) means a second configuration in which the digital terrestrial tuner 126 (functional block F) is further inserted in the slot 104b in the first configuration described above. The common command IC (2) is also made to correspond to the command route (1) in the function block.

また、共通コマンドIC(3)は、上述した第1の構成に、さらにスロット104dにパネル用処理回路125(機能ブロックE)が挿入された、第3の構成を意味している。この共通コマンドIC(3)には、機能ブロック内コマンドroute(2)が対応するようにされている。このコマンドroute(2)は、第1の入力端子が第1の出力端子に接続され、第2の入力端子が第2の出力端子に接続され、第3の入力端子が第4の出力端子に接続される第2の状態に、機能部120eを制御するためのものである。   The common command IC (3) means a third configuration in which the panel processing circuit 125 (functional block E) is further inserted into the slot 104d in the first configuration described above. The common command IC (3) is made to correspond to the command block in function block route (2). In this command route (2), the first input terminal is connected to the first output terminal, the second input terminal is connected to the second output terminal, and the third input terminal is connected to the fourth output terminal. This is for controlling the functional unit 120e in the second state to be connected.

また、共通コマンドIC(4)は、上述した第1の構成に、さらにスロット104dにパネル用処理回路125(機能ブロックE)が挿入され、スロット104eにノイズ除去回路127(機能ブロックG)が挿入された、第4の構成を意味している。この共通コマンドIC(4)には、機能ブロック内コマンドroute(3)が対応するようにされている。このコマンドroute(3)は、第1の入力端子が第3の出力端子に接続され、第4の入力端子が第1の出力端子に接続され、第2の入力端子が第2の出力端子に接続され、第3の入力端子が第4の出力端子に接続される第3の状態に、機能部120eを制御するためのものである。   Further, the common command IC (4) has the above-described first configuration, and further includes a panel processing circuit 125 (functional block E) inserted into the slot 104d and a noise removal circuit 127 (functional block G) inserted into the slot 104e. Means a fourth configuration. The common command IC (4) is made to correspond to the function block command route (3). In this command route (3), the first input terminal is connected to the third output terminal, the fourth input terminal is connected to the first output terminal, and the second input terminal is connected to the second output terminal. This is for controlling the functional unit 120e in a third state in which the third input terminal is connected to the fourth output terminal.

また、共通コマンドIC(5)は、上述した第1の構成に、さらにスロット104bにデジタル地上波チューナ126(機能ブロックF)が挿入され、スロット104dにパネル用処理回路125(機能ブロックE)が挿入され、スロット104eにノイズ除去回路127(機能ブロックG)が挿入された、第5の構成を意味している。この共通コマンドIC(5)にも、機能ブロック内コマンドroute(3)が対応するようにされている。   Further, the common command IC (5) has a digital terrestrial tuner 126 (functional block F) inserted in the slot 104b and a panel processing circuit 125 (functional block E) in the slot 104d in the first configuration described above. This means a fifth configuration in which the noise removal circuit 127 (functional block G) is inserted into the slot 104e. The common command IC (5) is also made to correspond to the command block in-function block route (3).

画像信号処理装置100は、上述した第1乃至第5の構成のいずれかで使用されるものとする。システム制御ブロック110は、電源投入時に、画像信号処理装置100を構成する各機能ブロックから制御バス111を通じて、画像信号処理装置100を構成する機能ブロックに係る共通コマンドを取得する際に、各機能ブロックから制御バス111を通じて基板IDも取得し、上述した第1乃至第5の構成のいずれにあるかを認識する。   The image signal processing apparatus 100 is used in any of the first to fifth configurations described above. When the system control block 110 obtains a common command related to the functional blocks constituting the image signal processing apparatus 100 from the functional blocks constituting the image signal processing apparatus 100 through the control bus 111 when the power is turned on, The board ID is also acquired through the control bus 111 to recognize which of the above-described first to fifth configurations.

共通コマンドIC(1/2/3/4/5)は、それぞれ、システム制御ブロック110が、第1乃至第5の構成にあることを認識した際に、当該システム制御ブロック110から、制御バス111に送出される。   When the common command IC (1/2/3/4/5) recognizes that the system control block 110 has the first to fifth configurations, the common command IC (1/2/3/4/5) receives a control bus 111 from the system control block 110, respectively. Is sent out.

信号ルータ123の制御インタフェース120dのインタプリタ120d-3は、制御ポート120d-1でこれらの共通コマンドIC(1/2/3/4/5)が受信されるとき、ROM120d-2に記憶されている対応関係に基づいて、これらの共通コマンドIC(1/2/3/4/5)を、それぞれ、機能ブロック内コマンドに変換する。これにより、信号ルータ123の機能部120eは第1乃至第3の状態となる。   When the common command IC (1/2/3/4/5) is received by the control port 120d-1, the interpreter 120d-3 of the control interface 120d of the signal router 123 is stored in the ROM 120d-2. Based on the correspondence relationship, these common command ICs (1/2/3/4/5) are converted into in-function block commands, respectively. As a result, the function unit 120e of the signal router 123 enters the first to third states.

DRC回路124(機能ブロックD)の機能部120eは、入力用コネクタ120bからの入力画像信号であるSD(Standard Definition)信号をHD(High Definition Television)信号に変換し、このHD信号を出力画像信号として出力用コネクタ120cに出力する、DRC処理(高画質化処理)を行う。   The functional unit 120e of the DRC circuit 124 (functional block D) converts an SD (Standard Definition) signal, which is an input image signal from the input connector 120b, into an HD (High Definition Television) signal, and outputs the HD signal to an output image signal. Is output to the output connector 120c, and DRC processing (high image quality processing) is performed.

このDRC回路124の機能部120eでは、HD信号における注目位置の画素データを得る際に、例えば、SD信号からHD信号における注目位置の周辺に位置する複数の画素データを抽出し、この複数の画素データに基づいてHD信号における注目位置の画素データの属するクラスを検出し、このクラスに対応した推定式の係数データを用い、当該推定式に基づいてHD信号における注目位置の画素データを求めることが行われる(特開2001−238185号参照)。   When the functional unit 120e of the DRC circuit 124 obtains pixel data of the target position in the HD signal, for example, a plurality of pixel data located around the target position in the HD signal is extracted from the SD signal, and the plurality of pixels A class to which pixel data of the target position in the HD signal belongs is detected based on the data, and pixel data of the target position in the HD signal is obtained based on the estimation formula using the coefficient data of the estimation formula corresponding to the class. (See JP 2001-238185 A).

ユーザは、HD信号の解像度、ノイズ除去度を自由に調整できる。この場合、推定式の係数データとして、ユーザによって操作される解像度軸、ノイズ軸のボリウム値に応じたものが使用される。   The user can freely adjust the resolution and noise removal degree of the HD signal. In this case, as the coefficient data of the estimation formula, data corresponding to the volume value of the resolution axis and noise axis operated by the user is used.

DRC回路124の制御インタフェース120dのROM120d-2には、例えば、DRCの解像度軸、ノイズ軸の調整を意味する共通コマンドDRCvol(resolutionVal,noiseVal)と、DRC(解像度軸、ノイズ軸)ボリウム値の代入を意味する機能ブロック内コマンドvolume(resolutionVal,noiseVal)とが、対応して記憶されている。なお、共通コマンドDRCvol(resolutionVal,noiseVal)およびvolume(resolutionVal,noiseVal)は、以下、共通コマンドDRCvolおよび機能ブロック内コマンドvolumeとそれぞれ称する。   In the ROM 120d-2 of the control interface 120d of the DRC circuit 124, for example, a common command DRCvol (resolutionVal, noiseVal) that means adjustment of the DRC resolution axis and noise axis and a DRC (resolution axis, noise axis) volume value are substituted. The function volume command volume (resolutionVal, noiseVal) which means is stored correspondingly. The common commands DRCvol (resolutionVal, noiseVal) and volume (resolutionVal, noiseVal) are hereinafter referred to as a common command DRCvol and a function block command volume, respectively.

共通コマンドDRCvol(resolutionVal,noiseVal)は、ユーザがリモートコントローラ112、あるいは筐体101の操作部113を操作して、解像度軸、ノイズ軸のボリウム値が変更される際に、システム制御ブロック110から、制御バス111に送出される。ここで、「resolutionVal」は解像度軸のボリウム値を示し、「noiseVal」はノイズ軸のボリウム値を示している。   The common command DRCvol (resolutionVal, noiseVal) is sent from the system control block 110 when the user operates the remote controller 112 or the operation unit 113 of the housing 101 to change the volume value of the resolution axis and noise axis. It is sent to the control bus 111. Here, “resolutionVal” indicates the volume value on the resolution axis, and “noiseVal” indicates the volume value on the noise axis.

この場合、DRC回路124の制御インタフェース120dのインタプリタ120d-3は、制御ポート120d-1で共通コマンドDRCvolが受信されるとき、ROM120d-2に記憶されている対応関係に基づいて、この共通コマンドDRCvolを、対応する機能ブロック内コマンドvolumeに変換する。これにより、DRC回路124においては、ユーザの操作による解像度軸、ノイズ軸のボリウム値に応じた解像度、ノイズ除去度が選択された状態となる。   In this case, the interpreter 120d-3 of the control interface 120d of the DRC circuit 124, when the common command DRCvol is received at the control port 120d-1, is based on the correspondence stored in the ROM 120d-2. Is converted to the corresponding function block command volume. Thereby, in the DRC circuit 124, the resolution and the noise removal degree according to the volume value of the resolution axis and noise axis by the user's operation are selected.

なお、システム制御ブロック110は、共通コマンドDRCvolを制御バス111に送出する場合、内蔵されている不揮発性メモリ(図示せず)における、ボリウム値用のラストメモリ領域に記憶された共通コマンドを、その送出共通コマンドで更新する。これにより、電源投入時には、ボリウム値用のラストメモリ領域に記憶されている共通コマンドが、初期値として、システム制御ブロック110から制御バス111に送出され、DRC回路124では電源オフ時に選択されていた解像度、ノイズ除去度が自動的に選択される。   When the system control block 110 sends the common command DRCvol to the control bus 111, the common command stored in the last memory area for volume value in the built-in nonvolatile memory (not shown) Update with the send common command. Thereby, when the power is turned on, the common command stored in the last memory area for the volume value is sent as an initial value from the system control block 110 to the control bus 111, and is selected by the DRC circuit 124 when the power is turned off. Resolution and noise reduction are automatically selected.

パネル用処理回路125(機能ブロックE)の機能部120eは、入力用コネクタ120bから入力された画像信号に対して、LCD(Liquid Crystal Display)、PDP(Plasma Display Panel)等のフラットパネルディスプレイに、画像信号による画像を表示する際に必要となる処理、例えば輝度調整、色調整、水平、垂直の画素数変換、インタレース方式からプログレッシブ方式への方式変換等の処理を行い、処理後の画像信号を出力用コネクタ120cに出力する。   The functional unit 120e of the panel processing circuit 125 (functional block E) is used for a flat panel display such as an LCD (Liquid Crystal Display) or a PDP (Plasma Display Panel) with respect to the image signal input from the input connector 120b. Processing required when displaying an image based on an image signal, such as brightness adjustment, color adjustment, horizontal and vertical pixel number conversion, and interlace method to progressive method conversion, etc. Is output to the output connector 120c.

なお、パネル用処理回路125は、電源投入時に、信号ルータ123(機能ブロックC)によって他の機能ブロックと接続された後は、単に固定された処理を実行する。パネル用処理回路125にも制御インタフェース120dが存在するのは、システム制御ブロック110から、イニシャライズ用にローカルコマンドを送られる場合を考慮しているからである。   The panel processing circuit 125 simply executes a fixed process after being connected to another functional block by the signal router 123 (functional block C) when the power is turned on. The reason why the control interface 120d is also present in the panel processing circuit 125 is that a case where a local command is sent from the system control block 110 for initialization is considered.

デジタル地上波チューナ126(機能ブロックF)の機能部120eは、入力用コネクタ120bから入力された、デジタル地上波用アンテナで受信された放送信号に対して選局処理等を施し、所定のチャネルの画像信号を出力用コネクタ120cに出力する。   The functional unit 120e of the digital terrestrial tuner 126 (functional block F) performs channel selection processing or the like on the broadcast signal received by the digital terrestrial antenna input from the input connector 120b, and transmits a predetermined channel. The image signal is output to the output connector 120c.

このデジタル地上波チューナ126は、独自の操作ユーザインタフェースを持っている。したがって、システム制御ブロック110は、このデジタル地上波チューナ126に係る共通コマンドを制御バス111に送出することはない。つまり、システム制御ブロック110は、このデジタル地上波チューナ126に関しては、当該デジタル地上波チューナ126のローカルなコマンドを制御バス111に送出する。   The digital terrestrial tuner 126 has a unique operation user interface. Therefore, the system control block 110 does not send a common command related to the digital terrestrial tuner 126 to the control bus 111. That is, the system control block 110 sends a local command of the digital terrestrial tuner 126 to the control bus 111 with respect to the digital terrestrial tuner 126.

ノイズ除去回路127(機能ブロックG)の機能部120eは、入力用コネクタ120bから入力された画像信号に対して、ノイズ抑圧処理を行い、処理後の画像信号を出力用コネクタ120cに出力する。このノイズ除去回路127では、ノイズ抑圧度を調整できる。また、ノイズ除去回路127の機能部120eは、必要に応じて、このノイズ抑制処理の結果xを、制御インタフェース120dに出力する。   The functional unit 120e of the noise removal circuit 127 (functional block G) performs noise suppression processing on the image signal input from the input connector 120b, and outputs the processed image signal to the output connector 120c. The noise removal circuit 127 can adjust the degree of noise suppression. Further, the function unit 120e of the noise removal circuit 127 outputs the result x of the noise suppression processing to the control interface 120d as necessary.

このノイズ除去回路127の制御インタフェース120dのROM120d-2には、例えば、DRCの解像度軸、ノイズ軸の調整を意味する、上述した共通コマンドDRCvolと、ノイズ抑圧度を示す値(ノイズ抑圧値)の代入を意味する機能ブロック内コマンドNS(noiseSuppress)(noiseVal)とが、対応して記憶されている。ここで、「noiseVal」は、上述したようにノイズ軸のボリウム値を示している。   In the ROM 120d-2 of the control interface 120d of the noise removal circuit 127, for example, the above-described common command DRCvol, which means adjustment of the DRC resolution axis and noise axis, and a value (noise suppression value) indicating the noise suppression degree are stored. A function block command NS (noiseSuppress) (noiseVal) meaning substitution is stored correspondingly. Here, “noiseVal” indicates the volume value of the noise axis as described above.

この場合、ノイズ除去回路127の制御インタフェース120dのインタプリタ120d-3は、制御ポート120d-1で共通コマンドDRCvolが受信されるとき、ROM120d-2に記憶されている対応関係に基づいて、この共通コマンドDRCvolが、機能ブロック内コマンドNSに変換される。これにより、ノイズ除去回路127は、ノイズ軸のボリウム値「noiseVal」に対応した抑圧度でノイズ抑圧を行う状態となる。   In this case, when the common command DRCvol is received by the control port 120d-1, the interpreter 120d-3 of the control interface 120d of the noise removal circuit 127 uses this common command based on the correspondence stored in the ROM 120d-2. DRCvol is converted into a function block command NS. As a result, the noise removal circuit 127 is in a state of performing noise suppression with a degree of suppression corresponding to the volume value “noiseVal” of the noise axis.

また、ノイズ除去回路127の制御インタフェース120dのROM120d-2には、さらに、例えば、ノイズの除去状況の出力を意味するノイズ状況出力の共通コマンドと、ノイズ除去結果の外部への出力を意味する機能ブロック内コマンドとが、対応して記憶されている。   The ROM 120d-2 of the control interface 120d of the noise removal circuit 127 further includes, for example, a noise status output common command that means output of noise removal status and a function that means output of noise removal results to the outside. In-block commands are stored correspondingly.

この場合、ノイズ除去回路127の制御インタフェース120dのインタプリタ120d-3は、制御ポート120d-1でノイズ状況出力の共通コマンドが受信されるとき、ROM120d-2に記憶されている対応関係に基づいて、ノイズ状況出力の共通コマンドが、ノイズ除去結果の外部への出力を意味する機能ブロック内コマンドに変換される。   In this case, the interpreter 120d-3 of the control interface 120d of the noise removal circuit 127 receives the noise status output common command at the control port 120d-1, based on the correspondence stored in the ROM 120d-2. The common command for noise status output is converted into an in-function block command that means output of the noise removal result to the outside.

これにより、ノイズ除去回路127は、ノイズ抑圧処理の結果を外部に出力する状態となる。したがって、ノイズ抑制処理後、ノイズ除去回路127の機能部120eは、ノイズ抑圧処理の結果xを制御インタフェース120dの制御ポート120d-1に出力するので、制御ポート120d-1は、ノイズ除去状況(ノイズ抑圧処理の結果)を知らせる共通コマンドを発行し、ノイズ除去状況を知らせる共通コマンドを、制御用コネクタ120aを介して制御バス111に送出する。   As a result, the noise removal circuit 127 is in a state of outputting the result of the noise suppression processing to the outside. Therefore, after the noise suppression process, the functional unit 120e of the noise removal circuit 127 outputs the result x of the noise suppression process to the control port 120d-1 of the control interface 120d, so that the control port 120d-1 A common command for notifying the result of suppression processing is issued, and the common command for notifying the noise removal status is sent to the control bus 111 via the control connector 120a.

次に、図14を参照して、機能ブロックA乃至Gの基本となる機能ブロック120とは異なる構成を有する機能ブロックHの構成を説明する。   Next, the configuration of the functional block H having a configuration different from that of the functional block 120 serving as the basis of the functional blocks A to G will be described with reference to FIG.

図14は、機能ブロックHとしてのGUI表示回路131の構成を示している。なお、上述したように、GUI表示回路131も、図12の機能ブロック120と同様の制御用コネクタ120a、入力用コネクタ120bおよび出力用コネクタ120cを有している。   FIG. 14 shows the configuration of the GUI display circuit 131 as the functional block H. As described above, the GUI display circuit 131 also has the same control connector 120a, input connector 120b, and output connector 120c as the functional block 120 of FIG.

GUI表示回路131は、制御バス111との共通コマンドの通信インタフェースとしてのコマンド送受信部141、コマンド送受信部141からの共通コマンドに応じて所定の機能(図14の例の場合、GUI描画処理)を実行する機能部としてのGUI描画処理部142、および、画像信号を重畳する信号重畳部143により構成されている。   The GUI display circuit 131 has a predetermined function (GUI drawing process in the case of the example in FIG. 14) according to the common command from the command transmission / reception unit 141 and the command transmission / reception unit 141 as a common command communication interface with the control bus 111. A GUI rendering processing unit 142 as a function unit to be executed and a signal superimposing unit 143 that superimposes an image signal are configured.

制御用コネクタ120aは、制御バス111に接続される。コマンド送受信部141は制御用コネクタ120aに接続されている。コマンド送受信部141は、システム制御ブロック110や他の機能ブロック120から制御バス111を通じて送信されてくる共通コマンドを受信し、受信した共通コマンドを、GUI描画処理部142を構成するすべての描画コンポーネント151−1乃至151−4、および信号重畳部143に送信して、受け渡す。   The control connector 120a is connected to the control bus 111. The command transmission / reception unit 141 is connected to the control connector 120a. The command transmission / reception unit 141 receives a common command transmitted from the system control block 110 and other functional blocks 120 through the control bus 111, and uses the received common command as a drawing component 151 that configures the GUI drawing processing unit 142. -1 to 151-4 and the signal superimposing unit 143 for transmission.

また、コマンド送受信部141は、各描画コンポーネント151−1乃至151−4において発行された共通コマンドを、制御用コネクタ120aおよび制御バス111を介して、制御バス111に接続されるすべての機能ブロック120に送信する。すなわち、コマンド送受信部141は、共通コマンドを制御バス111にブロードキャストする。   In addition, the command transmission / reception unit 141 sends the common commands issued by the respective drawing components 151-1 to 151-4 to all the functional blocks 120 connected to the control bus 111 via the control connector 120 a and the control bus 111. Send to. That is, the command transmission / reception unit 141 broadcasts a common command to the control bus 111.

GUI描画処理部142は、コマンド送受信部141からの共通コマンドに応じて、自己が対象とするGUI画像を描画したり、GUI表示画面における自己が対象とするGUI画像の状態を遷移させる、複数(図14の場合、4つ)の描画コンポーネント151−1乃至151−4により構成されている。なお、描画コンポーネントの数は、4つに限定されない。   The GUI drawing processing unit 142 draws a GUI image targeted by itself in accordance with a common command from the command transmission / reception unit 141, and changes the state of the GUI image targeted by itself on the GUI display screen. In the case of FIG. 14, it is composed of four drawing components 151-1 to 151-4. Note that the number of drawing components is not limited to four.

これらの描画コンポーネント151−1乃至151−4は、互いに依存することはなく、独立した処理を行う。なお、以下、描画コンポーネント151−1乃至151−4を個々に区別する必要がない場合、単に描画コンポーネント151と称する。   These drawing components 151-1 to 151-4 do not depend on each other and perform independent processing. Hereinafter, the drawing components 151-1 to 151-4 are simply referred to as the drawing components 151 when it is not necessary to distinguish them individually.

描画コンポーネント151−1乃至151−4は、コマンド送受信部141からの共通コマンドに応じて、表示画面サイズのレイヤに、自己が対象とするGUI画像を描画すると、各GUI画像が描画されたレイヤに対応する表示信号を、信号重畳部143に出力する。   When the drawing components 151-1 to 151-4 draw the target GUI image on the display screen size layer according to the common command from the command transmission / reception unit 141, the drawing components 151-1 to 151-4 are displayed on the layer on which each GUI image is drawn. The corresponding display signal is output to the signal superimposing unit 143.

入力用コネクタ120bには信号重畳部143において処理すべき信号が入力され、この信号は入力用コネクタ120bを介して信号重畳部143に入力されている。出力用コネクタ120cには信号重畳部143で処理されて出力された信号が出力される。   A signal to be processed by the signal superimposing unit 143 is input to the input connector 120b, and this signal is input to the signal superimposing unit 143 via the input connector 120b. A signal processed and output by the signal superimposing unit 143 is output to the output connector 120c.

信号重畳部143は、コマンド送受信部141からの共通コマンドに応じて、入力用コネクタ120bに入力される、入力セレクタ122からの画像信号または信号ルータ123からの画像信号を選択し、その選択された画像信号に、各GUI画像が描画された表示信号を合成して出力画像信号を取得し、その出力画像信号を出力用コネクタ120cに出力する。   The signal superimposing unit 143 selects an image signal from the input selector 122 or an image signal from the signal router 123 that is input to the input connector 120b in response to the common command from the command transmission / reception unit 141, and the selected signal A display signal on which each GUI image is drawn is synthesized with the image signal to obtain an output image signal, and the output image signal is output to the output connector 120c.

次に、図15を参照して、描画コンポーネント151−1乃至151−4により描画されるGUI画像について説明する。   Next, GUI images drawn by the drawing components 151-1 to 151-4 will be described with reference to FIG.

図15は、ディスプレイに表示されるGUI表示画面の構成例を示している。図15の例において、ディスプレイには、文字、図形、アイコンなどの複数のGUI画像で構成されるGUI表示画面171が表示されている。なお、GUI画像の背景には、入力セレクタ122または信号ルータ123からの画像信号に対応する画像が表示される場合もあるが、図15の例においては、省略されている。   FIG. 15 shows a configuration example of a GUI display screen displayed on the display. In the example of FIG. 15, a GUI display screen 171 composed of a plurality of GUI images such as characters, figures, icons, etc. is displayed on the display. Note that an image corresponding to the image signal from the input selector 122 or the signal router 123 may be displayed in the background of the GUI image, but is omitted in the example of FIG.

GUI表示画面171は、ユーザがリモートコントローラ112、あるいは筐体101の操作部113を操作して、チャネル変更を確認するためのチャネル番号を表示するチャネル表示画像181、画像信号処理装置100が行う機能を選択するためのメニュー表示画像182、DRC回路124の解像度軸、ノイズ軸のボリウム値を変更するためのパレット表示画像183、および、音量のボリウム値を変更するための音量ボリウム表示画像184により構成されている。   The GUI display screen 171 is a function that the user operates the remote controller 112 or the operation unit 113 of the casing 101 to display a channel display image 181 for displaying a channel number for confirming a channel change, and a function performed by the image signal processing apparatus 100. A menu display image 182 for selecting an image, a palette display image 183 for changing the volume value of the resolution axis and the noise axis of the DRC circuit 124, and a volume volume display image 184 for changing the volume value of the volume. Has been.

図15の例において、「8ch」と表示されたチャネル表示画像181は、ユーザに対して、ディスプレイに、8チャネルのコンテンツが表示されていることを示すものであり、ユーザがリモートコントローラ112などの操作によるチャネル変更に応じて、その表示が変更される。   In the example of FIG. 15, the channel display image 181 displayed as “8ch” indicates that the 8-channel content is displayed on the display to the user. The display is changed according to the channel change by operation.

メニュー表示画像182は、「機能A」、「機能B」、「機能C」、「機能D」、「機能E」、「機能F」とそれぞれ示されたアイコンで構成され、GUI表示画面171においては、ユーザがリモートコントローラ112などを操作して、メニュー表示画像182を選択することにより、メニュー表示画像182が操作可能な状態に変化する。したがって、ユーザは、リモートコントローラ112などを操作して、これらのアイコンを選択することにより、各アイコンが対応する機能を、画像信号処理装置100に指示することができる。   The menu display image 182 includes icons respectively indicated as “function A”, “function B”, “function C”, “function D”, “function E”, and “function F”, and is displayed on the GUI display screen 171. When the user operates the remote controller 112 or the like to select the menu display image 182, the menu display image 182 is changed to an operable state. Therefore, the user can instruct the image signal processing apparatus 100 of the function corresponding to each icon by operating the remote controller 112 or the like and selecting these icons.

なお、「機能D」のアイコン上に表示された右矢印アイコン182aと、「機能F」のアイコン上に表示された右矢印アイコン182bは、それらの機能の下位階層の機能が存在することを示している。メニュー表示画像182は、例えば、「機能D」のアイコンの右矢印アイコン182aが選択された場合には、機能Dの下位階層の「機能D−1」および「機能D−2」のアイコンが表示されるように構成されている。   Note that the right arrow icon 182a displayed on the “function D” icon and the right arrow icon 182b displayed on the “function F” icon indicate that there are lower-level functions of those functions. ing. For example, when the right arrow icon 182a of the “function D” icon is selected, the menu display image 182 displays “function D-1” and “function D-2” icons in a lower hierarchy of the function D. It is configured to be.

パレット表示画像183は、縦軸が「くっきり」度合い(すなわち、解像度軸)を表わし、横軸が「すっきり」度合い(すなわち、ノイズ軸)を表わすパレット183aと、解像度軸およびノイズ軸の変更を指示するために、パレット183a上を移動可能なカーソル183b、そのカーソル183bの移動による位置における解像度軸のボリウム値を表す値183c1とノイズ軸のボリウム値を表す値183c2、並びに、リモートコントローラ112の十字ボタンで、映像のくっきり度合いやすっきり度合いを調整可能であることを示す文字183dで構成されている。   In the palette display image 183, the vertical axis represents the “clear” degree (ie, the resolution axis), and the horizontal axis represents the “clear” degree (ie, the noise axis), and the change of the resolution axis and the noise axis is instructed. In order to do this, a cursor 183b that can be moved on the palette 183a, a value 183c1 that represents the volume value of the resolution axis and a value 183c2 that represents the volume value of the noise axis at the position resulting from the movement of the cursor 183b, and the cross button of the remote controller 112 The character 183d indicates that the sharpness and sharpness of the video can be adjusted.

すなわち、図15の例においては、パレット183aにおいて、カーソル183bは、解像度軸のボリウム値である値183c1が[30]で、ノイズ軸のボリウム値である値183c2が[25]を表わす位置に表示されている。   That is, in the example of FIG. 15, in the palette 183a, the cursor 183b is displayed at a position where the value 183c1 which is the volume value of the resolution axis is [30] and the value 183c2 which is the volume value of the noise axis is [25]. Has been.

GUI表示画面171においては、ユーザがリモートコントローラ112などを操作して、パレット表示画像183を選択することにより、パレット表示画像183が操作可能な状態に遷移する。したがって、ユーザは、リモートコントローラ112の十字ボタンなどを操作して、これらのカーソル183bを移動することにより、映像のくっきり度合いやすっきり度合いの調整を、画像信号処理装置100に指示することができる。   On the GUI display screen 171, when the user operates the remote controller 112 or the like and selects the palette display image 183, the palette display image 183 transitions to an operable state. Therefore, the user can instruct the image signal processing apparatus 100 to adjust the degree of sharpness and the degree of sharpness by operating the cross button of the remote controller 112 and moving the cursor 183b.

音量ボリウム表示画像184は、音量のボリウム値を表わす複数の細い矩形で構成されており、音量のボリウム値が大きくなるほど、その細い矩形が増えるように構成されている。   The volume control display image 184 is composed of a plurality of thin rectangles representing the volume value of the volume, and is configured such that as the volume value of the volume increases, the thin rectangle increases.

ここで、以上のように複数のGUI画像で構成されるGUI表示画面171は、内部的には、複数の表示画面サイズのレイヤにより階層的に構成されており、1つの描画コンポーネント151のみで描画されるわけではない。すなわち、GUI表示画面171を構成する各GUI画像は、それぞれ異なる各描画コンポーネント151により、それぞれが対象とするレイヤに対して描画処理などが行われる。   Here, the GUI display screen 171 configured with a plurality of GUI images as described above is internally configured in layers with a plurality of display screen size layers, and is rendered with only one rendering component 151. It is not done. That is, each GUI image constituting the GUI display screen 171 is subjected to a drawing process or the like on a target layer by each different drawing component 151.

すなわち、OHPシート(レイヤ)に描かれた画像を重ねて投影されるイメージで、GUI表示画面は構成されている。   That is, the GUI display screen is configured by an image projected by superimposing images drawn on the OHP sheet (layer).

例えば、描画コンポーネント151−1は、チャネル表示画像181を、GUI表示画面171に描画する。すなわち、描画コンポーネント151−1は、コマンド送受信部141からの共通コマンドに応じて、表示画面サイズのレイヤの所定の位置に、チャネル表示画像181を描画し、チャネル表示画像181が描画されたレイヤに対応する表示信号を信号重畳部143に出力する。   For example, the drawing component 151-1 draws the channel display image 181 on the GUI display screen 171. That is, the drawing component 151-1 draws the channel display image 181 at a predetermined position of the display screen size layer according to the common command from the command transmission / reception unit 141, and the layer on which the channel display image 181 is drawn. The corresponding display signal is output to the signal superimposing unit 143.

描画コンポーネント151−2は、例えば、メニュー表示画像182を、GUI表示画面171に描画する。すなわち、描画コンポーネント151−1は、コマンド送受信部141からの共通コマンドに応じて、表示画面サイズのレイヤの所定の位置に、メニュー表示画像182を描画し、メニュー表示画像182が描画されたレイヤに対応する表示信号を信号重畳部143に出力する。   For example, the drawing component 151-2 draws the menu display image 182 on the GUI display screen 171. That is, the drawing component 151-1 draws the menu display image 182 at a predetermined position of the display screen size layer according to the common command from the command transmission / reception unit 141, and the layer on which the menu display image 182 is drawn. The corresponding display signal is output to the signal superimposing unit 143.

描画コンポーネント151−3は、例えば、パレット表示画像183を、GUI表示画面171に描画する。すなわち、描画コンポーネント151−3は、コマンド送受信部141からの共通コマンドに応じて、表示画面サイズのレイヤの所定の位置に、パレット表示画像183を描画し、パレット表示画像183が描画されたレイヤに対応する表示信号を信号重畳部143に出力する。   For example, the drawing component 151-3 draws the palette display image 183 on the GUI display screen 171. That is, the drawing component 151-3 draws the palette display image 183 at a predetermined position of the display screen size layer according to the common command from the command transmission / reception unit 141, and the layer on which the palette display image 183 is drawn. The corresponding display signal is output to the signal superimposing unit 143.

描画コンポーネント151−4は、例えば、音量ボリウム表示画像184を、GUI表示画面171に描画する。すなわち、描画コンポーネント151−4は、コマンド送受信部141からの共通コマンドに応じて、表示画面サイズのレイヤの所定の位置に、音量ボリウム表示画像184を描画し、音量ボリウム表示画像184が描画されたレイヤに対応する表示信号を信号重畳部143に出力する。   For example, the drawing component 151-4 draws the volume volume display image 184 on the GUI display screen 171. That is, the drawing component 151-4 draws the volume volume display image 184 at a predetermined position of the display screen size layer according to the common command from the command transmission / reception unit 141, and the volume volume display image 184 is drawn. A display signal corresponding to the layer is output to the signal superimposing unit 143.

すなわち、図15の例の場合、信号重畳部143には、描画コンポーネント151−1からの画面サイズの所定の位置にチャネル表示画像181が描画された表示信号、描画コンポーネント151−2からの画面サイズの所定の位置にメニュー表示画像182が描画された表示信号、描画コンポーネント151−3からの画面サイズの所定の位置にパレット表示画像183が描画された表示信号、および、描画コンポーネント151−4からの画面サイズの所定の位置に音量ボリウム表示画像184が描画された表示信号が入力される。   That is, in the case of the example in FIG. 15, the signal superimposing unit 143 displays the display signal in which the channel display image 181 is drawn at a predetermined position of the screen size from the drawing component 151-1 and the screen size from the drawing component 151-2. A display signal in which the menu display image 182 is drawn at a predetermined position, a display signal in which the palette display image 183 is drawn at a predetermined position of the screen size from the drawing component 151-3, and a display signal from the drawing component 151-4 A display signal in which a volume control display image 184 is drawn at a predetermined position of the screen size is input.

また、入力セレクタ122または信号ルータ123からの画像信号も、入力用コネクタ120bを介して信号重畳部143に入力されている。   The image signal from the input selector 122 or the signal router 123 is also input to the signal superimposing unit 143 through the input connector 120b.

したがって、信号重畳部143は、入力用コネクタ120bを介して入力され、コマンド送受信部141からの共通コマンドに応じて選択した画像信号に、各GUI画像が描画された表示信号を合成して出力画像信号を取得し、その出力画像信号を出力用コネクタ120cに出力する。これにより、ディスプレイには、図15に示されるようなGUI表示画面171が表示される。   Therefore, the signal superimposing unit 143 combines the display signal in which each GUI image is drawn with the image signal that is input via the input connector 120b and selected according to the common command from the command transmission / reception unit 141, and outputs an output image. The signal is acquired, and the output image signal is output to the output connector 120c. As a result, a GUI display screen 171 as shown in FIG. 15 is displayed on the display.

以上のようにGUI表示回路131を構成することにより、例えば、パレット表示画面183の修正または削除の場合には、パレット表示画面183を描画対象とする描画コンポーネント151−3のみを修正または削除すればよいので、機能の修正が簡単にでき、修正工程も短縮できる。これは、画像信号処理装置100に機能を追加する場合も同様であり、GUI描画処理部142に、追加する機能が必要とするGUI画像を描画対象とする描画コンポーネント151を追加するだけで、新しい機能を追加することができる。   By configuring the GUI display circuit 131 as described above, for example, in the case of correction or deletion of the palette display screen 183, only the drawing component 151-3 whose drawing target is the palette display screen 183 should be corrected or deleted. Since it is good, the function can be easily corrected and the correction process can be shortened. The same applies to the case where a function is added to the image signal processing apparatus 100, and a new rendering component 151 for rendering a GUI image required by the function to be added is added to the GUI rendering processing unit 142. Functions can be added.

なお、図15の例においては、各描画コンポーネント151が、チャネル表示画像181、メニュー表示画像182、パレット表示画像183、および音量ボリウム表示画像184を対象として描画するとして説明したが、1つの描画コンポーネント151が対象とするGUI画像は、1つに限らず、チャネル表示画像181およびメニュー表示画像182を対象とするなど、複数のGUI画像を対象として構成してもよい。   In the example of FIG. 15, each drawing component 151 has been described as drawing on the channel display image 181, the menu display image 182, the palette display image 183, and the volume volume display image 184, but one drawing component The GUI image targeted by 151 is not limited to one, and a plurality of GUI images such as a channel display image 181 and a menu display image 182 may be configured.

また、1つの描画コンポーネント151が対象とするGUI画像は、上述したチャネル表示画像181、メニュー表示画像182、パレット表示画像183、および音量ボリウム表示画像184のようにGUI部品で構成された1つのGUI画像に限らず、そのGUI画像を構成する1つのGUI部品、あるいは、複数のGUI部品を対象として構成するようにしてもよい。   Also, a GUI image targeted by one drawing component 151 is one GUI configured by GUI components such as the channel display image 181, the menu display image 182, the palette display image 183, and the volume control display image 184 described above. You may make it comprise not only an image but the one GUI component which comprises the GUI image, or several GUI components.

具体的には、各描画コンポーネント151が、例えば、メニュー表示画像182の機能A乃至機能Cの各アイコンのうち少なくとも1つを、それぞれ描画対象とするように構成してもよい。   Specifically, each drawing component 151 may be configured so that, for example, at least one of the icons of the function A to the function C of the menu display image 182 is a drawing target.

この場合、例えば、画像信号処理装置100から機能Dを削除する際には、その機能Dを行う機能ブロックを削除するとともに、GUI描画処理部142においては、機能Dのアイコンを対象とする描画コンポーネント151だけを削除すればよい。また、逆に、画像信号処理装置100に機能を追加する場合には、その機能を行う機能ブロックを追加するとともに、GUI描画処理部142においては、機能に対応するアイコンを描画対象とする描画コンポーネント151を追加すればよい。   In this case, for example, when the function D is deleted from the image signal processing apparatus 100, the function block that performs the function D is deleted, and the GUI drawing processing unit 142 draws the drawing component for the function D icon. Only 151 may be deleted. Conversely, when a function is added to the image signal processing apparatus 100, a function block for performing the function is added, and the GUI drawing processing unit 142 draws an icon corresponding to the function as a drawing target. 151 may be added.

あるいは、各描画コンポーネント151が、例えば、パレット表示画像183のパレット183a、カーソル183b、解像度軸の値183c1、ノイズ軸の値183c2、文字183dのうちの少なくとも1つを描画対象とするように構成してもよい。   Alternatively, each drawing component 151 is configured to draw at least one of, for example, the palette 183a, the cursor 183b, the resolution axis value 183c1, the noise axis value 183c2, and the character 183d of the palette display image 183. May be.

すなわち、図16に示されるように、メニュー表示画像182が表示されるGUI表示画面は、描画コンポーネント151−1により解像度軸の値183c1およびノイズ軸の値183c2が描画されるレイヤ191−1、描画コンポーネント151−2によりカーソル183bが描画されるレイヤ191−2、描画コンポーネント151−3によりパレット183aおよび文字183dの描画されるレイヤ191−3として内部的に構成される。   That is, as shown in FIG. 16, the GUI display screen on which the menu display image 182 is displayed is a layer 191-1 on which the resolution axis value 183c1 and the noise axis value 183c2 are drawn by the drawing component 151-1, and the drawing The component 151-2 is internally configured as a layer 191-2 on which the cursor 183b is drawn, and the drawing component 151-3 is internally configured as a layer 191-3 on which the palette 183a and the character 183d are drawn.

これにより、例えば、レイヤ191−1に描画される解像度軸の値183c1およびノイズ軸の値183c2を追加や削除することは、レイヤ191−1および対応する描画コンポーネント151−1を追加や削除するだけでよく、後からであっても、他のレイヤ191に影響を与えることなく簡単に行える。同様に、レイヤ191−2に描画されるカーソル183bの形を、例えば、丸から星型にするような変更なども、レイヤ191−2と描画コンポーネント151−2を変更するだけで、他のレイヤ191に影響を与えることなく、簡単に行える。   Thereby, for example, adding or deleting the resolution axis value 183c1 and the noise axis value 183c2 drawn on the layer 191-1 only adds or deletes the layer 191-1 and the corresponding drawing component 151-1. Even later, it can be easily performed without affecting other layers 191. Similarly, changing the shape of the cursor 183b drawn on the layer 191-2 from, for example, a circle to a star, simply changes the layer 191-2 and the drawing component 151-2. This can be done easily without affecting 191.

すなわち、将来、削除や変更予定のあるGUI部品を描画対象とした単独の描画コンポーネント151を構成するようにできるので、画像信号処理装置100のGUIにおいても、効率よく、バージョンアップなどが行うことができる。   That is, since a single drawing component 151 for drawing a GUI part that is scheduled to be deleted or changed in the future can be configured, the GUI of the image signal processing apparatus 100 can be upgraded efficiently. it can.

図17は、GUI表示回路131のさらに詳細な構成例を示している。なお、図17の例においては、1つの描画コンポーネント151しか示されていないが、実際には、コマンド送受信部141は、複数の描画コンポーネント151に対して、同じ処理を行う。   FIG. 17 shows a more detailed configuration example of the GUI display circuit 131. In the example of FIG. 17, only one drawing component 151 is shown, but in actuality, the command transmission / reception unit 141 performs the same processing on a plurality of drawing components 151.

コマンド送受信部141は、コマンド受信部211およびコマンド送信部212により構成されている。   The command transmission / reception unit 141 includes a command reception unit 211 and a command transmission unit 212.

コマンド受信部211は、システム制御ブロック110や他の機能ブロック120から制御バス111を通じて送信されてくる共通コマンドを、制御用コネクタ120aを介して受信し、GUI描画処理部142を構成するすべての描画コンポーネント151−1乃至151−4、および信号重畳部143に送信して、受け渡す。   The command reception unit 211 receives a common command transmitted from the system control block 110 and other function blocks 120 through the control bus 111 via the control connector 120a, and performs all drawing operations that configure the GUI drawing processing unit 142. The information is transmitted to the components 151-1 to 151-4 and the signal superimposing unit 143 and delivered.

コマンド送信部212は、各描画コンポーネント151−1乃至151−4のコマンド格納部225を確認し、発行された共通コマンドがあれば、その共通コマンドを、制御用コネクタ120aを介して、制御バス111に送出し、制御バス111に接続されるすべての機能ブロックA乃至Hおよび制御ブロック110に送信する。すなわち、送出された共通コマンドは、自己のコマンド受信部141でも受信される。   The command transmission unit 212 confirms the command storage unit 225 of each drawing component 151-1 to 151-4, and if there is an issued common command, the common command is sent to the control bus 111 via the control connector 120 a. And transmitted to all the functional blocks A to H and the control block 110 connected to the control bus 111. That is, the sent common command is also received by its own command receiving unit 141.

このとき、実際には、共通コマンドは、コマンド受信部211において、GUI描画処理部142が対応可能な形式に変換され、GUI描画処理部142に送出されている。同様に、共通コマンドは、コマンド受信部212において、制御バス111が対応可能な形式に変換され、制御バス111に送出されている。   At this time, in practice, the common command is converted into a format that can be handled by the GUI drawing processing unit 142 in the command receiving unit 211 and sent to the GUI drawing processing unit 142. Similarly, the common command is converted into a format compatible with the control bus 111 and sent to the control bus 111 by the command receiving unit 212.

なお、コマンド格納部225に、GUI描画処理部142内のみに有効なコマンドが格納されていた場合には、コマンド送信部212は、コマンド受信部211に、そのコマンドを供給する。これに対応して、コマンド受信部211は、コマンド送信部212からのコマンドを、GUI描画処理部142を構成するすべての描画コンポーネント151−1乃至151−4に送信して受け渡すようにしてもよい。したがって、この場合、制御バス111に流れるコマンドの送出量を少なくすることができる。   If the command storage unit 225 stores a valid command only in the GUI drawing processing unit 142, the command transmission unit 212 supplies the command to the command reception unit 211. In response to this, the command receiving unit 211 may transmit the command from the command transmitting unit 212 to all the drawing components 151-1 to 151-4 constituting the GUI drawing processing unit 142 for delivery. Good. Therefore, in this case, the amount of commands sent to the control bus 111 can be reduced.

描画コンポーネント151は、コマンド解釈部221、描画処理部222、コマンド発行部224、およびコマンド格納部225により構成されている。   The drawing component 151 includes a command interpretation unit 221, a drawing processing unit 222, a command issue unit 224, and a command storage unit 225.

コマンド解釈部221は、自己のコンポーネントに係る共通コマンドと、その共通コマンドに対応する処理内容の情報を、図示せぬ内蔵するメモリなどに、テーブル221aとして有している。   The command interpreting unit 221 has a common command related to its own component and information on processing contents corresponding to the common command in a built-in memory (not shown) as a table 221a.

図18は、システム制御ブロック110や他の機能ブロック120から制御バス111を通じて送信されてくる共通コマンドの構成例を示している。   FIG. 18 shows a configuration example of a common command transmitted from the system control block 110 and other functional blocks 120 through the control bus 111.

例えば、共通コマンドは、そのヘッダ、共通コマンドのID(Indentification:識別子)が記述されるコマンドID、後に続くパラメータの長さ(サイズ)が記述されるパラメータ長、および、共通コマンドの値が記述されるパラメータにより構成されている。   For example, a common command describes its header, a command ID that describes the ID (Indentification) of the common command, a parameter length that describes the length (size) of the parameter that follows, and the value of the common command. It is composed of parameters.

パラメータには、例えば、共通コマンドDRCvolの場合、上述した解像度軸のボリウム値である「resolutionVal」や、ノイズ軸のボリウム値である「noiseVal」などの値(パラメータ)が記載されている。   In the parameter, for example, in the case of the common command DRCvol, values (parameters) such as “resolutionVal” that is the above-described volume value of the resolution axis and “noiseVal” that is the volume value of the noise axis are described.

コマンド解釈部221は、コマンド送受信部212からの共通コマンドを受け取ると、共通コマンドのIDに基づき、テーブル221aを参照して、自己の描画コンポーネントに係る共通コマンドであるか否かを判定する。   Upon receiving the common command from the command transmission / reception unit 212, the command interpretation unit 221 refers to the table 221a based on the common command ID and determines whether the command is a common command related to its own drawing component.

コマンド解釈部221は、受信した共通コマンドが、自己の描画コンポーネントに係るものではないと判定した場合、その共通コマンドを破棄する。また、コマンド解釈部221は、受信した共通コマンドが、自己の描画コンポーネントに係るものであると判定した場合、テーブル221aを参照して、その共通コマンドに対応する処理内容を解釈して、描画処理部222を制御し、共通コマンドに対応して解釈した描画処理を実行させる。   If the command interpretation unit 221 determines that the received common command does not relate to its own drawing component, the command interpretation unit 221 discards the common command. If the command interpretation unit 221 determines that the received common command relates to its own drawing component, the command interpretation unit 221 refers to the table 221a, interprets the processing content corresponding to the common command, and performs drawing processing. The unit 222 is controlled to execute drawing processing interpreted in response to the common command.

例えば、図15のパレット表示画像183を描画する描画コンポーネント151−3のテーブル221aには、共通コマンドDRCvolのIDと、共通コマンドDRCvolのパラメータに対応して、パレット表示画像183のカーソル183bの位置を変更させて描画するという処理内容が記述されている。また、例えば、図15のチャネル表示画像181を描画する描画コンポーネント151−1のテーブル221aには、上述したチャネル番号1乃至12を意味する共通コマンドch(1)乃至ch(12)のIDと、共通コマンドch(1)乃至ch(12)に対応したチャネル番号を描画するという処理内容が記述されている。   For example, the table 221a of the drawing component 151-3 that draws the palette display image 183 in FIG. 15 indicates the position of the cursor 183b of the palette display image 183 in accordance with the ID of the common command DRCvol and the parameters of the common command DRCvol. The contents of processing to change and draw are described. Further, for example, the table 221a of the drawing component 151-1 that draws the channel display image 181 in FIG. 15 includes the IDs of the common commands ch (1) to ch (12) that mean the channel numbers 1 to 12 described above, and Processing contents for drawing a channel number corresponding to the common commands ch (1) to ch (12) are described.

さらに、図示せぬある描画コンポーネント151のテーブル221aには、上述した入力1乃至3を意味する共通コマンドin(1)乃至in(3)のIDに対応して、入力1乃至3の入力表示を描画するという処理内容が記述されている。また他の描画コンポーネント151のテーブル221aには、上述した機能ブロック間接続1乃至5を意味する共通コマンドIC (1/2/3/4/5)のIDに対応して、第1乃至第5の構成であることを表わす接続表示を描画するという処理内容が記述されている。   Further, the input display of the inputs 1 to 3 is displayed on the table 221a of a drawing component 151 (not shown) corresponding to the IDs of the common commands in (1) to in (3) meaning the inputs 1 to 3 described above. The processing content of drawing is described. Further, in the table 221a of the other drawing component 151, the first to fifth corresponding to the ID of the common command IC (1/2/3/4/5) which means the above-described inter-function block connections 1 to 5 are shown. The processing content of drawing a connection display indicating that the configuration is the following is described.

描画処理部222は、描画部231および状態遷移部232で構成され、コマンド解釈部221の制御のもと、描画コンポーネントの機能を実行する。   The drawing processing unit 222 includes a drawing unit 231 and a state transition unit 232, and executes the function of the drawing component under the control of the command interpretation unit 221.

描画部231は、コマンド解釈部221の制御のもと、状態遷移部232が記憶している状態に基づいて、表示画面サイズのレイヤに、自己が対象とするGUI画像を描画し、自己のコンポーネントが対象とするGUI画像が描画されたレイヤに対応する表示信号を信号重畳部143に出力する。   The drawing unit 231 draws the GUI image targeted by itself on the layer of the display screen size based on the state stored in the state transition unit 232 under the control of the command interpretation unit 221, and the component of its own A display signal corresponding to the layer on which the target GUI image is drawn is output to the signal superimposing unit 143.

状態遷移部232は、GUI表示画面の内部状態として、自己のコンポーネントが対象とするGUI画像の状態を記憶しており、コマンド解釈部221の制御のもと、GUI画像の状態を遷移させる。例えば、状態遷移部232は、対象のGUI画像における移動する部品の位置や、対象のGUI画像が表示状態であるか、また、ユーザにより操作可能な状態(優先状態)であるか否かなどを記憶している。   The state transition unit 232 stores the state of the GUI image targeted by its own component as the internal state of the GUI display screen, and transitions the state of the GUI image under the control of the command interpretation unit 221. For example, the state transition unit 232 determines the position of a moving part in the target GUI image, whether the target GUI image is in a display state, and whether the user can operate (priority state). I remember it.

なお、GUI表示画面において、ユーザの操作により最も近い過去に選択されたGUI画像の状態が優先状態(すなわち、対象のGUI画像がユーザにより操作可能な状態)となる。   In the GUI display screen, the state of the GUI image selected in the past closest to the user's operation becomes the priority state (that is, the state where the target GUI image can be operated by the user).

このGUI画像の状態遷移は、必要に応じて、他の機能ブロックやシステム制御ブロック110に、共通コマンドとして送信される。例えば、状態遷移部232は、記憶している状態に応じて、状態遷移の通知の必要がある場合、コマンド発行部224を制御し、GUI画像の状態遷移の通知を示す共通コマンドを発行させる。   The state transition of the GUI image is transmitted as a common command to other function blocks and the system control block 110 as necessary. For example, the state transition unit 232 controls the command issuing unit 224 to issue a common command indicating the notification of the state transition of the GUI image when it is necessary to notify the state transition according to the stored state.

コマンド発行部224は、状態遷移部232の制御のもと、対応する共通コマンドを発行し、発行した共通コマンドをコマンド格納部225に格納する。また、コマンド発行部224は、あるGUI画像の状態遷移により、他のGUI画像の描画指示など、他の機能ブロック120に関係のないものは、共通コマンドではなく、GUI描画処理部142内のみに有効なコマンドとして発行することもできる。   The command issuing unit 224 issues a corresponding common command under the control of the state transition unit 232, and stores the issued common command in the command storage unit 225. Also, the command issuing unit 224 is not a common command, such as a drawing instruction for another GUI image due to a state transition of a certain GUI image, but only in the GUI drawing processing unit 142. It can also be issued as a valid command.

なお、コマンド送信部142により制御バス111に送出された共通コマンドは、自己のコマンド受信部141でも受信されるので、他の機能ブロック120に関係のないものであっても、共通コマンドとして発行することもできる。   The common command sent to the control bus 111 by the command transmission unit 142 is also received by its own command reception unit 141, so even if it is not related to other functional blocks 120, it is issued as a common command. You can also

コマンド格納部225は、コマンド発行部224により発行された共通コマンドやGUI描画処理部142内のみに有効なコマンドを格納する。   The command storage unit 225 stores common commands issued by the command issuing unit 224 and commands that are valid only in the GUI drawing processing unit 142.

信号重畳部143は、描画コンポーネント151のコマンド解釈部221に対応するコマンド解釈部241、および、描画コンポーネント151の描画処理部222に対応する、信号重畳処理部242により構成されている。   The signal superimposing unit 143 includes a command interpreting unit 241 corresponding to the command interpreting unit 221 of the drawing component 151 and a signal superimposing processing unit 242 corresponding to the drawing processing unit 222 of the drawing component 151.

信号重畳部143のコマンド解釈部241も、図示しないが、コマンド解釈部221と同様に、自己に係る共通コマンドと、その共通コマンドに対応する処理内容の情報であるテーブルを有しており、コマンド送受信部212からの共通コマンドを受け取ると、共通コマンドのIDに基づき、自己に係る共通コマンドであるか否かを判定する。   Although not shown, the command interpreter 241 of the signal superimposing unit 143 also has a table that is a common command related to itself and processing information corresponding to the common command, like the command interpreter 221. When a common command from the transmission / reception unit 212 is received, it is determined based on the common command ID whether or not it is a common command related to itself.

コマンド解釈部241は、受信した共通コマンドが、自己に係るものではないと判定した場合、その共通コマンドを破棄する。また、コマンド解釈部241は、受信した共通コマンドが、自己に係るものであると判定した場合、テーブルを参照して、その共通コマンドに対応する処理内容を解釈して、信号重畳処理部242を制御し、共通コマンドに対応して解釈した信号重畳処理を実行させる。   If the command interpretation unit 241 determines that the received common command is not related to itself, the command interpretation unit 241 discards the common command. If the command interpretation unit 241 determines that the received common command is related to itself, the command interpretation unit 241 refers to the table, interprets the processing content corresponding to the common command, and sets the signal superimposition processing unit 242 to Control and execute signal superimposition processing interpreted in response to the common command.

信号重畳処理部242は、入力用コネクタ120bを介して信号重畳部143に入力される入力セレクタ122または信号ルータ123からの画像信号を、コマンド解釈部241の制御のもと選択し、選択した画像信号に、描画部231から入力される、各GUI画像が描画された表示信号を重畳して出力画像信号を取得し、その出力画像信号を出力用コネクタ120cに出力する。   The signal superimposing unit 242 selects an image signal from the input selector 122 or the signal router 123 input to the signal superimposing unit 143 via the input connector 120b under the control of the command interpreting unit 241, and selects the selected image. The output image signal is obtained by superimposing the display signal on which each GUI image is drawn, which is input from the drawing unit 231, on the signal, and the output image signal is output to the output connector 120 c.

なお、この表示信号の重畳する際の表示順位は、各描画コンポーネント151毎に予め設定されている。また、各表示信号(レイヤ)間における各GUI画像の透過度も設定可能であり、半透明にすることもできるし、あるいは、表示順位が上位の表示信号の各GUI画像の表示により、表示順位が下位の表示信号の各GUI画像の表示が覆われるようにすることもできる。   The display order when the display signals are superimposed is set in advance for each drawing component 151. In addition, the transparency of each GUI image between the display signals (layers) can be set and can be made semi-transparent, or the display order can be determined by displaying each GUI image of the display signal having the higher display order. However, the display of each GUI image of the lower display signal can be covered.

次に、画像信号処理装置100の動作を説明する。この画像信号処理装置100においては、例えば、スロット104aに、U/Vチューナ112が挿入され、スロット104cにDRC回路124が挿入された状態が、基本構成とされる。この基本構成が第1の構成である。   Next, the operation of the image signal processing apparatus 100 will be described. In this image signal processing apparatus 100, for example, the basic configuration is such that the U / V tuner 112 is inserted into the slot 104a and the DRC circuit 124 is inserted into the slot 104c. This basic configuration is the first configuration.

図19は、基本構成(第1の構成)の接続状態と、第1の構成における画像信号の流れを示している。   FIG. 19 shows the connection state of the basic configuration (first configuration) and the flow of image signals in the first configuration.

図19の例の場合、システム制御ブロック110は、電源投入時に、入力セレクタ122、信号ルータ123、GUI表示回路131の他、U/Vチューナ121、DRC回路124から共通コマンドを取得し、またこれらの入力セレクタ122、信号ルータ123、GUI表示回路131、U/Vチューナ121およびDRC回路124から基板IDを取得し、第1の構成(基本構成)にあることを認識する。   In the example of FIG. 19, the system control block 110 acquires common commands from the U / V tuner 121 and the DRC circuit 124 in addition to the input selector 122, the signal router 123, and the GUI display circuit 131 when the power is turned on. The board ID is acquired from the input selector 122, the signal router 123, the GUI display circuit 131, the U / V tuner 121, and the DRC circuit 124, and it is recognized that it is in the first configuration (basic configuration).

そして、システム制御ブロック110は、この第1の構成を意味する共通コマンドIC (1)を、制御バス111に送出する。これにより、信号ルータ123は、第1の入力端子が第1の出力端子に接続され、第2の入力端子が第4の出力端子に接続された第1の状態となる。これにより、DRC回路124が処理系に挿入される。また、GUI表示回路131は、第1の構成である旨を表示するための表示信号を生成し、この表示信号が合成された出力画像信号を出力する状態となる。   Then, the system control block 110 sends a common command IC (1) meaning this first configuration to the control bus 111. As a result, the signal router 123 enters a first state in which the first input terminal is connected to the first output terminal and the second input terminal is connected to the fourth output terminal. As a result, the DRC circuit 124 is inserted into the processing system. In addition, the GUI display circuit 131 is in a state of generating a display signal for displaying the first configuration and outputting an output image signal obtained by synthesizing the display signal.

また、システム制御ブロック110は、信号ルータ123に係る共通コマンドを除く、全種類の共通コマンドの初期値を制御バス111に送出する。これにより、入力セレクタ122、GUI表示回路131、U/Vチューナ121およびDRC回路124は、初期状態となり、画像信号処理装置100としての動作が開始される。   Further, the system control block 110 sends initial values of all types of common commands to the control bus 111 except for the common commands related to the signal router 123. Thereby, the input selector 122, the GUI display circuit 131, the U / V tuner 121, and the DRC circuit 124 are in an initial state, and the operation as the image signal processing apparatus 100 is started.

すなわち、U/Vチューナ121は、U/V用アンテナで受信された放送信号に対して、システム制御ブロック110から送られてくる共通コマンドch(1)乃至ch(12)のいずれかに基づいて選局処理を行い、所定のチャネルの画像信号を取得する。   That is, the U / V tuner 121 is based on one of the common commands ch (1) to ch (12) sent from the system control block 110 with respect to the broadcast signal received by the U / V antenna. A channel selection process is performed to acquire an image signal of a predetermined channel.

このU/Vチューナ121で得られる画像信号(入力1)は入力セレクタ122に入力される。また、この入力セレクタ122には、コネクタ102aに供給された外部ビデオ入力としての画像信号(入力3)も入力される。入力セレクタ122は、システム制御ブロック110から送られてくる共通コマンドin(1)または共通コマンドin(3)に基づいて、入力1または入力3を選択する。   The image signal (input 1) obtained by the U / V tuner 121 is input to the input selector 122. The input selector 122 also receives an image signal (input 3) as an external video input supplied to the connector 102a. The input selector 122 selects the input 1 or the input 3 based on the common command in (1) or the common command in (3) sent from the system control block 110.

この入力セレクタ122で選択された画像信号は、信号ルータ123の第1の入力端子、第1の出力端子を介して、DRC回路124に入力される。DRC回路124は、入力された画像信号に対して、システム制御ブロック110から送られてくる、共通コマンドDRCvolに基づいて、DRCボリウム処理を行う。   The image signal selected by the input selector 122 is input to the DRC circuit 124 via the first input terminal and the first output terminal of the signal router 123. The DRC circuit 124 performs DRC volume processing on the input image signal based on the common command DRCvol sent from the system control block 110.

そして、DRC回路124から出力される画像信号は、信号ルータ123の第2の入力端子、第4の出力端子を介して、GUI表示回路131の第1の入力端子に供給される。   The image signal output from the DRC circuit 124 is supplied to the first input terminal of the GUI display circuit 131 via the second input terminal and the fourth output terminal of the signal router 123.

GUI表示回路131のGUI描画部142は、システム制御ブロック110から送られてくる共通コマンドch(1)乃至ch(12)、in(1),in(2)、DRCvolなどに基づいて、種々のGUI画像を描画し、それを表示する表示信号を信号重畳部143に出力する。信号重畳部143は、システム制御ブロック110から送られてくる共通コマンドin(1),in(2)に基づいて、出力信号を得て、その出力信号に、GUI描画部142からの表示信号を重畳(合成)し、出力画像信号を得る処理等を行う。   The GUI drawing unit 142 of the GUI display circuit 131 performs various commands based on the common commands ch (1) to ch (12), in (1), in (2), DRCvol, etc. sent from the system control block 110. A GUI image is drawn, and a display signal for displaying the GUI image is output to the signal superimposing unit 143. The signal superimposing unit 143 obtains an output signal based on the common commands in (1) and in (2) sent from the system control block 110, and displays the display signal from the GUI drawing unit 142 as the output signal. A process of superimposing (combining) and obtaining an output image signal is performed.

このGUI表示回路131の信号重畳部143で得られる出力画像信号は、コネクタ103に出力画像信号として出力される。そして、出力画像信号は、例えばCRTで構成されるディスプレイに供給される。   The output image signal obtained by the signal superimposing unit 143 of the GUI display circuit 131 is output to the connector 103 as an output image signal. The output image signal is supplied to a display composed of, for example, a CRT.

また、電源投入後は、ユーザ操作があるとき、システム制御ブロック110からユーザ操作に対応した共通コマンドが制御バス111に送出される。これにより、U/Vチューナ121の選局チャネル、入力セレクタ122で選択される入力、DRC回路124のDRCボリウム処理の設定などが変更され、それに応じたGUI画像が描画される。   In addition, after the power is turned on, when there is a user operation, the system control block 110 sends a common command corresponding to the user operation to the control bus 111. Thereby, the channel selection channel of the U / V tuner 121, the input selected by the input selector 122, the setting of the DRC volume processing of the DRC circuit 124, and the like are changed, and a GUI image corresponding to that is drawn.

次に、図20のフローチャートを参照して、電源投入後の第1の構成におけるシステム制御ブロック110の共通コマンド送信処理を説明する。なお、この処理は、ユーザにより電源投入が遮断されるまで繰り返される処理である。   Next, the common command transmission process of the system control block 110 in the first configuration after power-on will be described with reference to the flowchart of FIG. This process is repeated until the user turns off the power.

システム制御ブロック110は、電源投入後、上述したように全種類の共通コマンドの初期値を、制御バス111に送出すると、ステップS11において、タイマを開始し、ステップS12に進む。   When the system control block 110 sends the initial values of all types of common commands to the control bus 111 as described above after power-on, the system control block 110 starts a timer in step S11 and proceeds to step S12.

例えば、ディスプレイに、図15のパレット表示画像183が表示されており、ユーザは、パレット表示画像183を見ながら、リモートコントローラ112の十字ボタンを用いて、解像度軸およびノイズ軸のボリウム値を変更する操作を行う。   For example, the palette display image 183 of FIG. 15 is displayed on the display, and the user changes the volume values of the resolution axis and noise axis using the cross button of the remote controller 112 while viewing the palette display image 183. Perform the operation.

なお、パレット表示画像183が表示されたときに、後述するGUI表示回路131からの共通コマンドにより、システム制御ブロック110は、GUI表示画面の内部状態が、パレット表示画像183が操作可能状態(優先状態)であることを認識している。   When the palette display image 183 is displayed, the system control block 110 determines that the internal state of the GUI display screen is in an operable state of the palette display image 183 (priority state) by a common command from a GUI display circuit 131 described later. ).

システム制御ブロック110は、ステップS12において、ユーザの操作を検出したか否かを判定し、ユーザの操作を検出したと判定した場合、ステップS13に進み、ユーザの操作に対応した共通コマンドDRCvolを、制御バス111に送出し、ステップS14に進む。なお、システム制御ブロック110は、この送出した共通コマンドで、ボリウム値用のラストメモリ領域に記憶されている共通コマンドを更新する。   In step S12, the system control block 110 determines whether or not a user operation has been detected. If the system control block 110 determines that a user operation has been detected, the system control block 110 proceeds to step S13, and determines a common command DRCvol corresponding to the user operation. The data is sent to the control bus 111, and the process proceeds to step S14. The system control block 110 updates the common command stored in the last memory area for the volume value with the sent common command.

これに対応して、U/Vチューナ121、入力セレクタ122、信号ルータ123は、共通コマンドDRCvolを受信するが、自己の機能ブロックに係る共通コマンドではない。したがって、U/Vチューナ121、入力セレクタ122、信号ルータ123においては、共通コマンドDRCvolに応じた動作は実行されない。   In response to this, the U / V tuner 121, the input selector 122, and the signal router 123 receive the common command DRCvol, but are not common commands related to their own functional blocks. Therefore, the U / V tuner 121, the input selector 122, and the signal router 123 do not execute an operation according to the common command DRCvol.

一方、DRC回路124は、共通コマンドDRCvolを受信し、図22を参照して後述する信号処理を実行する。また、GUI表示回路131も、共通コマンドDRCvolを受信し、図23乃至図25を参照して後述する信号処理を実行する。   On the other hand, the DRC circuit 124 receives the common command DRCvol and executes signal processing to be described later with reference to FIG. The GUI display circuit 131 also receives the common command DRCvol, and executes signal processing to be described later with reference to FIGS.

システム制御ブロック110は、ステップS12において、ユーザの操作を検出していないと判定した場合、ステップS13の処理をスキップし、ステップS14に進む。   If the system control block 110 determines in step S12 that no user operation has been detected, the system control block 110 skips step S13 and proceeds to step S14.

システム制御ブロック110は、ステップS14において、ステップS11において開始させたタイマに基づいて、所定時間が経過したか否かを判定し、所定時間が経過していないと判定した場合、ステップS12に戻り、それ以降の処理を繰り返す。   In step S14, the system control block 110 determines whether or not the predetermined time has elapsed based on the timer started in step S11. If it is determined that the predetermined time has not elapsed, the system control block 110 returns to step S12. The subsequent processing is repeated.

システム制御ブロック110は、ステップS14において、所定時間が経過したと判定した場合、ステップS15に進み、全種類の最新の共通コマンドを、制御バス111に送出する。ここで、ある種類の共通コマンドに関しては、初期値から変更されていない場合はその初期値が最新の共通コマンドであり、初期値から、例えば、ステップS13の処理などにより変更されている場合はその変更後の値が最新の共通コマンドとなる。   If the system control block 110 determines in step S14 that the predetermined time has elapsed, the system control block 110 proceeds to step S15, and sends all types of latest common commands to the control bus 111. Here, regarding a certain type of common command, if the initial value is not changed from the initial value, the initial value is the latest common command, and if the initial value is changed from the initial value by, for example, the processing in step S13, the The changed value becomes the latest common command.

そして、システム制御ブロック110は、ステップS15において、全種類の最新の共通コマンドを制御バス111に送出した後、ステップS11に戻り、タイマを再度スタートさせて、上述したと同様の制御動作を行う。   In step S15, the system control block 110 transmits all types of latest common commands to the control bus 111, and then returns to step S11 to restart the timer and perform the same control operation as described above.

以上のように、システム制御ブロック110は、所定時間おきのタイミングで、全種類の最新の共通コマンドを、制御バス111に送出する。   As described above, the system control block 110 sends all types of the latest common commands to the control bus 111 at predetermined time intervals.

これにより、ある機能ブロックで自己の機能ブロックに係る共通コマンドを何らかの原因で受信できなかった場合であっても、その機能ブロックは、所定時間後に再送された共通コマンドを受信することが可能となり、例えば2個の機能ブロックが連係して動作する場合に、片方の機能ブロックが共通コマンドを受信できなかったことによる連係のずれを、修正できる。   As a result, even if a certain function block cannot receive the common command related to its own function block for some reason, the function block can receive the common command retransmitted after a predetermined time, For example, when two function blocks operate in a linked manner, it is possible to correct a shift in linkage due to the failure of one function block to receive a common command.

なお、図20の例においては、全部の種類の最新の共通コマンドを制御バス111に送出するものを示したが、システム制御ブロック110は、所定時間おきのタイミングで、連係のずれが気になる一部の種類の最新の共通コマンドのみを、制御バス111に送出するようにしてもよい。   In the example of FIG. 20, the latest common commands of all types are shown to be sent to the control bus 111, but the system control block 110 is concerned about misalignment at predetermined time intervals. Only some latest common commands may be sent to the control bus 111.

また、図20の例においては、システム制御ブロック110が、所定時間おきのタイミングで、全部の種類の最新の共通コマンドを、制御バス111に送出するものを示したが、例えば共通コマンドを受信する機能ブロックは共通コマンドを受けて正常動作したことを示すコマンドをシステム制御ブロック110に返すものとし、システム制御ブロック110はそのようなコマンドが返されなかった場合に、再度全部の種類または一部の種類の共通コマンドを、制御バス111に送出するようにしてもよい。   In the example of FIG. 20, the system control block 110 shows that the latest common commands of all types are sent to the control bus 111 at predetermined time intervals. For example, a common command is received. The function block receives a common command and returns a command indicating normal operation to the system control block 110. When such a command is not returned, the system control block 110 again returns all types or some of the commands. Different types of common commands may be sent to the control bus 111.

図21は、システム制御ブロックのDRC回路124とGUI表示回路131に対する制御構造を示している。   FIG. 21 shows a control structure for the DRC circuit 124 and the GUI display circuit 131 of the system control block.

上述した図20のステップS13において、システム制御ブロック110は、制御バス111に、共通コマンドDRCvolを送出する。なお、図示せぬ他の機能ブロックは、送られてくる共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドではないので、共通コマンドDRCvolを受け付けない。   In step S <b> 13 of FIG. 20 described above, the system control block 110 sends the common command DRCvol to the control bus 111. Note that other functional blocks not shown do not accept the common command DRCvol because the sent common command DRCvol is not a common command related to its own functional block.

DRC回路124の制御インタフェース120dは、送られてくる共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドである場合、この共通コマンドを機能ブロック内コマンドに変換し、その機能ブロック内コマンドを、DRC回路124の機能部120eに供給する。この機能ブロック内コマンドに応じて、機能部120eは、入力された画像信号に対して、DRCボリウム処理を実行する。   When the received common command DRCvol is a common command related to its own functional block, the control interface 120d of the DRC circuit 124 converts this common command into a command in a functional block, and converts the command in the functional block into the DRC circuit. 124 is supplied to the functional unit 120e. In response to the in-function block command, the function unit 120e performs DRC volume processing on the input image signal.

このように、DRC回路124の制御インタフェース120dにおいては、システム制御ブロック110から送られてくる共通コマンドが自己の機能ブロックに係る共通コマンドであるとき、それが機能部120eを制御するための機能ブロック内コマンドに変換される。   Thus, in the control interface 120d of the DRC circuit 124, when the common command sent from the system control block 110 is a common command related to its own functional block, it is a functional block for controlling the functional unit 120e. It is converted into an internal command.

これにより、DRC回路124においては、システム制御ブロック110から送られてくる共通コマンドに応じて、適応的に動作することができる。   As a result, the DRC circuit 124 can operate adaptively according to the common command sent from the system control block 110.

一方、GUI表示回路131のコマンド送受信部141は、送られてくる共通コマンドを取捨選択することなく、そのままGUI描画処理部142を構成するすべての描画コンポーネント151−1、151−2、・・・、および信号重畳部143に送出する。   On the other hand, the command transmission / reception unit 141 of the GUI display circuit 131 does not select the sent common commands, but directly displays all the drawing components 151-1, 151-2,... Constituting the GUI drawing processing unit 142 as they are. And to the signal superimposing unit 143.

描画コンポーネント151−1、151−2、・・・は、コマンド送受信部141からの共通コマンドを受けると、それぞれ独立して、共通コマンドを取捨選択し、共通コマンドが自己のコンポーネントに係る共通コマンドであった場合に、共通コマンドに応じた描画処理を行う。   When the drawing components 151-1, 151-2,... Receive the common command from the command transmission / reception unit 141, the drawing components 151-1, 151-2,. If there is, drawing processing according to the common command is performed.

例えば、図15のチャネル表示画像181を描画する描画コンポーネント151−1は、送られてくる共通コマンドDRCvolが自己のコンポーネントに係る共通コマンドではないので、その共通コマンドを破棄する。同様に、図15のメニュー表示画像182を描画する描画コンポーネント151−2も、送られてくる共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドではないので、その共通コマンドを破棄する。   For example, the drawing component 151-1 that draws the channel display image 181 in FIG. 15 discards the common command DRCvol that is sent because it is not a common command related to its own component. Similarly, the drawing component 151-2 that draws the menu display image 182 of FIG. 15 also discards the common command DRCvol that is sent because it is not a common command related to its own functional block.

図15のパレット表示画像183を描画する描画コンポーネント151−3は、送られてくる共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドであるので、共通コマンドに応じて、パレット表示画像183のカーソル183bの位置を変更させて描画し、パレット表示画像183が描画された表示信号を信号重畳部143を介して出力し、ディスプレイに表示させる。   The drawing component 151-3 that draws the palette display image 183 in FIG. 15 has the common command DRCvol sent to it as a common command related to its own functional block, and accordingly, the cursor 183b of the palette display image 183 according to the common command. The display signal on which the palette display image 183 is drawn is output via the signal superimposing unit 143 and displayed on the display.

なお、他の描画コンポーネント151も同様に、送られてくる共通コマンドDRCvolが自己のコンポーネントに係る共通コマンドであれば、共通コマンドに応じて適応的に動作し、送られてくる共通コマンドDRCvolが自己のコンポーネントに係る共通コマンドでなければ、動作を変更しない。   Similarly, if the common command DRCvol sent to the other drawing component 151 is a common command related to its own component, it operates adaptively according to the common command and the common command DRCvol sent is self If it is not a common command related to other components, the operation is not changed.

信号重畳部143は、送られてくる共通コマンドDRCvolが自己に係る共通コマンドではないので、その共通コマンドを破棄し、選択する画像信号を変更することなく、信号重畳処理を実行する。   Since the transmitted common command DRCvol is not a common command related to itself, the signal superimposing unit 143 discards the common command and executes the signal superimposing process without changing the image signal to be selected.

このように、GUI表示回路131のコマンド送受信部141においては、システム制御ブロック110から送られてくる共通コマンドが自己のコンポーネントに係る共通コマンドである、なしに拘わらず、GUI描画処理部142を構成するすべての描画コンポーネント151に送られ、描画コンポーネント151において、自己のコンポーネントに係る共通コマンドだけが用いられて、適応的に動作が行われる。   As described above, the command transmission / reception unit 141 of the GUI display circuit 131 configures the GUI drawing processing unit 142 regardless of whether or not the common command transmitted from the system control block 110 is a common command related to its component. The drawing component 151 uses only the common command related to its own component and performs an operation adaptively.

すなわち、GUI表示回路131において、共通コマンドを受信するインタフェースであるコマンド送受信部141と、共通コマンドに応じて機能する機能部であるGUI描画処理部142が独立して構成されているため、完全に分離することができる。これにより、共通コマンドがどのようなコマンド体系であっても、移植が行いやすく、コマンド体系に変更があった場合にも、柔軟に対応できる。また、コマンド送受信部141とGUI描画処理部142の平行開発が容易になる。   That is, in the GUI display circuit 131, the command transmission / reception unit 141 that is an interface for receiving a common command and the GUI drawing processing unit 142 that is a function unit that functions in accordance with the common command are configured independently. Can be separated. As a result, no matter what command system the common command is, porting is easy, and it is possible to flexibly cope with changes in the command system. Further, parallel development of the command transmission / reception unit 141 and the GUI drawing processing unit 142 is facilitated.

さらに、GUI描画処理部142においても各コンポーネントが独立して構成されており、分離することができるため、画像信号処理装置100内で機能の追加、削除があった場合でも、対応する描画コンポーネントの追加、削除だけで、このGUI表示回路131の修正が完了し、GUI表示回路131の修正における工数がかかることを抑制することができる。   Furthermore, each component is also configured independently in the GUI drawing processing unit 142 and can be separated. Therefore, even when a function is added or deleted in the image signal processing apparatus 100, the corresponding drawing component The modification of the GUI display circuit 131 is completed only by addition and deletion, and it is possible to suppress the man-hours required for the modification of the GUI display circuit 131.

次に、図22のフローチャートを参照して、DRC回路124の信号処理を説明する。なお、この処理は、図20のシステム制御ブロック110の共通コマンド送出処理に対応するDRC回路124の処理である。したがって、この処理も、ユーザにより電源投入が遮断されるまで繰り返される処理である。   Next, the signal processing of the DRC circuit 124 will be described with reference to the flowchart of FIG. This process is a process of the DRC circuit 124 corresponding to the common command transmission process of the system control block 110 in FIG. Therefore, this process is also repeated until the user turns off the power.

DRC回路124は、設定されているHD信号の解像度、ノイズ除去度で、入力用コネクタ120bからの入力画像信号に対して、DRC処理を行い、DRC処理された出力画像信号を、出力用コネクタ120cに出力している。   The DRC circuit 124 performs DRC processing on the input image signal from the input connector 120b with the set resolution and noise removal degree of the HD signal, and outputs the DRC-processed output image signal to the output connector 120c. Is output.

上述した図20のステップS13において、システム制御ブロック110により共通コマンドDRCvolが制御バス111に送出される。DRC回路124の制御インタフェース120dの制御ポート120d-1は、共通コマンドDRCvolを受信すると、インタプリタ120d-3に供給する。   In step S13 of FIG. 20 described above, the system control block 110 sends the common command DRCvol to the control bus 111. When receiving the common command DRCvol, the control port 120d-1 of the control interface 120d of the DRC circuit 124 supplies the common command DRCvol to the interpreter 120d-3.

インタプリタ120d-3は、ステップS31において、ROM120d-2を参照し、共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドであるか否かを判定する。   In step S31, the interpreter 120d-3 refers to the ROM 120d-2 and determines whether or not the common command DRCvol is a common command related to its own functional block.

インタプリタ120d-3は、ステップS31において、共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドであると判定した場合、ステップS32に進み、ROM120d-2に記憶されている対応関係に基づいて、共通コマンドDRCvolを、機能ブロック内コマンドvolumeに変換し、変換した機能ブロック内コマンドvolumeを、DRC回路124の機能部120eに供給する。   When the interpreter 120d-3 determines in step S31 that the common command DRCvol is a common command related to its own functional block, the interpreter 120d-3 proceeds to step S32 and, based on the correspondence stored in the ROM 120d-2, the common command The DRCvol is converted into the function block command volume, and the converted function block command volume is supplied to the function unit 120e of the DRC circuit 124.

DRC回路124の機能部120eは、機能ブロック内コマンドvolumeが供給されると、ステップS33において、機能ブロック内コマンドvolumeに応じて、HD信号の解像度、ノイズ除去度を変更し、ステップS34に進み、変更したHD信号の解像度、ノイズ除去度に基づいて、DRC処理(高画質化処理)を行う。   When the intra-functional block command volume is supplied, the functional unit 120e of the DRC circuit 124 changes the resolution of the HD signal and the noise removal degree in accordance with the intra-functional block command volume in step S33, and proceeds to step S34. Based on the resolution of the changed HD signal and the degree of noise removal, DRC processing (high image quality processing) is performed.

すなわち、DRC回路124の機能部120eは、ステップS34において、変更したHD信号の解像度、ノイズ除去度に基づいて、入力用コネクタ120bからの入力画像信号であるSD信号をHD信号に変換し、このHD信号を出力画像信号として出力用コネクタ120cに出力し、ステップS31に戻り、それ以降の処理を繰り返す。   That is, in step S34, the functional unit 120e of the DRC circuit 124 converts the SD signal, which is an input image signal from the input connector 120b, into an HD signal based on the changed resolution and noise removal degree of the HD signal. The HD signal is output as an output image signal to the output connector 120c, the process returns to step S31, and the subsequent processing is repeated.

ステップS31において、共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドではないと判定された場合、ステップS32およびステップS33の処理は、スキップされ、ステップS34に進み、設定されているHD信号の解像度、ノイズ除去度で、入力用コネクタ120bからの入力画像信号に対して、DRC処理を行い、DRC処理された出力画像信号を、出力用コネクタ120cに出力し、ステップS31に戻り、それ以降の処理を繰り返す。   If it is determined in step S31 that the common command DRCvol is not a common command related to its own functional block, the processes in steps S32 and S33 are skipped and the process proceeds to step S34, where the resolution of the set HD signal, With the degree of noise removal, the DRC process is performed on the input image signal from the input connector 120b, and the output image signal subjected to the DRC process is output to the output connector 120c. The process returns to step S31, and the subsequent processes are performed. repeat.

以上のように、DRC回路124において、共通コマンドDRCvolが受信された場合、共通コマンドDRCvolが機能ブロック内コマンドvolumeに変換されることにより、ユーザの操作による解像度軸、ノイズ軸のボリウム値に応じた解像度、ノイズ除去度が選択された状態となり、以降、再度、共通コマンドDRCvolが受信されるまで、あるいは、ユーザにより電源が遮断されるまで、変更された解像度、ノイズ除去度によりステップS34のDRC処理が繰り返される。   As described above, in the DRC circuit 124, when the common command DRCvol is received, the common command DRCvol is converted into the in-function block command volume, which corresponds to the volume value of the resolution axis and noise axis by the user's operation. The resolution and the noise removal degree are selected, and thereafter, until the common command DRCvol is received again or the power is turned off by the user, the DRC process of step S34 is performed according to the changed resolution and the noise removal degree. Is repeated.

次に、図23乃至図25のフローチャートを参照して、GUI表示回路131の信号処理を説明する。これらの処理は、図20のシステム制御ブロック110の共通コマンド送出処理に対応するGUI表示回路131の処理である。したがって、これらの処理も、ユーザにより電源投入が遮断されるまで繰り返される処理である。   Next, signal processing of the GUI display circuit 131 will be described with reference to the flowcharts of FIGS. These processes are the processes of the GUI display circuit 131 corresponding to the common command transmission process of the system control block 110 of FIG. Accordingly, these processes are also repeated until the power is turned off by the user.

パレット表示画像183を描画する描画コンポーネント151−3は、所定の位置にカーソル183bを位置したパレット表示画像183が描画されたレイヤに対応する表示信号を信号重畳部143に出力している。信号重畳部143は、入力用コネクタ120bを介して信号重畳部143に入力される信号ルータ123からの画像信号に、表示信号を合成し、合成した出力画像信号をコネクタ103に出力している。これにより、図15に示されるようなパレット表示画像183が、ディスプレイに表示されている。   The drawing component 151-3 that draws the palette display image 183 outputs a display signal corresponding to the layer on which the palette display image 183 with the cursor 183 b positioned at a predetermined position is drawn to the signal superimposing unit 143. The signal superimposing unit 143 combines the display signal with the image signal from the signal router 123 input to the signal superimposing unit 143 via the input connector 120b, and outputs the combined output image signal to the connector 103. Thereby, a palette display image 183 as shown in FIG. 15 is displayed on the display.

例えば、ユーザが、パレット表示画像183を見ながら、リモートコントローラ112の十字ボタンを用いて、解像度軸、ノイズ軸のボリウム値を変更する操作を行うことにより、上述した図20のステップS13において、システム制御ブロック110により共通コマンドDRCvolが制御バス111に送出される。   For example, when the user performs an operation of changing the volume value of the resolution axis and the noise axis using the cross button of the remote controller 112 while viewing the palette display image 183, the system in step S13 of FIG. A common command DRCvol is sent to the control bus 111 by the control block 110.

まず、図23のフローチャートを参照して、コマンド送受信部141のコマンド送受信処理を説明する。   First, the command transmission / reception processing of the command transmission / reception unit 141 will be described with reference to the flowchart of FIG.

GUI表示回路131のコマンド送受信部141は、図23のステップS51において、共通コマンドを受信するまで待機している。コマンド受信部211は、制御バス111からの共通コマンドDRCvolを受信すると、共通コマンドしたと判定し、ステップS52に進み、受信した共通コマンドDRCvolを、各描画コンポーネント151に送信し、ステップS53に進む。   The command transmission / reception unit 141 of the GUI display circuit 131 stands by until a common command is received in step S51 of FIG. When receiving the common command DRCvol from the control bus 111, the command receiving unit 211 determines that the common command has been received, proceeds to step S52, transmits the received common command DRCvol to each drawing component 151, and proceeds to step S53.

これに対応して、各描画コンポーネント151は、コマンド受信部211から、共通コマンドDRCvolを受信すると、図24を参照して後述するGUI描画処理を実行する。描画コンポーネント151は、GUI描画処理において、GUI画像の状態遷移があった場合には、必要に応じて、GUI画像の状態遷移を示す共通コマンドを発行し、コマンド格納部225に格納している。   Correspondingly, when each drawing component 151 receives the common command DRCvol from the command receiving unit 211, the drawing component 151 executes a GUI drawing process described later with reference to FIG. When there is a state transition of the GUI image in the GUI rendering process, the rendering component 151 issues a common command indicating the state transition of the GUI image as necessary and stores it in the command storage unit 225.

コマンド送受信部141は、ステップS53において、各描画コンポーネント151のコマンド格納部225を確認し、コマンド格納部225に、発行された共通コマンドがあるか否かを判定し、発行された共通コマンドがないと判定した場合、ステップS54の処理をスキップし、ステップS51に戻り、それ以降の処理を繰り返す。   In step S53, the command transmission / reception unit 141 checks the command storage unit 225 of each drawing component 151, determines whether there is an issued common command in the command storage unit 225, and there is no issued common command. If it is determined, the process of step S54 is skipped, the process returns to step S51, and the subsequent processes are repeated.

また、コマンド送受信部141は、ステップS53において、発行された共通コマンドがあると判定した場合、ステップS54に進み、発行された共通コマンドを、制御バス111に送出し、ステップS51に戻り、それ以降の処理を繰り返す。   If the command transmission / reception unit 141 determines in step S53 that there is an issued common command, the command transmission / reception unit 141 proceeds to step S54, sends the issued common command to the control bus 111, returns to step S51, and thereafter. Repeat the process.

なお、図23の処理は、実際には、1VSYNGにつき、1回実行される。すなわち、ステップS52において、共通コマンドDRCvolは、描画コンポーネント151に対して、1VSYNGにつき、1回送信され、共通コマンドが格納されていれば、その共通コマンドは、ステップS54において、制御バス111に対して、1VSYNGにつき、1回送信される。   Note that the processing of FIG. 23 is actually executed once per VSYNG. That is, in step S52, the common command DRCvol is transmitted once per VSYNG to the drawing component 151, and if the common command is stored, the common command is sent to the control bus 111 in step S54. Sent once per VSYNG.

次に、図24のフローチャートを参照して、GUI描画処理部142のGUI描画処理を説明する。なお、図24の例においては、図15のパレット表示画像183を描画する描画コンポーネント151−3の場合を説明する。   Next, the GUI drawing processing of the GUI drawing processing unit 142 will be described with reference to the flowchart of FIG. In the example of FIG. 24, the case of the drawing component 151-3 that draws the palette display image 183 of FIG. 15 will be described.

描画コンポーネント151−3のコマンド解釈部221は、コマンド受信部211からの共通コマンドDRCvolを受信すると、ステップS71において、テーブル221aを参照して、共通コマンドDRCvolが、自己の描画コンポーネントに係る共通コマンドであるか否かを判定し、自己の描画コンポーネントに係る共通コマンドであると判定した場合、ステップS72に進む。   When receiving the common command DRCvol from the command receiving unit 211, the command interpreting unit 221 of the drawing component 151-3 refers to the table 221a in step S71, and the common command DRCvol is a common command related to its own drawing component. If it is determined whether it is a common command related to its own drawing component, the process proceeds to step S72.

コマンド解釈部221は、ステップS72において、テーブル221aを参照して、共通コマンドDRCvolに対応する処理を解釈し、描画部231および状態遷移部232を制御し、共通コマンドDRCvolに対応する描画処理を実行させる。   In step S72, the command interpretation unit 221 refers to the table 221a, interprets the process corresponding to the common command DRCvol, controls the drawing unit 231 and the state transition unit 232, and executes the drawing process corresponding to the common command DRCvol. Let

ステップS72においては、描画部231によるGUI画像の描画や、状態遷移部232によるGUI表示画面の内部状態の状態遷移が実行された後、状態遷移部232は、ステップS73に進み、コマンド送信の必要があるか否かを判定する。   In step S72, after drawing the GUI image by the drawing unit 231 and the state transition of the internal state of the GUI display screen by the state transition unit 232, the state transition unit 232 proceeds to step S73 and needs to transmit a command. It is determined whether there is.

ステップS72の描画処理を具体的に説明する。共通コマンドDRCvolの場合、描画部231は、表示画面サイズのレイヤに、共通コマンドDRCvolが示すパレットの位置にカーソル183bの位置を移動(変更)させて、パレット表示画像183を描画し、パレット表示画像183が描画されたレイヤに対応する表示信号を、信号重畳部143を介して出力する。これに対応して、信号重畳部143は、図25を参照して後述するように、画像信号に表示信号を合成(重畳)し、出力画像信号として、出力する。   The drawing process in step S72 will be specifically described. In the case of the common command DRCvol, the drawing unit 231 draws the palette display image 183 by moving (changing) the position of the cursor 183b to the position of the palette indicated by the common command DRCvol in the display screen size layer. A display signal corresponding to the layer on which 183 is drawn is output via the signal superimposing unit 143. Correspondingly, the signal superimposing unit 143 combines (superimposes) the display signal with the image signal and outputs it as an output image signal, as will be described later with reference to FIG.

これにより、ユーザの操作による解像度軸、ノイズ軸のボリウム値に応じた(すなわち、共通コマンドDRCvolが示す)パレット183aの位置にカーソル183bが移動(変更)され、解像度軸の値183c1およびノイズ軸の値183c2が、ユーザの操作による解像度軸、ノイズ軸のボリウム値に応じて変更されたパレット表示画像183がディスプレイに表示される。   As a result, the cursor 183b is moved (changed) to the position of the palette 183a corresponding to the volume value of the resolution axis and noise axis by the user's operation (that is, indicated by the common command DRCvol), and the resolution axis value 183c1 and the noise axis A palette display image 183 in which the value 183c2 is changed according to the volume value of the resolution axis and noise axis by the user's operation is displayed on the display.

なお、共通コマンドDRCvolの場合、パレット表示画像183における変更は、解像度軸の値183c1およびノイズ軸の値183c2の変更、およびカーソル183bの位置の移動だけであるので、状態遷移部232は、ステップS72において、GUI表示画面の内部状態を遷移させていない。   In the case of the common command DRCvol, the change in the palette display image 183 is only the change of the resolution axis value 183c1 and the noise axis value 183c2, and the movement of the position of the cursor 183b. However, the internal state of the GUI display screen is not changed.

したがって、この場合、状態遷移部232は、ステップS73において、コマンド送信の必要がないと判定し、ステップS74の処理をスキップし、ステップS71に戻り、それ以降の処理を繰り返す。   Therefore, in this case, the state transition unit 232 determines in step S73 that there is no need for command transmission, skips the process of step S74, returns to step S71, and repeats the subsequent processes.

一方、例えば、GUI表示画面の内部状態が、メニュー表示画像182が操作可能であった状態において、ユーザのリモートコントローラ112などの操作により、パレット表示画像183が操作され、パレット表示画像183が選択されたことを示す共通コマンドの場合には、状態遷移部232は、ステップS72において、GUI表示画面の内部状態を、パレット表示画像183が操作不可能であった状態から、操作可能な状態に遷移させる。   On the other hand, for example, when the menu display image 182 is operable in the internal state of the GUI display screen, the palette display image 183 is operated by the user's operation of the remote controller 112 or the like, and the palette display image 183 is selected. In the case of the common command indicating that, in step S72, the state transition unit 232 transitions the internal state of the GUI display screen from the state where the palette display image 183 cannot be operated to the state where it can be operated. .

この場合、状態遷移部232は、ステップS73において、コマンド送信の必要があると判定し、ステップS74に進み、コマンド発行部224を制御し、パレット表示画像183が操作可能な状態であることを示す共通コマンドを発行させる。   In this case, the state transition unit 232 determines in step S73 that a command needs to be transmitted, and proceeds to step S74 to control the command issuing unit 224 to indicate that the palette display image 183 is operable. Issue a common command.

すなわち、コマンド発行部224は、ステップS74において、パレット表示画像183が操作状態であることを示す共通コマンドを発行し、コマンド格納部225に格納し、ステップS71に戻り、それ以降の処理を繰り返す。   That is, in step S74, the command issuing unit 224 issues a common command indicating that the palette display image 183 is in the operating state, stores it in the command storage unit 225, returns to step S71, and repeats the subsequent processing.

また、ステップS71において、自己の描画コンポーネントに係る共通コマンドではないと判定された場合、コマンド解釈部221は、共通コマンドを破棄し、ステップS75に進み、描画部231および状態遷移部232を制御し、新たなGUI画像の描画を行わせない。   If it is determined in step S71 that the command is not a common command related to its own drawing component, the command interpretation unit 221 discards the common command, proceeds to step S75, and controls the drawing unit 231 and the state transition unit 232. The new GUI image is not drawn.

すなわち、ステップS75において、描画部231は、状態遷移部232が記憶している状態に基づいて、描画対象とするGUI画像が表示状態であれば、新たなGUI画像を描画することなく、表示状態のGUI画像が描画されている表示信号を信号重畳部143に出力し、ステップS71に戻り、それ以降の処理を繰り返す。   That is, in step S75, the drawing unit 231 displays the display state without drawing a new GUI image if the GUI image to be drawn is in the display state based on the state stored in the state transition unit 232. The display signal on which the GUI image is drawn is output to the signal superimposing unit 143, the process returns to step S71, and the subsequent processing is repeated.

また、状態遷移部232が記憶している状態に基づいて、描画対象とするGUI画像が表示されていない状態であれば、新たなGUI画像を描画することなく、かつ、表示信号を信号重畳部143に出力することなく、ステップS71に戻り、それ以降の処理を繰り返す。   Further, if the GUI image to be rendered is not displayed based on the state stored in the state transition unit 232, the display signal is transmitted to the signal superimposing unit without rendering a new GUI image. Without output to 143, the process returns to step S71 and the subsequent processing is repeated.

なお、上述した図24のステップS74において、コマンド格納部225に格納された共通コマンドは、上述した図23のステップS54において、コマンド送信部212により、制御バス111に送出される。したがって、この共通コマンドを受信した機能ブロック(例えば、システム制御ブロック110やDRC回路124)は、パレット表示画像183が操作状態であることを認識する。   Note that the common command stored in the command storage unit 225 in step S74 of FIG. 24 described above is sent to the control bus 111 by the command transmission unit 212 in step S54 of FIG. 23 described above. Therefore, the functional block (for example, the system control block 110 or the DRC circuit 124) that has received this common command recognizes that the palette display image 183 is in the operating state.

したがって、ユーザが、パレット表示画像183を見ながら、リモートコントローラ112の十字ボタンを用いて操作した場合には、システム制御ブロック110は、十字ボタンの上下左右コマンドを共通コマンドDRCvolとして送信する。   Therefore, when the user operates using the cross button of the remote controller 112 while viewing the palette display image 183, the system control block 110 transmits the up / down / left / right command of the cross button as the common command DRCvol.

すなわち、この場合、システム制御ブロック110は、GUI表示画面の内部状態が、メニュー表示画像182が操作可能であった状態に、十字ボタンの上下左右コマンドに対応して、制御バス111に送信していた、メニュー表示画像182上のカーソルの下への移動を意味する共通コマンドを、制御バス111に送信することはない。   That is, in this case, the system control block 110 sends the internal state of the GUI display screen to the control bus 111 corresponding to the up / down / left / right command of the cross button in a state where the menu display image 182 can be operated. In addition, a common command that means movement under the cursor on the menu display image 182 is not transmitted to the control bus 111.

なお、上記説明においては、ユーザが、パレット表示画像183を見ながら、リモートコントローラ112の十字ボタンを用いて操作した場合には、システム制御ブロック110が、十字ボタンの上下左右コマンドを共通コマンドDRCvolとして送信する場合を説明したが、例えば、そのまま十字ボタンの上下左右を表わす共通コマンドを制御バスに送出するようにして、各機能ブロックにおいて、上下左右を表わす共通コマンドを、GUI表示画面の内部状態も考慮して機能ブロック内コマンドに変換するように構成することも可能である。   In the above description, when the user operates using the cross button of the remote controller 112 while viewing the palette display image 183, the system control block 110 uses the up / down / left / right command of the cross button as the common command DRCvol. In the case of transmitting, for example, the common command indicating the up / down / left / right direction of the cross button is sent to the control bus as it is, and the common command indicating the up / down / left / right is displayed in each functional block as well as the internal state of the GUI display screen. It is also possible to convert the command into a function block command in consideration.

この場合であっても、例えば、DRC回路124は、GUI表示回路131からの共通コマンドにより、GUI表示画面の内部状態を認識することができるので、パレット表示画像183が操作状態ではない場合に、DRC回路124が、十字ボタンの上下左右を表わす共通コマンドを受けたとしても、機能ブロック内コマンドVolumeに変換されることはない。   Even in this case, for example, the DRC circuit 124 can recognize the internal state of the GUI display screen by a common command from the GUI display circuit 131. Therefore, when the palette display image 183 is not in the operation state, Even if the DRC circuit 124 receives a common command representing the up / down / left / right directions of the cross button, it is not converted into the in-function block command Volume.

次に、図25のフローチャートを参照して、信号重畳部143の信号重畳処理を説明する。   Next, the signal superimposing process of the signal superimposing unit 143 will be described with reference to the flowchart of FIG.

信号重畳部143のコマンド解釈部241は、コマンド受信部211からの共通コマンドを受信すると、ステップS91において、図示せぬテーブルを参照して、共通コマンドが、自己に係る共通コマンドであるか否かを判定し、自己に係る共通コマンドであると判定した場合、ステップS92に進む。   When receiving the common command from the command receiving unit 211, the command interpreting unit 241 of the signal superimposing unit 143 refers to a table (not shown) in step S91 to determine whether or not the common command is a common command related to itself. If it is determined that the command is a common command related to itself, the process proceeds to step S92.

コマンド解釈部221は、ステップS92において、テーブルを参照して、共通コマンドに対応する処理を解釈し、信号重畳処理部242を制御し、共通コマンドに対応する信号重畳処理を実行させ、ステップS94に進む。   In step S92, the command interpretation unit 221 refers to the table, interprets the process corresponding to the common command, controls the signal superimposition processing unit 242 to execute the signal superimposition process corresponding to the common command, and proceeds to step S94. move on.

すなわち、入力セレクタ122からの画像信号を選択する共通コマンドであった場合には、信号重畳処理部242は、入力セレクタ122からの画像信号を選択し、選択した画像信号に、描画部231から入力される、各GUI画像が描画された表示信号を重畳して出力画像信号を取得する。   That is, when the command is a common command for selecting an image signal from the input selector 122, the signal superimposing processing unit 242 selects the image signal from the input selector 122, and inputs the selected image signal from the drawing unit 231. The output image signal is acquired by superimposing the display signal on which each GUI image is rendered.

一方、コマンド解釈部24により共通コマンドDRCvolを受信された場合、コマンド解釈部221は、ステップS91において、自己に係る共通コマンドではないと判定し、ステップS93に進み、現状のままの信号重畳処理を実行させ、ステップS94に進む。   On the other hand, when the common command DRCvol is received by the command interpretation unit 24, the command interpretation unit 221 determines in step S91 that it is not a common command related to itself, and proceeds to step S93 to perform the signal superimposition processing as it is. The process proceeds to step S94.

すなわち、信号重畳処理部242は、選択を変えることなく、前回どおり、信号ルータ123からの画像信号を選択し、選択した画像信号に、描画部231から入力される、各GUI画像が描画された表示信号を重畳して出力画像信号を取得する。   That is, the signal superimposition processing unit 242 selects the image signal from the signal router 123 as before without changing the selection, and each GUI image input from the drawing unit 231 is drawn on the selected image signal. An output image signal is obtained by superimposing the display signal.

信号重畳処理部242は、ステップS94において、取得した出力画像信号を出力用コネクタ120cに出力し、ステップS91に戻り、それ以降の処理を繰り返す。   In step S94, the signal superimposition processing unit 242 outputs the acquired output image signal to the output connector 120c, returns to step S91, and repeats the subsequent processing.

これにより、ディスプレイには、例えば、図15に示されるようなGUI表示画面171が表示される。   Thereby, for example, a GUI display screen 171 as shown in FIG. 15 is displayed on the display.

以上のように、GUI表示においても、ブロードキャストされる共通コマンドを用いて、GUI表示回路131を制御するようにしたので、例えば、分離されて構成され、GUI部と各内部処理部との通信にかかるメッセージを必要とした従来のGUI処理部や、あるいは、描画を行う際、GUI以外のほかの機能を担うLSIやメインマイクロコントローラなどからGUIに特化されたコマンドを受けて処理が行われていた従来のGUI処理部と較べて、通信にかかるメッセージやGUIに特化したコマンドを作成して、送信する必要がない。   As described above, even in the GUI display, the GUI display circuit 131 is controlled using the broadcast common command. For example, the GUI display circuit 131 is configured separately, and is used for communication between the GUI unit and each internal processing unit. Processing is performed by receiving a GUI-specific command from a conventional GUI processing unit that requires such a message, or from an LSI or main microcontroller that has a function other than the GUI when performing drawing. Compared to the conventional GUI processing unit, it is not necessary to create and send a message related to communication or a command specialized for GUI.

したがって、制御バス111内のトラフィックを抑えることができる。さらに、機能追加があった場合には、GUI部と各内部処理部との通信にかかるメッセージや、あるいは、GUIに特化したコマンド分の開発工程が削減される。   Therefore, traffic in the control bus 111 can be suppressed. Furthermore, when there is a function addition, the development process for a message related to communication between the GUI unit and each internal processing unit or a command specialized for the GUI is reduced.

また、ブロードキャストされたコマンドを、GUI表示回路131が自律的に判断し、描画を行うようにしたので、画像信号処理装置100内の動作と、画面描画のタイムラグが小さくなり、リアルタイム性が保たれる。   In addition, since the GUI display circuit 131 autonomously determines the broadcast command and performs drawing, the operation in the image signal processing apparatus 100 and the time lag of screen drawing are reduced, and real-time performance is maintained. It is.

なお、上述したGUI表示回路131におけるGUIのコマンド受信や解析部分は、GUIに無関係なコマンドの処理(取捨選択)が必要となるため、GUIに特化されたコマンドの処理しか行わない従来に較べて、負荷が多少重くなることが考えられるが、近年のCPUのパワーの増大に比すれば影響は少なく、また、コマンド受信や解析部分をハードウェア化することによって、CPU負荷の分散を図るようにすれば、その負荷は軽減される。   The GUI command reception and analysis part in the GUI display circuit 131 described above requires command processing (selection) unrelated to the GUI, so that only the command processing specialized for GUI is performed. Although the load may be somewhat heavier, the impact is less than the increase in CPU power in recent years, and the CPU load can be distributed by hardware implementation of command reception and analysis. If so, the load is reduced.

また、上記説明において、1度に共通コマンドが1つだけ送信される場合を説明したが、1度に共通コマンドは1つに限らず、複数個送信される場合もある。   In the above description, the case where only one common command is transmitted at a time has been described. However, the number of common commands is not limited to one, and a plurality of common commands may be transmitted.

次に、図26を参照して、図19の基本構成(第1の構成)に、パネル用処理回路125およびノイズ除去回路127を追加した第4の構成を用いて、画像信号処理装置100の動作について説明する。   Next, referring to FIG. 26, the image signal processing apparatus 100 is configured using a fourth configuration in which a panel processing circuit 125 and a noise removal circuit 127 are added to the basic configuration (first configuration) of FIG. The operation will be described.

パネル用処理回路125はスロット104dに挿入され、ノイズ除去回路127はスロット104eに挿入される。図26は、第4の構成の接続状態と、第4の構成における画像信号の流れを示している。   The panel processing circuit 125 is inserted into the slot 104d, and the noise removal circuit 127 is inserted into the slot 104e. FIG. 26 shows the connection state of the fourth configuration and the flow of image signals in the fourth configuration.

この場合、システム制御ブロック110は、電源投入時に、入力セレクタ122、信号ルータ123、GUI表示回路131の他、U/Vチューナ121、DRC回路124およびノイズ除去回路127から共通コマンドを取得し、また入力セレクタ122、信号ルータ123、GUI表示回路131、U/Vチューナ121、DRC回路124、パネル用処理回路125およびノイズ除去回路127から基板IDを取得し、第4の構成にあることを認識する。   In this case, the system control block 110 acquires a common command from the U / V tuner 121, the DRC circuit 124, and the noise removal circuit 127 in addition to the input selector 122, the signal router 123, and the GUI display circuit 131 when the power is turned on. The board ID is obtained from the input selector 122, the signal router 123, the GUI display circuit 131, the U / V tuner 121, the DRC circuit 124, the panel processing circuit 125, and the noise removal circuit 127, and is recognized to be in the fourth configuration. .

そして、システム制御ブロック110は、この第4の構成を意味する共通コマンドIC (4)を、制御バス111に送出する。これにより、信号ルータ123は、第1の入力端子が第3の出力端子に接続され、第4の入力端子が第1の出力端子に接続され、第2の入力端子が第2の出力端子に接続され、第3の入力端子が第4の出力端子に接続される第3の状態となる。   Then, the system control block 110 sends a common command IC (4) meaning this fourth configuration to the control bus 111. Thereby, the signal router 123 has the first input terminal connected to the third output terminal, the fourth input terminal connected to the first output terminal, and the second input terminal connected to the second output terminal. A third state is established in which the third input terminal is connected to the fourth output terminal.

これにより、DRC回路124、パネル用処理回路125およびノイズ除去回路127が処理系に挿入される。また、GUI表示回路131は、第4の構成である旨を表示するための表示信号を生成し、この表示信号が合成された出力画像信号を出力する状態となる。   As a result, the DRC circuit 124, the panel processing circuit 125, and the noise removal circuit 127 are inserted into the processing system. In addition, the GUI display circuit 131 is in a state of generating a display signal for displaying the fourth configuration and outputting an output image signal obtained by synthesizing the display signal.

また、システム制御ブロック110は、信号ルータ123に係る共通コマンドを除く、全種類の共通コマンドの初期値を制御バス111に送出する。これにより、入力セレクタ122、GUI表示回路131、U/Vチューナ121、DRC回路124およびノイズ除去回路127は、初期状態となり、画像信号処理装置100としての動作が開始される。   Further, the system control block 110 sends initial values of all types of common commands to the control bus 111 except for the common commands related to the signal router 123. Thereby, the input selector 122, the GUI display circuit 131, the U / V tuner 121, the DRC circuit 124, and the noise removal circuit 127 are in the initial state, and the operation as the image signal processing apparatus 100 is started.

すなわち、U/Vチューナ121は、U/V用アンテナで受信された放送信号に対して、システム制御ブロック110から送られてくる共通コマンドch(1)乃至ch(12)のいずれかに基づいて選局処理を行い、所定のチャネルの画像信号を得る。   That is, the U / V tuner 121 is based on one of the common commands ch (1) to ch (12) sent from the system control block 110 with respect to the broadcast signal received by the U / V antenna. A channel selection process is performed to obtain an image signal of a predetermined channel.

このU/Vチューナ121で得られる画像信号(入力1)は入力セレクタ122に入力される。また、この入力セレクタ122には、コネクタ102aに供給された外部ビデオ入力としての画像信号(入力3)も入力される。入力セレクタ122は、システム制御ブロック110から送られてくる共通コマンドin(1)または共通コマンドin(3)に基づいて、入力1または入力3を選択する。   The image signal (input 1) obtained by the U / V tuner 121 is input to the input selector 122. The input selector 122 also receives an image signal (input 3) as an external video input supplied to the connector 102a. The input selector 122 selects the input 1 or the input 3 based on the common command in (1) or the common command in (3) sent from the system control block 110.

この入力セレクタ122で選択された画像信号は、信号ルータ123の第1の入力端子、第3の出力端子を介してノイズ除去回路127に供給される。ノイズ除去回路127は、入力された画像信号から、ノイズを検出し、システム制御ブロック110から送られてくる、共通コマンドDRCvolに基づき、検出したノイズの量(程度)に応じて、ノイズを抑圧する処理を行う。   The image signal selected by the input selector 122 is supplied to the noise removal circuit 127 via the first input terminal and the third output terminal of the signal router 123. The noise removal circuit 127 detects noise from the input image signal, and suppresses the noise according to the detected noise amount (degree) based on the common command DRCvol sent from the system control block 110. Process.

また、このとき、ノイズ除去回路127は、システム制御ブロック110から送られてくるノイズ状況出力の共通コマンドに基づいて、ノイズ除去状況(ノイズ抑圧処理の結果)を知らせる共通コマンドを制御バス111に送出する。   At this time, the noise removal circuit 127 sends a common command for notifying the noise removal status (result of noise suppression processing) to the control bus 111 based on the common command for noise status output sent from the system control block 110. To do.

このノイズ除去回路127から出力される画像信号は、信号ルータ123の第4の入力端子、第1の出力端子を介して、DRC回路124に入力される。このDRC回路124は、入力された画像信号に対して、システム制御ブロック110から送られてくる、共通コマンドDRCvolに基づいて、DRCボリウム処理を実行する。   The image signal output from the noise removal circuit 127 is input to the DRC circuit 124 via the fourth input terminal and the first output terminal of the signal router 123. The DRC circuit 124 executes DRC volume processing on the input image signal based on the common command DRCvol sent from the system control block 110.

そして、DRC回路124から出力される画像信号は、信号ルータ123の第2の入力端子、第2の出力端子を介して、パネル用処理回路125に供給される。パネル用処理回路125は、入力画像信号に対して、LCD、PDP等のフラットパネルディスプレイに、画像信号による画像を表示する際に必要となる処理、例えば、輝度調整、色調整、水平、垂直の画素数変換、インタレース方式からプログレッシブ方式への方式変換等の処理を実行する。   The image signal output from the DRC circuit 124 is supplied to the panel processing circuit 125 via the second input terminal and the second output terminal of the signal router 123. The panel processing circuit 125 performs processing necessary for displaying an image based on an image signal on a flat panel display such as an LCD or PDP with respect to the input image signal, for example, brightness adjustment, color adjustment, horizontal and vertical processing. Processes such as pixel number conversion and system conversion from interlace system to progressive system are executed.

このパネル用処理回路125から出力される画像信号は、信号ルータ123の第3の入力端子、第4の出力端子を介して、GUI表示回路131の第1の入力端子に供給される。   The image signal output from the panel processing circuit 125 is supplied to the first input terminal of the GUI display circuit 131 via the third input terminal and the fourth output terminal of the signal router 123.

GUI表示回路131のGUI描画部142は、システム制御ブロック110から送られてくる共通コマンドch(1)乃至ch(12)、in(1),in(2)、DRCvol、およびノイズ除去回路127から送られてくるノイズ除去状況を知らせる共通コマンドなどに基づいて、種々のGUI画像を描画し、それを表示する表示信号を信号重畳部143に出力する。   The GUI drawing unit 142 of the GUI display circuit 131 receives the common commands ch (1) to ch (12), in (1), in (2), DRCvol, and noise removal circuit 127 sent from the system control block 110. Based on a common command or the like that informs the noise removal status that is sent, various GUI images are drawn, and a display signal for displaying the GUI image is output to the signal superimposing unit 143.

信号重畳部143は、システム制御ブロック110から送られてくる共通コマンドin(1),in(2)に基づいて、出力信号を得て、その出力信号に、GUI描画部142からの表示信号を重畳(合成)し、出力画像信号を得る処理等を行う。   The signal superimposing unit 143 obtains an output signal based on the common commands in (1) and in (2) sent from the system control block 110, and displays the display signal from the GUI drawing unit 142 as the output signal. A process of superimposing (combining) and obtaining an output image signal is performed.

このGUI表示回路131で得られる出力画像信号は、コネクタ103に出力画像信号として出力される。この出力画像信号は、パネル用処理回路125がLCD用のものであるときはLCDで構成されるディスプレイに供給され、パネル用処理回路125がPDP用のものであるときはPDPで構成されるディスプレイに供給される。   An output image signal obtained by the GUI display circuit 131 is output to the connector 103 as an output image signal. This output image signal is supplied to a display composed of an LCD when the panel processing circuit 125 is for LCD, and a display composed of a PDP when the panel processing circuit 125 is for PDP. To be supplied.

また、電源投入後は、ユーザ操作があるとき、図20を参照して上述した処理と同様に、システム制御ブロック110からユーザ操作に対応した共通コマンドが制御バス111に送出される。これにより、U/Vチューナ121の選局チャネル、入力セレクタ122で選択される入力、DRC回路124のDRCボリウム処理の処理内容などが変更され、これに対応するGUI画像の描画が行われる。   After the power is turned on, when there is a user operation, a common command corresponding to the user operation is sent from the system control block 110 to the control bus 111 in the same manner as the processing described above with reference to FIG. As a result, the channel selected by the U / V tuner 121, the input selected by the input selector 122, the processing contents of the DRC volume processing of the DRC circuit 124, and the like are changed, and the GUI image corresponding to this is drawn.

次に、図27のフローチャートを参照して、電源投入後の第4の構成におけるノイズ除去回路127の信号処理を説明する。   Next, signal processing of the noise removal circuit 127 in the fourth configuration after power-on will be described with reference to the flowchart of FIG.

例えば、ノイズ除去回路127には、システム制御ブロック110から、共通コマンドDRCvolとともに、ノイズ状況出力の共通コマンドが送られている。なお、共通コマンドDRCvolにおいては、ノイズの種類(ノイズ種)に応じたノイズ抑圧度を示す値(ノイズ抑圧値)が設定されているとする。   For example, a common command for noise status output is sent from the system control block 110 to the noise removal circuit 127 together with the common command DRCvol. In the common command DRCvol, it is assumed that a value (noise suppression value) indicating the degree of noise suppression corresponding to the type of noise (noise type) is set.

ノイズ除去回路127の制御インタフェース120dは、送られてくる共通コマンドDRCvolと、ノイズ状況出力の共通コマンドが自己の機能ブロックに係る共通コマンドであるので、ROM120d-2を参照し、ノイズ抑圧値の代入を意味する機能ブロック内コマンドNSと、ノイズ除去状況の外部への出力を意味する機能ブロック内コマンドにそれぞれ変換し、その機能ブロック内コマンドを、ノイズ除去回路127の機能部120eに供給している。   The control interface 120d of the noise removal circuit 127 refers to the ROM 120d-2 and substitutes the noise suppression value because the common command DRCvol and the common command for noise status output are common commands related to its own functional block. Is converted into an in-function block command NS indicating the noise removal status and an in-function block command indicating output to the outside of the noise removal status, and the in-function block command is supplied to the function unit 120e of the noise removal circuit 127. .

これに対応して、ノイズ除去回路127の機能部120eは、ノイズ抑圧度を示す値(ノイズ抑圧値)の代入を意味する機能ブロック内コマンドNSと、ノイズ除去状況の外部への出力を意味する機能ブロック内コマンドに応じて、図27に示す信号処理を開始する。なお、この処理は、ノイズ除去回路127の機能部120eに新たな機能ブロック内コマンドが入力されるまで繰り返される処理である。   Correspondingly, the functional unit 120e of the noise removal circuit 127 means an in-function block command NS that means substitution of a value (noise suppression value) indicating a noise suppression degree, and an output of the noise removal status to the outside. The signal processing shown in FIG. 27 is started in response to the function block command. This process is repeated until a new in-function block command is input to the function unit 120e of the noise removal circuit 127.

入力セレクタ122で選択された画像信号は、信号ルータ123の第1の入力端子、第3の出力端子を介してノイズ除去回路127に供給されている。   The image signal selected by the input selector 122 is supplied to the noise removal circuit 127 via the first input terminal and the third output terminal of the signal router 123.

ノイズ除去回路127の機能部120eは、ステップS111において、供給された画像信号から、ノイズを検出し、ステップS112において、検出されたノイズ種に応じて、ノイズ抑圧処理を行い、ノイズ抑圧処理が実行された画像信号を、信号ルータ123の第4の入力端子に出力し、ステップS113に進む。   In step S111, the functional unit 120e of the noise removal circuit 127 detects noise from the supplied image signal. In step S112, the functional unit 120e performs noise suppression processing according to the detected noise type, and the noise suppression processing is executed. The processed image signal is output to the fourth input terminal of the signal router 123, and the process proceeds to step S113.

これにより、ノイズ抑圧処理が実行された画像信号は、信号ルータ123、DRC回路124、およびパネル用処理回路125などを介して、GUI表示回路131の信号重畳部143に入力される。   Thus, the image signal on which the noise suppression processing has been executed is input to the signal superimposing unit 143 of the GUI display circuit 131 via the signal router 123, the DRC circuit 124, the panel processing circuit 125, and the like.

ノイズ除去回路127の機能部120eは、ステップS113において、ノイズ抑圧処理の結果xを、制御インタフェース120dの制御ポート120d-1に出力し、ステップS114に進む。   In step S113, the functional unit 120e of the noise removal circuit 127 outputs the result x of the noise suppression processing to the control port 120d-1 of the control interface 120d, and proceeds to step S114.

制御ポート120d-1は、ノイズ抑圧処理の結果xに応じて、ノイズ除去状況(ノイズ抑圧処理の結果)を知らせる共通コマンドを発行し、ノイズ除去状況を知らせる共通コマンドを制御用コネクタ120aを介して制御バス111に送出し、ステップS111に戻り、それ以降の処理を繰り返す。   The control port 120d-1 issues a common command for notifying the noise removal status (result of the noise suppression processing) according to the result x of the noise suppression processing, and the common command for notifying the noise removal status via the control connector 120a. The data is sent to the control bus 111, the process returns to step S111, and the subsequent processing is repeated.

図28は、ノイズ除去回路127のGUI表示回路131に対する制御構造を示している。   FIG. 28 shows a control structure for the GUI display circuit 131 of the noise removal circuit 127.

図27を参照して上述したように、ノイズ除去回路127の機能部120eは、ノイズ抑圧処理を行い、ノイズ抑圧処理の結果xを、制御インタフェース120dに出力する。これに対応して、ノイズ除去回路127の制御インタフェース120dは、ノイズ除去状況を知らせる共通コマンドを、制御バス111に送出してくる。   As described above with reference to FIG. 27, the functional unit 120e of the noise removal circuit 127 performs noise suppression processing, and outputs the result x of the noise suppression processing to the control interface 120d. In response to this, the control interface 120d of the noise removal circuit 127 sends a common command notifying the noise removal status to the control bus 111.

なお、図示せぬ他の機能ブロックは、送られてくるノイズ除去状況を知らせる共通コマンドが自己の機能ブロックに係る共通コマンドであれば、その共通コマンドに応じた動作を行っている。例えば、DRC回路124が、ノイズ除去回路127のノイズ抑圧処理の結果xに応じて、適応的にDRC処理を行うように構成された場合には、DRC回路124において、この共通コマンドに応じて適応的に動作が行われる。   It should be noted that other functional blocks (not shown) perform operations according to the common command if the common command that informs the noise removal status is a common command related to its own functional block. For example, when the DRC circuit 124 is configured to adaptively perform DRC processing according to the result x of the noise suppression processing of the noise removal circuit 127, the DRC circuit 124 adapts according to the common command. Operation is performed.

一方、GUI表示回路131のコマンド送受信部141は、図23を参照して上述したコマンド送受信処理を行う。すなわち、コマンド送受信部141は、送られてくる共通コマンドを取捨選択することなく、そのままGUI描画処理部142を構成する描画コンポーネント151−1、151−2、・・・、および信号重畳部143に送出する。   On the other hand, the command transmission / reception unit 141 of the GUI display circuit 131 performs the command transmission / reception processing described above with reference to FIG. That is, the command transmission / reception unit 141 does not select the common commands sent to the drawing components 151-1, 151-2,... And the signal superimposing unit 143 that constitute the GUI drawing processing unit 142 as they are. Send it out.

描画コンポーネント151−1、151−2、・・・は、コマンド送受信部141からの共通コマンドを受けると、図24を参照して上述したGUI描画処理を実行する。すなわち、描画コンポーネント151−1、151−2、・・・は、それぞれ独立して、共通コマンドを取捨選択し、共通コマンドが自己のコンポーネントに係る共通コマンドであった場合に、共通コマンドに応じた処理を行う。   When the drawing components 151-1, 151-2,... Receive the common command from the command transmission / reception unit 141, the drawing components 151-1, 151-2, etc. execute the GUI drawing process described above with reference to FIG. That is, the drawing components 151-1, 151-2,... Independently select common commands, and respond to the common commands when the common commands are common commands related to their components. Process.

例えば、図15のチャネル表示画像181を描画する描画コンポーネント151−1は、送られてくる共通コマンドDRCvolが自己のコンポーネントに係る共通コマンドではないので、チャネル表示画像181が表示されていない状態においては、新たな描画を行わず、表示信号も出力しない、すなわち、何も処理を行わない。   For example, the drawing component 151-1 that draws the channel display image 181 in FIG. 15 does not display the channel display image 181 because the sent common command DRCvol is not a common command related to its component. No new drawing is performed and no display signal is output, that is, no processing is performed.

同様に、図15のメニュー表示画像182を描画する描画コンポーネント151−2も、図15のパレット表示画像183を描画する描画コンポーネント151−3も、送られてくる共通コマンドDRCvolが自己の機能ブロックに係る共通コマンドではないので、パレット表示画像183が表示されていない状態においては、何も処理を行わない。   Similarly, the drawing component 151-2 for drawing the menu display image 182 in FIG. 15 and the drawing component 151-3 for drawing the palette display image 183 in FIG. 15 also receive the common command DRCvol sent to their function blocks. Since this is not a common command, no processing is performed in a state where the palette display image 183 is not displayed.

図28の例においては、例えば、描画コンポーネント151−4が、ノイズ除去状況を示すGUI画像を描画するコンポーネントであるとする。描画コンポーネント151−4は、送られてくる、ノイズ除去状況を知らせる共通コマンドが自己のコンポーネントに係る共通コマンドであるので、共通コマンドに応じて、ノイズ除去状況を示すGUI画像を描画し、ノイズ除去状況を示すGUI画像が描画された表示信号を、信号重畳部143を介して出力する。   In the example of FIG. 28, for example, it is assumed that the drawing component 151-4 is a component that draws a GUI image indicating the noise removal status. The drawing component 151-4 sends the GUI command indicating the noise removal status in accordance with the common command since the common command to notify the noise removal status is a common command related to its component. A display signal on which a GUI image indicating the situation is drawn is output via the signal superimposing unit 143.

ここで、信号重畳部143には、図27のステップS112においてノイズ抑圧処理が実行された画像信号と、ノイズ除去状況を示すGUI画像が描画された表示信号が入力されている。信号重畳部143は、コマンド送受信部141からの共通コマンドを受けると、図25を参照して上述した処理を実行する。   Here, to the signal superimposing unit 143, the image signal on which the noise suppression processing has been executed in step S112 of FIG. 27 and the display signal on which the GUI image indicating the noise removal status is drawn are input. When the signal superimposing unit 143 receives the common command from the command transmitting / receiving unit 141, the signal superimposing unit 143 performs the processing described above with reference to FIG.

すなわち、信号重畳部143は、送られてくる共通コマンドDRCvolが自己に係る共通コマンドではないので、選択する画像信号を変更することなく、信号ルータ123からのノイズ抑圧処理が実行された画像信号に、ノイズ除去状況を示すGUI画像が描画された表示信号を重畳(合成)し、出力画像信号として、出力用コネクタ120cおよびコネクタ103を介して、ディスプレイに出力させる。   That is, the signal superimposing unit 143 sends the received common command DRCvol to the image signal that has been subjected to the noise suppression processing from the signal router 123 without changing the image signal to be selected. The display signal on which the GUI image indicating the noise removal status is drawn is superimposed (synthesized), and is output as an output image signal to the display via the output connector 120c and the connector 103.

これにより、ディスプレイには、図29に示されるような表示画面251が表示される。   Thereby, a display screen 251 as shown in FIG. 29 is displayed on the display.

図29は、ディスプレイに表示される表示画面の構成例を示している。図29の例において、表示画面251には、ノイズ除去回路127によりノイズ抑圧処理が実行された画像信号に対応する画像261が表示され、画像261上に、描画コンポーネント151−4により、描画されたノイズ除去状況を示すGUI画像262が表示されている。   FIG. 29 shows a configuration example of a display screen displayed on the display. In the example of FIG. 29, the display screen 251 displays an image 261 corresponding to the image signal that has been subjected to noise suppression processing by the noise removal circuit 127, and is rendered on the image 261 by the rendering component 151-4. A GUI image 262 indicating the noise removal status is displayed.

図29の例において、GUI画像262には、「ノイズ種」がノイズAで、「程度」が、大で、「除去回路」がOFFであることが示されており、「ノイズ種」がノイズBで、「程度」が、小で、「除去回路」がONであることが示されており、「ノイズ種」がノイズCで、「程度」が、中で、「除去回路」がOFFであることが示されている。   In the example of FIG. 29, the GUI image 262 indicates that the “noise type” is noise A, the “degree” is large, and the “removal circuit” is OFF, and the “noise type” is noise. B shows that “degree” is small and “removal circuit” is ON, “noise type” is noise C, “degree” is inside, and “removal circuit” is OFF. It is shown that there is.

ここで、「ノイズ種」は、ノイズの種類を表わしており、「程度」は、ノイズ抑圧値の度合いを表わしており、「除去回路」は、除去回路が機能したか否か、すなわち、画像261に対して、ノイズ抑制処理が行われたか否かを表わしている。   Here, “noise type” represents the type of noise, “degree” represents the degree of the noise suppression value, and “removal circuit” indicates whether or not the removal circuit has functioned, that is, an image. Reference numeral 261 indicates whether noise suppression processing has been performed.

したがって、GUI画像262が表示された表示画面を見ることにより、ユーザは、画像261に対して、ノイズAであるノイズには、ノイズ抑圧値の度合いが大きく設定されているが、現状は、ノイズ抑制処理が行われていないこと、画像261に対して、ノイズBであるノイズには、ノイズ抑圧値の度合いが小さく設定されており、ノイズ抑制処理が行われたこと、並びに、ノイズCであるノイズには、ノイズ抑圧値の度合いが中程度に設定されているが、現状は、ノイズ抑制処理が行われていないという、ノイズ除去状況を知ることができる。   Therefore, by looking at the display screen on which the GUI image 262 is displayed, the user sets a large degree of noise suppression value for the noise that is the noise A with respect to the image 261. The degree of the noise suppression value is set to be small for the noise that is the noise B with respect to the image 261 that the suppression process is not performed, and the noise C is the noise suppression process. For noise, the degree of noise suppression value is set to a medium level, but at present, it is possible to know the noise removal status that noise suppression processing is not performed.

これにより、ユーザは、ノイズ除去状況がわかるので、リモートコントローラ112などを操作して、所望のノイズ抑制設定を指示することができる。   Thus, the user can know the noise removal status, and can operate the remote controller 112 or the like to instruct a desired noise suppression setting.

以上のように、GUI表示回路131においては、システム制御ブロック110から送られてくる共通コマンドだけでなく、ノイズ除去回路127により発行されたノイズ除去状況を知らせる共通コマンドに応じても、GUI画像の描画処理が実行される。   As described above, in the GUI display circuit 131, not only the common command sent from the system control block 110 but also the common command informing the noise removal status issued by the noise removal circuit 127, the GUI image is displayed. Drawing processing is executed.

なお、上記説明においては、ノイズ除去回路127から共通コマンドが発行される場合を説明したが、GUI表示回路131においては、他の機能ブロックから共通コマンドが発行された場合であっても、その共通コマンドに対応して、同様の処理が行われる。   In the above description, the case where a common command is issued from the noise removal circuit 127 has been described. However, in the GUI display circuit 131, even when a common command is issued from another functional block, the common command is issued. Similar processing is performed in response to the command.

以上より、GUI表示回路131のコマンド送受信部141においては、システム制御ブロック110から送られてくる共通コマンドだけでなく、他の機能ブロックから送られてくる共通コマンドが自己の機能ブロックに係る共通コマンドである、なしに拘わらず、GUI描画処理部142を構成するすべての描画コンポーネント151に送られ、描画コンポーネント151において、自己の機能ブロックに係る共通コマンドだけが用いられて、適応的に動作が行われる。   As described above, in the command transmission / reception unit 141 of the GUI display circuit 131, not only the common command sent from the system control block 110 but also the common command sent from another function block is a common command related to its own function block. Regardless of whether or not, the image is sent to all the drawing components 151 constituting the GUI drawing processing unit 142, and the drawing component 151 uses only the common command related to its own functional block to perform the operation adaptively. Is called.

すなわち、GUI表示回路131において、コマンド送受信部141と、GUI描画処理部142が独立して構成されているため、完全に分離することができる。これにより、共通コマンドがどのようなコマンド体系であっても、移植が行いやすく、コマンド体系に変更があった場合にも、柔軟に対応できる。また、コマンド送受信部141とGUI描画処理部142の平行開発が容易になる。   That is, in the GUI display circuit 131, since the command transmission / reception unit 141 and the GUI drawing processing unit 142 are configured independently, they can be completely separated. As a result, no matter what command system the common command is, porting is easy, and it is possible to flexibly cope with changes in the command system. Further, parallel development of the command transmission / reception unit 141 and the GUI drawing processing unit 142 is facilitated.

さらに、GUI描画処理部142においても各コンポーネントが独立して構成されており、分離することができるため、画像信号処理装置100内で機能の追加、削除があった場合でも、対応する描画コンポーネントの追加、削除だけで、このGUI表示回路131の修正が完了し、GUI表示回路131の修正における工数がかかることを抑制することができる。   Furthermore, each component is also configured independently in the GUI drawing processing unit 142 and can be separated. Therefore, even when a function is added or deleted in the image signal processing apparatus 100, the corresponding drawing component The modification of the GUI display circuit 131 is completed only by addition and deletion, and it is possible to suppress the man-hours required for the modification of the GUI display circuit 131.

なお、上記説明においては、GUIを処理する機能を有する機能ブロックHであるGUI表示回路131を用いて説明したが、本発明のGUI表示回路131の構成は、機能ブロック120の機能部120eが描画コンポーネント151のように独立して機能するコンポーネントに分離できるものであれば、あるいは、機能部120eを独立して機能するコンポーネントに構成するようにすれば、GUI表示回路131に限定されることなく、他の機能を有する機能ブロックにも適用させることができる。   In the above description, the GUI display circuit 131 which is the functional block H having a function of processing the GUI has been described. However, the configuration of the GUI display circuit 131 of the present invention is drawn by the functional unit 120e of the functional block 120. If the component 151 can be separated into components that function independently, or if the function unit 120e is configured as a component that functions independently, the GUI display circuit 131 is not limited. The present invention can also be applied to functional blocks having other functions.

図30は、図1のDRC回路124の他の構成例を示している。なお、図30の例において、図14と対応する部分については、対応する符号が付してあり、その説明は、繰り返しになるので適宜省略する。   FIG. 30 shows another configuration example of the DRC circuit 124 of FIG. In the example of FIG. 30, portions corresponding to those in FIG. 14 are denoted by the corresponding reference numerals, and the description thereof will be omitted as appropriate because it will be repeated.

すなわち、図30の例においては、図14のGUI描画処理部142の代わりに、GUI描画処理部142に対応するDRC回路124の処理部として、DRC処理部281が構成されている。   That is, in the example of FIG. 30, a DRC processing unit 281 is configured as a processing unit of the DRC circuit 124 corresponding to the GUI drawing processing unit 142 instead of the GUI drawing processing unit 142 of FIG.

DRC処理部281は、例えば、従来のDRC機能を有するDRCコンポーネント291−1、DRCコンポーネント291−1にさらに新機能が追加されたDRC機能を有するDRCコンポーネント291−2により構成されている。   The DRC processing unit 281 includes, for example, a DRC component 291-1 having a conventional DRC function and a DRC component 291-2 having a DRC function in which a new function is further added to the DRC component 291-1.

DRCコンポーネント291−1は、図12のDRC回路124が受信する共通コマンドに応じて、解像度軸およびノイズ軸のDRCボリウム処理を行うDRC部301を有しており、自己のコンポーネントに係る共通コマンドのみに応じて、適応的に動作を行うことが可能である。   The DRC component 291-1 includes a DRC unit 301 that performs DRC volume processing of the resolution axis and noise axis in accordance with the common command received by the DRC circuit 124 of FIG. 12, and only the common command related to its own component is included. It is possible to perform the operation adaptively according to the above.

なお、DRCコンポーネント291−1の構成は、図17の描画コンポーネント151の描画処理部222の代わりに、DRC処理部301が配置された点、そして、DRCコンポーネント291−1のコマンド解釈部221aには、図12のDRC回路124が受信する共通コマンドに対応する処理の情報が記憶されている点が異なるだけであり、その他は、描画コンポーネント151と同様に構成されている。   The DRC component 291-1 has a configuration in which a DRC processing unit 301 is arranged instead of the drawing processing unit 222 of the drawing component 151 in FIG. 17, and a command interpreting unit 221a of the DRC component 291-1 includes The only difference is that the processing information corresponding to the common command received by the DRC circuit 124 of FIG. 12 is stored, and the rest of the configuration is the same as that of the drawing component 151.

一方、DRCコンポーネント291−2は、ノイズ軸のDRCボリウム処理を行うノイズ用DRC部321と、解像度軸のDRCボリウム処理を行う解像度用DRC部322により構成されたDRC処理部311を有しており、自己のコンポーネントに係る共通コマンドのみに応じて、適応的に動作を行うことが可能である。   On the other hand, the DRC component 291-2 includes a DRC processing unit 311 that includes a noise DRC unit 321 that performs a DRC volume process on a noise axis and a resolution DRC unit 322 that performs a DRC volume process on a resolution axis. It is possible to perform an operation adaptively only in accordance with a common command related to its own component.

なお、DRCコンポーネント291−2の構成も、図17の描画コンポーネント151の描画処理部222の代わりに、ノイズ用DRC部321と解像度用DRC部322により構成されたDRC処理部311が配置された点、そして、DRCコンポーネント291−2のコマンド解釈部221aには、図12のDRC回路124が受信する共通コマンドに対応する処理の情報が記憶されている点が異なるだけであり、その他は、描画コンポーネント151と同様に構成されている。   The configuration of the DRC component 291-2 also includes a DRC processing unit 311 configured by a noise DRC unit 321 and a resolution DRC unit 322 instead of the drawing processing unit 222 of the drawing component 151 of FIG. The only difference is that the command interpretation unit 221a of the DRC component 291-2 stores processing information corresponding to the common command received by the DRC circuit 124 of FIG. The configuration is the same as 151.

すなわち、このDRCコンポーネント291−2は、ノイズ軸および解像度軸のDRCボリウム処理を異なる2つのノイズ用DRC部321と解像度用DRC部322で行うことにより、DRCの処理性能を上げるように、DRCコンポーネント291−1がアップグレードされたものであり、DRC回路124のアップグレードのために、機能追加されたものである。   That is, the DRC component 291-2 performs the DRC volume processing of the noise axis and the resolution axis by using two different DRC units 321 for noise and DRC unit 322 for resolution, so that the DRC component performance is improved. 291-1 has been upgraded, and a function has been added to upgrade the DRC circuit 124.

なお、機能追加に際しては、例えば、システム制御ブロック110に接続される図示せぬメモリスロットに、必要となるアップグレードデータが記憶されたメモリカードを挿入することにより、DRCコンポーネント291−2の機能追加で追加された共通コマンドは、システム制御ブロック110に取得されるように構成されている。   In addition, when adding a function, for example, by inserting a memory card in which necessary upgrade data is stored in a memory slot (not shown) connected to the system control block 110, the function of the DRC component 291-2 can be added. The added common command is configured to be acquired by the system control block 110.

以上のように、DRC処理部281に、DRCコンポーネント291−2を追加するだけで、DRC回路124は、従来のDRC処理を独立して行うDRCコンポーネント291−1と、アップグレードしたDRC処理を独立して行うDRCコンポーネント291−2により構成されるので、例えば、ユーザは、好みに応じて、どちらの処理を用いるか選択することができる。   As described above, simply by adding the DRC component 291-2 to the DRC processing unit 281, the DRC circuit 124 independently performs the DRC component 291-1 that performs the conventional DRC processing independently and the upgraded DRC processing. For example, the user can select which process to use according to his / her preference.

すなわち、DRCコンポーネント291−1および291−2は、それぞれ独立した処理を行い、分離することができるため、画像処理装置100内で機能の追加、削除があった場合でも、対応するコンポーネントの追加、削除だけで、このDRC回路124の修正が完了し、DRC回路124の修正における工数がかかることが抑制される。   That is, since the DRC components 291-1 and 291-2 can perform independent processing and can be separated from each other, even when functions are added or deleted in the image processing apparatus 100, addition of corresponding components, Only by deleting, the modification of the DRC circuit 124 is completed, and it is suppressed that the man-hour for modifying the DRC circuit 124 is increased.

以上のように、機能ブロックが、コマンド送受信部と、共通コマンドに応じて独立して処理を行う機能処理部が完全に分離されて構成されることにより、共通コマンドがどのようなコマンド体系であっても、移植が行いやすく、コマンド体系に変更があった場合にも、柔軟に対応できる。また、コマンド送受信部と機能処理部の平行開発が容易になる。   As described above, the functional block is configured by completely separating the command transmission / reception unit and the function processing unit that performs processing independently according to the common command, so that the common command has any command system. However, it is easy to port and can respond flexibly to changes in the command system. In addition, parallel development of the command transmitting / receiving unit and the function processing unit is facilitated.

さらに、機能ブロックの機能処理部においても各コンポーネントが独立して構成されるようにしたので、機能処理部で機能の追加、削除があった場合でも、対応するコンポーネントの追加、削除だけで、この機能ブロックの修正が完了し、機能ブロックの修正における工数がかかることを抑制することができる。   In addition, since each component is configured independently in the function processing unit of the function block, even if a function is added or deleted in the function processing unit, only the corresponding component is added or deleted. It can be suppressed that the modification of the functional block is completed and the man-hour for the modification of the functional block is increased.

なお、上述実施の形態においては、U/Vチューナ121(機能ブロックA)、入力セレクタ122(機能ブロックB)、信号ルータ123(機能ブロックC)、DRC回路124(機能ブロックD)、パネル用処理回路125(機能ブロックE)、デジタル地上波チューナ126(機能ブロックF)、ノイズ除去回路127(機能ブロックG)、GUI表示回路131(機能ブロックH)等からなる画像信号処理装置100を示したものであるが、機能ブロックの個数および種類はこれに限定されない。スロット数も5個に限定されず、例えば全ての機能ブロックがスロットに挿入される構成としてもよい。   In the above embodiment, the U / V tuner 121 (functional block A), the input selector 122 (functional block B), the signal router 123 (functional block C), the DRC circuit 124 (functional block D), and panel processing An image signal processing apparatus 100 including a circuit 125 (functional block E), a digital terrestrial tuner 126 (functional block F), a noise removing circuit 127 (functional block G), a GUI display circuit 131 (functional block H), etc. is shown. However, the number and type of functional blocks are not limited to this. The number of slots is not limited to five. For example, all functional blocks may be inserted into the slots.

また、上述実施の形態においては、この発明を画像信号処理装置100に適応したものであるが、この発明は、画像信号だけでなく、音声信号等のその他の情報信号を処理する装置にも同様に適用できる。   In the above-described embodiment, the present invention is applied to the image signal processing apparatus 100. However, the present invention is not limited to an image signal but also to an apparatus that processes other information signals such as an audio signal. Applicable to.

また、上述実施の形態において、機能ブロック120は基板を単位としているが、これに限定されるものではない。機能ブロック120としては、LSI(Large Scale Integrated circuit)のチップを単位とすることもでき、またこれら基板、チップからなる装置を単位とすることもできる。   In the above-described embodiment, the functional block 120 is based on a substrate, but is not limited to this. As the functional block 120, an LSI (Large Scale Integrated circuit) chip may be used as a unit, and a device including these substrates and chips may be used as a unit.

上述した一連の処理は、ハードウェアにより実行させることもできるが、ソフトウェアにより実行させることもできる。この場合、例えば、図1の画像信号処理装置100、システム制御ブロック110、並びに、機能ブロックA乃至Hは、それぞれ、図2を参照して上述したコンピュータとして構成される。   The series of processes described above can be executed by hardware, but can also be executed by software. In this case, for example, the image signal processing apparatus 100, the system control block 110, and the functional blocks A to H in FIG. 1 are each configured as the computer described above with reference to FIG.

一連の処理をソフトウェアにより実行させる場合には、そのソフトウェアを構成するプログラムが、専用のハードウェアに組み込まれているコンピュータ、または、各種のプログラムをインストールすることで、各種の機能を実行することが可能な、例えば、汎用のパーソナルコンピュータなどに、ネットワークや記録媒体からインストールされる。   When a series of processing is executed by software, a program constituting the software may execute various functions by installing a computer incorporated in dedicated hardware or various programs. For example, it is installed from a network or a recording medium into a general-purpose personal computer or the like.

なお、このプログラムは、全体として上述した一連の処理を実行できれば、その形態は特に限定されない。例えば、上述した各ブロックのそれぞれに対応するモジュールのそれぞれからなるモジュール構成とされてもよいし、幾つかのブロックの機能の一部または全部が組み合わされたモジュール、若しくは、ブロックの機能が分割されたモジュールからなるモジュール構成とされてもよい。或いは、単に1つのアルゴリズムを有するプログラムでもよい。   Note that the form of the program is not particularly limited as long as it can execute the series of processes described above as a whole. For example, the module configuration may include a module corresponding to each of the blocks described above, a module in which some or all of the functions of several blocks are combined, or the functions of the blocks are divided. It may be a module configuration made up of modules. Or the program which has only one algorithm may be sufficient.

このプログラムが記録される記録媒体は、図2に示されるように、装置本体とは別に、ユーザにプログラムを提供するために配布される、プログラムが記録されている磁気ディスク31(フレキシブルディスクを含む)、光ディスク32(CD-ROM(Compact Disk-Read Only Memory),DVD(Digital Versatile Disk)を含む)、光磁気ディスク33(MD(Mini-Disk)(商標)を含む)、もしくは半導体メモリ34などよりなるパッケージメディアにより構成されるだけでなく、装置本体に予め組み込まれた状態でユーザに提供される、プログラムが記録されているROM22や、記憶部28に含まれるハードディスクなどで構成される。   As shown in FIG. 2, the recording medium on which the program is recorded is distributed to provide the program to the user separately from the apparatus main body, and includes a magnetic disk 31 (including a flexible disk) on which the program is recorded. ), Optical disk 32 (including compact disk-read only memory (CD-ROM), DVD (digital versatile disk)), magneto-optical disk 33 (including MD (mini-disk) (trademark)), or semiconductor memory 34 In addition to the package medium, the program is configured by a ROM 22 in which a program is recorded and a hard disk included in the storage unit 28 provided to the user in a state of being pre-installed in the apparatus main body.

ここで、本明細書において、コンピュータに各種の処理を行わせるためのプログラムを記述する処理ステップは、必ずしもフローチャートとして記載された順序に沿って時系列に処理する必要はなく、並列的あるいは個別に実行される処理(例えば、並列処理あるいはオブジェクトによる処理)も含むものである。   Here, in the present specification, the processing steps for describing a program for causing the computer to perform various processes do not necessarily have to be processed in time series in the order described in the flowcharts, but in parallel or individually. This includes processing to be executed (for example, parallel processing or processing by an object).

また、プログラムは、1のコンピュータにより処理されるものであっても良いし、複数のコンピュータによって分散処理されるものであってもよい。さらに、プログラムは、遠方のコンピュータに転送されて実行されるものであってもよい。   Further, the program may be processed by one computer or may be distributedly processed by a plurality of computers. Furthermore, the program may be transferred to a remote computer and executed.

従来のGUIを実現するアプリケーションの構成例を示すブロック図である。It is a block diagram which shows the structural example of the application which implement | achieves conventional GUI. 本発明を適用した情報処理装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the information processing apparatus to which this invention is applied. 本発明に係るGUI表示画面の構造の概念を説明する図である。It is a figure explaining the concept of the structure of the GUI display screen which concerns on this invention. 本発明に係るGUI表示画面の構造の概念を説明する図である。It is a figure explaining the concept of the structure of the GUI display screen which concerns on this invention. 図2の情報処理装置の機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the information processing apparatus of FIG. 図5の描画コンポーネントの構成例を示すブロック図である。FIG. 6 is a block diagram illustrating a configuration example of a drawing component in FIG. 5. 図5の描画コンポーネントにより描画されるGUI画像を説明する図である。It is a figure explaining the GUI image drawn by the drawing component of FIG. 従来のGUI機能の追加について説明する図である。It is a figure explaining the addition of the conventional GUI function. 本発明に係るGUI機能の追加について説明する図である。It is a figure explaining addition of the GUI function which concerns on this invention. GUI描画処理を説明するフローチャートである。It is a flowchart explaining a GUI drawing process. 本発明を適用した画像信号処理装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the image signal processing apparatus to which this invention is applied. 図11の機能ブロックの基本構成を示すブロック図である。It is a block diagram which shows the basic composition of the functional block of FIG. 図12の機能ブロック内の制御インタフェースの構成を示すブロック図である。It is a block diagram which shows the structure of the control interface in the functional block of FIG. 図11の機能ブロックの1つであるGUI表示回路の構成例を示す図である。It is a figure which shows the structural example of the GUI display circuit which is one of the functional blocks of FIG. ディスプレイに表示される表示画面の構成例を示す図である。It is a figure which shows the structural example of the display screen displayed on a display. 表示画面の内部的な構成例を示す図である。It is a figure which shows the internal structural example of a display screen. 図14のGUI表示回路のさらに詳細な構成例を示す図である。FIG. 15 is a diagram illustrating a more detailed configuration example of the GUI display circuit of FIG. 14. 共通コマンドの構成例を示す図である。It is a figure which shows the structural example of a common command. 図11の画像信号処理装置の基本構成の接続状態を示す図である。It is a figure which shows the connection state of the basic composition of the image signal processing apparatus of FIG. 図19のシステム制御ブロックの共通コマンド送信処理を説明するフローチャートである。It is a flowchart explaining the common command transmission process of the system control block of FIG. 図19のシステム制御ブロックのDRC回路とGUI表示回路に対する制御構造を説明する図である。It is a figure explaining the control structure with respect to the DRC circuit and GUI display circuit of the system control block of FIG. 図19のDRC回路124の信号処理を説明するフローチャートである。20 is a flowchart illustrating signal processing of the DRC circuit 124 of FIG. 図19のコマンド送受信部のコマンド送受信処理を説明するフローチャート図である。FIG. 20 is a flowchart illustrating command transmission / reception processing of the command transmission / reception unit in FIG. 19. 図19のGUI描画処理部の描画処理を説明するフローチャートである。It is a flowchart explaining the drawing process of the GUI drawing process part of FIG. 図19の信号重畳部の描画処理を説明するフローチャートである。It is a flowchart explaining the drawing process of the signal superimposition part of FIG. 図19の基本構成にノイズ除去回路およびパネル用処理回路を追加した場合の接続状態を示す図である。It is a figure which shows the connection state at the time of adding a noise removal circuit and the process circuit for panels to the basic composition of FIG. 図26のノイズ除去回路の信号処理を説明するフローチャートである。It is a flowchart explaining the signal processing of the noise removal circuit of FIG. 図26のノイズ除去回路のGUI表示回路に対する制御構造を説明する図である。It is a figure explaining the control structure with respect to the GUI display circuit of the noise removal circuit of FIG. ディスプレイに表示される表示画面の構成例を示す図である。It is a figure which shows the structural example of the display screen displayed on a display. DRC回路である基本ブロックの他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of the basic block which is a DRC circuit.

符号の説明Explanation of symbols

1 情報処理装置,21 CPU,23 RAM,35 アプリケーション,26 入力部,27 出力部,51 GUI描画処理部,52 信号重畳部,53 機能実行部,55−1乃至55−2 描画コンポーネント,61 操作内容判定部,62 描画処理部,62a 描画部,62b 状態遷移部,63 情報送信部,100 画像信号処理装置,110 システム制御ブロック,111 制御バス,112 リモートコントローラ,113 操作部,120 機能ブロック,120d 制御インタフェース,120e 機能部,124 DRC回路(機能ブロックD),127 ノイズ除去回路(機能ブロックG),131 GUI表示回路(機能ブロックH),141 コマンド送受信部,142 GUI描画処理部,151,151−1乃至151−4 描画コンポーネント,211 コマンド受信部,212 コマンド送信部,221 コマンド解釈部,221a テーブル,222 描画処理部,224 コマンド発行部,225 コマンド格納部,231 描画部,232 状態遷移部   DESCRIPTION OF SYMBOLS 1 Information processing apparatus, 21 CPU, 23 RAM, 35 Application, 26 Input part, 27 Output part, 51 GUI drawing process part, 52 Signal superimposition part, 53 Function execution part, 55-1 thru | or 55-2 Drawing component, 61 operation Content determination unit, 62 drawing processing unit, 62a drawing unit, 62b state transition unit, 63 information transmission unit, 100 image signal processing device, 110 system control block, 111 control bus, 112 remote controller, 113 operation unit, 120 function block, 120d control interface, 120e functional unit, 124 DRC circuit (functional block D), 127 noise elimination circuit (functional block G), 131 GUI display circuit (functional block H), 141 command transmission / reception unit, 142 GUI drawing processing unit, 151 151-1 to 15 -4 drawing component, 211 command receiving unit, 212 command transmission unit, 221 command interpreter, 221a table 222 rendering processing unit, 224 command issuing unit, 225 command storage unit, 231 rendering unit 232 state transition section

Claims (6)

GUI(Graphic User Interface)画面に対応する表示信号を処理する表示信号処理装置において、
GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付手段と、
前記信号受付手段により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、前記GUI画面を構成する所定のGUI画像を描画する描画手段と、
前記描画手段により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、前記GUI画面を表示するための表示信号を出力する重畳手段と
を備えることを特徴とする表示信号処理装置。
In a display signal processing apparatus that processes a display signal corresponding to a GUI (Graphic User Interface) screen,
A signal receiving means for receiving an operation signal corresponding to a user operation on the GUI screen;
In accordance with an operation signal received by the signal receiving means, a drawing means for drawing a predetermined GUI image constituting the GUI screen on a layer having a screen size,
A display signal processing apparatus comprising: a superimposing unit that superimposes a signal corresponding to a layer on which a predetermined GUI image is rendered by the rendering unit and outputs a display signal for displaying the GUI screen.
前記描画手段は、前記操作入力手段により入力された操作信号が、前記所定のGUI画像に対する操作信号であるか否かを判定する信号判定手段を有し、
前記信号判定手段により前記操作信号が前記所定のGUI画像に対する操作信号であると判定された場合、前記操作信号に応じて、前記レイヤに前記所定のGUI画像を描画する
ことを特徴とする請求項1に表示信号処理装置。
The drawing means has signal determination means for determining whether or not the operation signal input by the operation input means is an operation signal for the predetermined GUI image;
The predetermined GUI image is drawn on the layer according to the operation signal when the signal determination unit determines that the operation signal is an operation signal for the predetermined GUI image. 1 is a display signal processing device.
所定の信号処理を行う複数の機能ブロックと、
前記複数の機能ブロックに対して共通コマンドを発行することにより、前記複数の機能ブロックの動作を制御する制御ブロックとからなる信号処理システムの1機能ブロックとして構成され、
前記信号受付手段は、GUI画面に対するユーザの操作に対応した操作信号としての共通コマンドを、前記制御ブロックから受け付け、
前記描画手段は、前記信号受付手段により受け付けられた共通コマンドに応じて、前記レイヤに前記所定のGUI画像を描画する
ことを特徴とする請求項1に記載の表示信号処理装置。
A plurality of functional blocks for performing predetermined signal processing;
By issuing a common command to the plurality of function blocks, the signal processing system is configured as one function block including a control block that controls operations of the plurality of function blocks
The signal receiving means receives a common command as an operation signal corresponding to a user operation on the GUI screen from the control block,
The display signal processing apparatus according to claim 1, wherein the drawing unit draws the predetermined GUI image on the layer in accordance with a common command received by the signal receiving unit.
GUI(Graphic User Interface)画面に対応する表示信号を処理する表示信号処理装置の表示信号処理方法において、
GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップと、
前記信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、前記GUI画面を構成する所定のGUI画像を描画する描画ステップと、
前記描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、前記GUI画面を表示するための表示信号を出力する重畳ステップと
を含むことを特徴とする表示信号処理方法。
In a display signal processing method of a display signal processing apparatus for processing a display signal corresponding to a GUI (Graphic User Interface) screen,
A signal receiving step for receiving an operation signal corresponding to a user operation on the GUI screen;
A drawing step of drawing a predetermined GUI image constituting the GUI screen on a layer of a screen size in accordance with the operation signal received by the processing of the signal receiving step;
A display signal processing comprising: a superimposing step of superimposing a signal corresponding to a layer on which a predetermined GUI image is rendered by the processing of the rendering step, and outputting a display signal for displaying the GUI screen. Method.
GUI(Graphic User Interface)画面に対応する表示信号の処理をコンピュータに行わせるプログラムが記録されている記録媒体であって、
GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップと、
前記信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、前記GUI画面を構成する所定のGUI画像を描画する描画ステップと、
前記描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、前記GUI画面を表示するための表示信号を出力する重畳ステップと
を含むことを特徴とするプログラムが記録されている記録媒体。
A recording medium on which a program for causing a computer to process a display signal corresponding to a GUI (Graphic User Interface) screen is recorded,
A signal receiving step for receiving an operation signal corresponding to a user operation on the GUI screen;
A drawing step of drawing a predetermined GUI image constituting the GUI screen on a layer of a screen size in accordance with the operation signal received by the processing of the signal receiving step;
And a superimposing step of superimposing a signal corresponding to a layer on which a predetermined GUI image is rendered by the processing of the rendering step and outputting a display signal for displaying the GUI screen. Recording media.
GUI(Graphic User Interface)画面に対応する表示信号の処理をコンピュータに行わせるプログラムであって、
GUI画面に対するユーザの操作に対応した操作信号を受け付ける信号受付ステップと、
前記信号受付ステップの処理により受け付けられた操作信号に応じて、画面サイズのレイヤ(layer)に、前記GUI画面を構成する所定のGUI画像を描画する描画ステップと、
前記描画ステップの処理により所定のGUI画像が描画されたレイヤに対応する信号を重畳して、前記GUI画面を表示するための表示信号を出力する重畳ステップと
を含むことを特徴とするプログラム。
A program for causing a computer to process a display signal corresponding to a GUI (Graphic User Interface) screen,
A signal receiving step for receiving an operation signal corresponding to a user operation on the GUI screen;
A drawing step of drawing a predetermined GUI image constituting the GUI screen on a layer of a screen size in accordance with the operation signal received by the processing of the signal receiving step;
And a superimposing step of superimposing a signal corresponding to a layer on which a predetermined GUI image is rendered by the processing of the rendering step and outputting a display signal for displaying the GUI screen.
JP2005173188A 2005-06-14 2005-06-14 Display signal processing apparatus and method, recording medium, and program Expired - Fee Related JP4849300B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005173188A JP4849300B2 (en) 2005-06-14 2005-06-14 Display signal processing apparatus and method, recording medium, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005173188A JP4849300B2 (en) 2005-06-14 2005-06-14 Display signal processing apparatus and method, recording medium, and program

Publications (2)

Publication Number Publication Date
JP2006350490A true JP2006350490A (en) 2006-12-28
JP4849300B2 JP4849300B2 (en) 2012-01-11

Family

ID=37646293

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005173188A Expired - Fee Related JP4849300B2 (en) 2005-06-14 2005-06-14 Display signal processing apparatus and method, recording medium, and program

Country Status (1)

Country Link
JP (1) JP4849300B2 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010039848A (en) * 2008-08-06 2010-02-18 Toshiba Corp Electronic equipment
JP2011222021A (en) * 2010-04-13 2011-11-04 Tomato System Co Ltd Method of dynamic connection of sub module with respect to main module and recording medium recording the same
JP2013210765A (en) * 2012-03-30 2013-10-10 Fujitsu Ltd Input control method, input control program, and input control device
JP2014211889A (en) * 2009-03-16 2014-11-13 アップル インコーポレイテッド Event recognition
US9298363B2 (en) 2011-04-11 2016-03-29 Apple Inc. Region activation for touch sensitive surface
US9389712B2 (en) 2008-03-04 2016-07-12 Apple Inc. Touch event model
WO2016121620A1 (en) * 2015-01-27 2016-08-04 三菱電機株式会社 User interface device, method for displaying user interface, and control program
US9483121B2 (en) 2009-03-16 2016-11-01 Apple Inc. Event recognition
US9529519B2 (en) 2007-01-07 2016-12-27 Apple Inc. Application programming interfaces for gesture operations
US9684521B2 (en) 2010-01-26 2017-06-20 Apple Inc. Systems having discrete and continuous gesture recognizers
US9733716B2 (en) 2013-06-09 2017-08-15 Apple Inc. Proxy gesture recognizer
US9798459B2 (en) 2008-03-04 2017-10-24 Apple Inc. Touch event model for web pages
US10216408B2 (en) 2010-06-14 2019-02-26 Apple Inc. Devices and methods for identifying user interface objects based on view hierarchy
CN110992869A (en) * 2019-12-24 2020-04-10 Oppo广东移动通信有限公司 Layer display method and related equipment
US10963142B2 (en) 2007-01-07 2021-03-30 Apple Inc. Application programming interfaces for scrolling
WO2022113315A1 (en) * 2020-11-27 2022-06-02 日本電信電話株式会社 User interface extension system, user interface extension method, and user interface extension program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06236317A (en) * 1993-02-08 1994-08-23 Fuji Xerox Co Ltd Multimedia processor
JPH0954838A (en) * 1995-08-11 1997-02-25 Fujitsu Ltd Plotting processor
JP2001243490A (en) * 2000-03-02 2001-09-07 Mutoh Ind Ltd Method for generating and editing drawing file and medium stored with program thereof
JP2003195847A (en) * 2001-12-25 2003-07-09 Mitsubishi Electric Corp Graphic processor

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06236317A (en) * 1993-02-08 1994-08-23 Fuji Xerox Co Ltd Multimedia processor
JPH0954838A (en) * 1995-08-11 1997-02-25 Fujitsu Ltd Plotting processor
JP2001243490A (en) * 2000-03-02 2001-09-07 Mutoh Ind Ltd Method for generating and editing drawing file and medium stored with program thereof
JP2003195847A (en) * 2001-12-25 2003-07-09 Mitsubishi Electric Corp Graphic processor

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9665265B2 (en) 2007-01-07 2017-05-30 Apple Inc. Application programming interfaces for gesture operations
US10963142B2 (en) 2007-01-07 2021-03-30 Apple Inc. Application programming interfaces for scrolling
US9575648B2 (en) 2007-01-07 2017-02-21 Apple Inc. Application programming interfaces for gesture operations
US11449217B2 (en) 2007-01-07 2022-09-20 Apple Inc. Application programming interfaces for gesture operations
US10175876B2 (en) 2007-01-07 2019-01-08 Apple Inc. Application programming interfaces for gesture operations
US11954322B2 (en) 2007-01-07 2024-04-09 Apple Inc. Application programming interface for gesture operations
US10613741B2 (en) 2007-01-07 2020-04-07 Apple Inc. Application programming interface for gesture operations
US9529519B2 (en) 2007-01-07 2016-12-27 Apple Inc. Application programming interfaces for gesture operations
US10936190B2 (en) 2008-03-04 2021-03-02 Apple Inc. Devices, methods, and user interfaces for processing touch events
US11740725B2 (en) 2008-03-04 2023-08-29 Apple Inc. Devices, methods, and user interfaces for processing touch events
US9389712B2 (en) 2008-03-04 2016-07-12 Apple Inc. Touch event model
US10521109B2 (en) 2008-03-04 2019-12-31 Apple Inc. Touch event model
US9798459B2 (en) 2008-03-04 2017-10-24 Apple Inc. Touch event model for web pages
US9971502B2 (en) 2008-03-04 2018-05-15 Apple Inc. Touch event model
US9690481B2 (en) 2008-03-04 2017-06-27 Apple Inc. Touch event model
US9720594B2 (en) 2008-03-04 2017-08-01 Apple Inc. Touch event model
JP2010039848A (en) * 2008-08-06 2010-02-18 Toshiba Corp Electronic equipment
US9965177B2 (en) 2009-03-16 2018-05-08 Apple Inc. Event recognition
US10719225B2 (en) 2009-03-16 2020-07-21 Apple Inc. Event recognition
JP2017215983A (en) * 2009-03-16 2017-12-07 アップル インコーポレイテッド Event recognition
US11755196B2 (en) 2009-03-16 2023-09-12 Apple Inc. Event recognition
JP2014211889A (en) * 2009-03-16 2014-11-13 アップル インコーポレイテッド Event recognition
US11163440B2 (en) 2009-03-16 2021-11-02 Apple Inc. Event recognition
US9483121B2 (en) 2009-03-16 2016-11-01 Apple Inc. Event recognition
US9285908B2 (en) 2009-03-16 2016-03-15 Apple Inc. Event recognition
US9684521B2 (en) 2010-01-26 2017-06-20 Apple Inc. Systems having discrete and continuous gesture recognizers
US10732997B2 (en) 2010-01-26 2020-08-04 Apple Inc. Gesture recognizers with delegates for controlling and modifying gesture recognition
JP2011222021A (en) * 2010-04-13 2011-11-04 Tomato System Co Ltd Method of dynamic connection of sub module with respect to main module and recording medium recording the same
US10216408B2 (en) 2010-06-14 2019-02-26 Apple Inc. Devices and methods for identifying user interface objects based on view hierarchy
US9298363B2 (en) 2011-04-11 2016-03-29 Apple Inc. Region activation for touch sensitive surface
JP2013210765A (en) * 2012-03-30 2013-10-10 Fujitsu Ltd Input control method, input control program, and input control device
US11429190B2 (en) 2013-06-09 2022-08-30 Apple Inc. Proxy gesture recognizer
US9733716B2 (en) 2013-06-09 2017-08-15 Apple Inc. Proxy gesture recognizer
CN107209654B (en) * 2015-01-27 2020-04-17 三菱电机株式会社 User interface device, user interface display method, and control program
WO2016121620A1 (en) * 2015-01-27 2016-08-04 三菱電機株式会社 User interface device, method for displaying user interface, and control program
US10387019B2 (en) 2015-01-27 2019-08-20 Mitsubishi Electric Corporation User interface device and method for displaying user interface
CN107209654A (en) * 2015-01-27 2017-09-26 三菱电机株式会社 User's interface device, user interface display methods and control program
JP6022131B1 (en) * 2015-01-27 2016-11-09 三菱電機株式会社 User interface device and user interface display method
CN110992869A (en) * 2019-12-24 2020-04-10 Oppo广东移动通信有限公司 Layer display method and related equipment
CN110992869B (en) * 2019-12-24 2022-11-22 Oppo广东移动通信有限公司 Layer display method and related equipment
WO2022113315A1 (en) * 2020-11-27 2022-06-02 日本電信電話株式会社 User interface extension system, user interface extension method, and user interface extension program

Also Published As

Publication number Publication date
JP4849300B2 (en) 2012-01-11

Similar Documents

Publication Publication Date Title
JP4849300B2 (en) Display signal processing apparatus and method, recording medium, and program
CN102598701B (en) Provinding contents information for network television
JP4802425B2 (en) Video display device
JPWO2009028160A1 (en) Receiving apparatus and receiving method
CN111752518A (en) Screen projection method of display equipment and display equipment
CN110659010A (en) Picture-in-picture display method and display equipment
US9363570B2 (en) Broadcast receiving apparatus for receiving a shared home screen
CN112073788A (en) Video data processing method and device and display equipment
KR101003506B1 (en) Operating an image display device capable of application installation
JPWO2005094066A1 (en) Information signal processing apparatus, function block control method, and function block
CN111176603A (en) Image display method for display equipment and display equipment
CN111899175A (en) Image conversion method and display device
US20210311592A1 (en) Display Device And Interface Switching Method
JP4626806B2 (en) Signal processing apparatus and method, recording medium, and program
CN115022695A (en) Display device and Widget control display method
JP5725604B2 (en) Display device, electronic device, and device control system
WO2012139343A1 (en) Play control system and method
CN111078926A (en) Method for determining portrait thumbnail image and display equipment
CN112995733A (en) Display device, device discovery method and storage medium
US20080295026A1 (en) Method and apparatus for displaying application program and menu
CN112235621B (en) Display method and display equipment for visual area
CN112565915B (en) Display apparatus and display method
KR20100059639A (en) Method for displaying a widget and a broadcast receiving apparatus thereof
CN113497958B (en) Display equipment and picture display method
CN111259639B (en) Self-adaptive adjustment method of table and display equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080509

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100412

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100420

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100610

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110705

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110805

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110922

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111005

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141028

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees