JP2003163900A - Transport stream decoder and transport stream decoding method - Google Patents

Transport stream decoder and transport stream decoding method

Info

Publication number
JP2003163900A
JP2003163900A JP2001361854A JP2001361854A JP2003163900A JP 2003163900 A JP2003163900 A JP 2003163900A JP 2001361854 A JP2001361854 A JP 2001361854A JP 2001361854 A JP2001361854 A JP 2001361854A JP 2003163900 A JP2003163900 A JP 2003163900A
Authority
JP
Japan
Prior art keywords
transport
transport packet
section
register
transport stream
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001361854A
Other languages
Japanese (ja)
Inventor
Motoyoshi Shibano
元良 柴野
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2001361854A priority Critical patent/JP2003163900A/en
Publication of JP2003163900A publication Critical patent/JP2003163900A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a transport stream decoder that prevents data from being missing and allows a CPU to read a section even when designated sections are consecutively transmitted. <P>SOLUTION: A section discriminator 14 discriminates whether or not a transport packet outputted from a PID (Packet ID) filter 11 includes a section designated from data of a head part including a table ID of the section, and stores the result of discrimination to a tag register 15 and a descriptor register 23. A transfer data counter 19 counts a data amount of a transport packet and the tag register 15, and a DMA (Direct Memory Access) 21 allows a changeover device 20 to transfer the transport packet with an output of the tag register 15 attached thereto to a RAM 27 on the basis of the count. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はトランスポートスト
リーム復号装置及びトランスポートストリーム復号方法
に関し、特にある程度の伝送誤りにも対応可能な固定長
パケットのトランスポートストリームの復号方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a transport stream decoding device and a transport stream decoding method, and more particularly, to a fixed stream packet transport stream decoding method that can cope with some transmission errors.

【0002】[0002]

【従来の技術】従来、トランスポートストリーム復号装
置においては、図11に示すように、伝送路符号復号器
31と、PID(パケットID)フィルタ32と、クロ
ック再生同期検出部33と、フィルタ通過指定レジスタ
34と、セクション形成器35と、FIFO(Firs
t In First Out)36,37と、RAM
(ランダムアクセスメモリ)インタフェース38と、R
AM39,44,45と、CPU(中央処理装置)イン
タフェース40と、MPEG(Moving Pict
ure Experts Group)ビデオ復号器4
1と、MPEGオーディオ復号器42と、CPU43
と、割込み制御器46とから構成されている。
2. Description of the Related Art Conventionally, in a transport stream decoding apparatus, as shown in FIG. 11, a transmission path code decoder 31, a PID (packet ID) filter 32, a clock recovery synchronization detecting section 33, and a filter passing designation. The register 34, the section former 35, and the FIFO (Firs
t In First Out) 36, 37 and RAM
(Random access memory) interface 38, R
AM 39, 44, 45, CPU (Central Processing Unit) interface 40, MPEG (Moving Pict)
ure Experts Group) Video Decoder 4
1, an MPEG audio decoder 42, and a CPU 43
And an interrupt controller 46.

【0003】クロック再生同期検出部33はトランスポ
ートストリーム(TS:Transport Stre
am)からクロックとトランスポートパケットの同期位
置を検出する。PIDフィルタ32はPIDでトランス
ポートパケットを選別する。セクション形成器35はこ
のPIDフィルタ32から出力されるトランスポートパ
ケットをセクションのテーブルIDをも含む先頭部分の
データから指定されたセクションを形成する。
The clock reproduction synchronization detection unit 33 is a transport stream (TS: Transport Stream).
The sync position of the clock and the transport packet is detected from am). The PID filter 32 selects transport packets by PID. The section forming unit 35 forms a specified section of the transport packet output from the PID filter 32 from the data of the head portion including the table ID of the section.

【0004】RAMインタフェース38はこの形成が終
了したセクションを格納するRAM39を制御する。C
PUインタフェース40はセクションの形成終了を示す
割込み信号と形成されたセクションとをCPU43が読
出すためのインタフェースである。
The RAM interface 38 controls the RAM 39 which stores the section whose formation has been completed. C
The PU interface 40 is an interface for the CPU 43 to read an interrupt signal indicating the end of section formation and the formed section.

【0005】上記のトランスポートストリーム復号装置
の動作は、指定したテーブルIDのセクションが形成さ
れる毎に、その引取りを要求する割込みが発生し、CP
U43がセクションを読出さなければならない。トラン
スポートストリームでは複数の異なるセクションを同じ
PIDのトランスポートパケットに多重化することが許
されている。
In the above operation of the transport stream decoding apparatus, every time a section of the designated table ID is formed, an interrupt requesting its take-up occurs, and the CP
U43 must read the section. The transport stream allows multiple different sections to be multiplexed into transport packets with the same PID.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上述し
た従来のトランスポートストリーム復号装置では、指定
するセクションが同じPIDのトランスポートパケット
に多重化されている場合に、短い間隔で割込みが発生す
ることでCPUによるデータの読出しが完了しないこと
が発生するという問題がある。
However, in the above-described conventional transport stream decoding apparatus, when the designated section is multiplexed in the transport packet of the same PID, an interrupt occurs at short intervals. There is a problem that the reading of data by the CPU may not be completed.

【0007】そこで、本発明の目的は上記の問題点を解
消し、指定するセクションが連続して伝送される場合で
あっても、データの取りこぼしなく、CPUがセクショ
ンを読取ることができるトランスポートストリーム復号
装置及びトランスポートストリーム復号方法を提供する
ことにある。
Therefore, an object of the present invention is to solve the above-mentioned problems, and even when a designated section is continuously transmitted, a transport stream in which the CPU can read the section without missing data. It is to provide a decoding device and a transport stream decoding method.

【0008】[0008]

【課題を解決するための手段】本発明によるトランスポ
ートストリーム復号装置は、トランスポートストリーム
からクロックと前記トランスポートパケットの同期位置
とを検出するクロック再生同期検出手段と、パケット識
別情報で前記トランスポートパケットを選別するPID
フィルタと、映像データを含むトランスポートパケット
を格納して時間軸変換する手段と、音声データを含むト
ランスポートパケットを格納して時間軸変換する手段と
を含むトランスポートストリーム復号装置であって、前
記PIDフィルタから出力されるトランスポートパケッ
トにセクションのテーブルIDをも含む先頭部分のデー
タから指定されたセクションが含まれているかを判定す
るセクション判定手段と、前記セクション判定手段の判
定情報を格納するタグ用レジスタと、前記トランスポー
トパケットと前記タグ用レジスタのデータ量とをカウン
トする転送データカウンタと、前記トランスポートパケ
ットを格納して時間軸変換する手段と、その時間軸変換
されたトランスポートパケットに前記タグ用レジスタの
出力を付加する付加手段と、前記付加手段の出力を蓄積
する記憶手段と、前記転送データカウンタのカウント値
に基づいて前記記憶手段における前記付加手段の出力の
転送先を定めて転送する転送手段とを備えている。
A transport stream decoding device according to the present invention comprises a clock reproduction synchronization detecting means for detecting a clock and a synchronization position of the transport packet from a transport stream, and the transport identification using packet identification information. PID for selecting packets
What is claimed is: 1. A transport stream decoding device comprising: a filter; means for storing a transport packet containing video data for time-axis conversion; and means for storing a transport packet containing audio data and time-axis conversion. Section determining means for determining whether or not the transport packet output from the PID filter includes a specified section from the data of the head portion that also includes the table ID of the section, and a tag for storing the determination information of the section determining means. Register, a transfer data counter that counts the amount of data in the transport packet and the tag register, means for storing the transport packet and performing time axis conversion, and the time axis converted transport packet Add the output of the tag register Comprises means, storage means for storing an output of said adding means, and transfer means for transferring defining a destination of the output of said adding means in said storage means based on the count value of the transfer data counter.

【0009】本発明によるトランスポートストリーム復
号方法は、トランスポートストリームからクロックと前
記トランスポートパケットの同期位置とを検出するクロ
ック再生同期検出手段と、パケット識別情報で前記トラ
ンスポートパケットを選別するPIDフィルタと、映像
データを含むトランスポートパケットを格納して時間軸
変換する手段と、音声データを含むトランスポートパケ
ットを格納して時間軸変換する手段とを含むトランスポ
ートストリーム復号装置のトランスポートストリーム復
号方法であって、前記PIDフィルタから出力されるト
ランスポートパケットにセクションのテーブルIDをも
含む先頭部分のデータから指定されたセクションが含ま
れているかを判定するステップと、その判定情報をタグ
用レジスタに格納するステップと、前記トランスポート
パケットを格納して時間軸変換するステップと、その時
間軸変換されたトランスポートパケットに前記タグ用レ
ジスタの出力を付加するステップと、前記トランスポー
トパケットと前記タグ用レジスタのデータ量とのカウン
ト値に基づいて前記タグ用レジスタの出力が付加された
トランスポートパケットを蓄積する記憶手段における転
送先を定めて転送するステップとを備えている。
A transport stream decoding method according to the present invention comprises a clock reproduction synchronization detecting means for detecting a clock and a synchronization position of the transport packet from a transport stream, and a PID filter for selecting the transport packet by packet identification information. And a transport stream decoding method for a transport stream decoding device, including means for storing a transport packet including video data and performing time-axis conversion, and means for storing a transport packet including audio data and performing time-axis conversion And a step of determining whether or not the transport packet output from the PID filter includes a specified section from the data of the head portion that also includes the table ID of the section, and the determination information is stored in the tag register. Storage A step of storing the transport packet and performing time axis conversion, adding the output of the tag register to the time axis converted transport packet, the transport packet and the tag register The step of deciding a transfer destination in the storage means for accumulating the transport packet to which the output of the tag register is added based on the count value and the count value and transferring.

【0010】すなわち、本発明のトランスポートストリ
ーム復号装置は、トランスポートストリーム(TS:T
ransport Stream)からクロックとトラ
ンスポートパケットの同期位置とを検出するクロック再
生同期検出と、PID(パケットID)でトランスポー
トパケットを選別するPIDフィルタとを持っている。
That is, the transport stream decoding apparatus according to the present invention comprises a transport stream (TS: T
It has a clock reproduction synchronization detection that detects the clock and the synchronization position of the transport packet from the transport stream, and a PID filter that selects the transport packet by PID (packet ID).

【0011】また、本発明のトランスポートストリーム
復号装置は、このPIDフィルタから出力されるトラン
スポートパケットをセクションのテーブルIDをも含む
先頭部分のデータから指定されたセクションが含まれて
いるかを判定するセクション判定器と、この判定情報を
格納するタグ用レジスタと、トランスポートパケットを
格納して時間軸変換するFIFO(First In
First Out)と、映像データを含むトランスポ
ートパケットを格納して時間軸変換するFIFOと、音
声データを含むトランスポートパケットを格納して時間
軸変換するFIFOとを持っている。
Further, the transport stream decoding apparatus of the present invention determines whether or not the transport packet output from the PID filter includes the section specified from the data of the head portion which also includes the table ID of the section. A section determiner, a tag register that stores this determination information, and a FIFO (First In) that stores transport packets and performs time-axis conversion.
First Out), a FIFO for storing transport packets including video data and time-axis conversion, and a FIFO for storing transport packets including audio data and time-axis conversion.

【0012】さらに、本発明のトランスポートストリー
ム復号装置は、PIDフィルタ及びセクション判定器の
通過を指定する情報を格納するフィルタ通過指定レジス
タと、トランスポートパケットとタグ用レジスタのデー
タ量とをカウントする転送データカウンタと、このカウ
ント値に基づいて転送先を定め転送するDMA(Dir
ect Memory Access)と、FIFOよ
り出力するトランススポートパケットとタグ用レジスタ
の出力とを切替える切替器と、セクション判定器の判定
情報を格納するディスクリプタ用レジスタとを持ってい
る。
Further, the transport stream decoding apparatus of the present invention counts the filter pass designation register for storing the information designating the passage of the PID filter and section determiner, and the data amount of the transport packet and the tag register. A transfer data counter and a DMA (Dir) that determines and transfers a transfer destination based on this count value.
ect Memory Access), a switcher that switches between the transport packet output from the FIFO and the output of the tag register, and a descriptor register that stores the determination information of the section determiner.

【0013】上記のように、本発明のトランスポートス
トリーム復号装置は、タグ用レジスタを持つことによっ
て、従来のセクション形成後のセクションテーブルを蓄
積しておくRAMが必要なくなる。また、本発明のトラ
ンスポート復号装置は、トランスポートパケット以外に
ディスクリプタ、タグによる管理情報によって、指定す
るセクションが同じPIDのトランスポートパケットに
多重化されている場合でも連続してCPUがセクション
を読込むことが可能となり、従来の短い間隔で割込みが
発生してCPUによるデータの読出しが完了しないとい
う問題を解決することが可能となる。
As described above, since the transport stream decoding apparatus of the present invention has the tag register, the conventional RAM for storing the section table after the section formation is unnecessary. Further, in the transport decoding device of the present invention, the CPU continuously reads the sections even if the designated section is multiplexed in the transport packet of the same PID by the management information by the descriptor and the tag other than the transport packet. Therefore, it is possible to solve the problem that the CPU does not complete the reading of data due to the occurrence of an interrupt at short intervals.

【0014】[0014]

【発明の実施の形態】次に、本発明の実施例について図
面を参照して説明する。図1は本発明の一実施例による
トランスポートストリーム復号装置の構成を示すブロッ
ク図である。図1において、本発明の一実施例によるト
ランスポートストリーム復号装置はPID(パケットI
D)フィルタ11と、クロック再生同期検出部12と、
フィルタ通過指定レジスタ13と、セクション判定器1
4と、タグ用レジスタ15と、FIFO(First
In First Out)16〜18と、転送データ
カウンタ19と、切替器20と、DMA(Direct
Memory Access)21と、CPU(中央
処理装置)インタフェース22と、ディスクリプタ用レ
ジスタ23と、MPEG(Moving Pictur
e Experts Group)ビデオ復号器24
と、MPEGオーディオ復号器25と、CPU26と、
RAM(ランダムアクセスメモリ)27,28と、割込
み制御器29とから構成されている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a transport stream decoding device according to an embodiment of the present invention. In FIG. 1, a transport stream decoding apparatus according to an exemplary embodiment of the present invention uses a PID (packet I
D) a filter 11, a clock recovery synchronization detector 12,
Filter pass designation register 13 and section determiner 1
4, the register 15 for tags, and the FIFO (First
In First Out 16 to 18, a transfer data counter 19, a switch 20, and a DMA (Direct).
Memory Access (CPU) 21, CPU (Central Processing Unit) interface 22, descriptor register 23, MPEG (Moving Picture)
e Experts Group) Video Decoder 24
An MPEG audio decoder 25, a CPU 26,
It is composed of RAMs (random access memories) 27 and 28 and an interrupt controller 29.

【0015】クロック再生同期検出部12はトランスポ
ートストリームからクロックとトランスポートパケット
の同期位置とを検出する。PIDフィルタ11はPID
でトランスポートパケットを選別する。
The clock reproduction synchronization detector 12 detects the clock and the synchronization position of the transport packet from the transport stream. PID filter 11 is PID
Select the transport packet with.

【0016】セクション判定器14はこのPIDフィル
タ11から出力されるトランスポートパケットをセクシ
ョンのテーブルIDをも含む先頭部分のデータから指定
されたセクションが含まれているかを判定する。タグ用
レジスタ15はこの判定情報を格納する。
The section determiner 14 determines whether or not the transport packet output from the PID filter 11 includes a designated section from the data of the head portion which also includes the table ID of the section. The tag register 15 stores this determination information.

【0017】FIFO16はトランスポートパケットを
格納して時間軸変換する。FIFO17は映像データを
含むトランスポートパケットを格納して時間軸変換す
る。FIFO18は音声データを含むトランスポートパ
ケットを格納して時間軸変換する。
The FIFO 16 stores the transport packet and converts it on the time axis. The FIFO 17 stores a transport packet including video data and performs time-axis conversion. The FIFO 18 stores a transport packet containing audio data and performs time-axis conversion.

【0018】フィルタ通過指定レジスタ13はPIDフ
ィルタ11及びセクション判定器14の通過を指定する
情報を格納する。転送データカウンタ19はトランスポ
ートパケットとタグ用レジスタ15のデータ量とをカウ
ントする。DMA21はこのカウント値に基づいて転送
先を定めて転送する。
The filter passage designation register 13 stores information designating passage of the PID filter 11 and the section determiner 14. The transfer data counter 19 counts the transport packet and the data amount of the tag register 15. The DMA 21 determines a transfer destination based on this count value and transfers the transfer destination.

【0019】切替器20はFIFO16から出力される
トランススポートパケットと、タグ用レジスタ15の出
力とを切替える。ディスクリプタ用レジスタ23はセク
ション判定器14の判定情報を格納する。
The switch 20 switches between the transport packet output from the FIFO 16 and the output of the tag register 15. The descriptor register 23 stores the determination information of the section determiner 14.

【0020】図2は図1のCPU26が管理するRAM
27上に書込むデータ構造を示す図であり、図3は図2
のデータ構造中のディスクリプタ領域の構造を示す図で
あり、図4は図2のデータ構造中のデータ領域の構造を
示す図であり、図5は図4のデータ領域のタグの構造を
示す図である。
FIG. 2 is a RAM managed by the CPU 26 of FIG.
FIG. 3 is a diagram showing a data structure to be written on 27, and FIG.
5 is a diagram showing the structure of the descriptor area in the data structure of FIG. 4, FIG. 4 is a diagram showing the structure of the data area in the data structure of FIG. 2, and FIG. 5 is a diagram showing the structure of the tags of the data area of FIG. Is.

【0021】図6は本発明の一実施例によるトランスポ
ートストリームによる多重化の概念を示す図であり、図
7は本発明の一実施例によるエレメンタリストリームと
トランスポートストリームとの関係を示す図であり、図
8は本発明の一実施例によるセクションとトランスポー
トストリームとの関係を示す図である。これら図1〜図
8を参照して本発明の一実施例によるトランスポート復
号装置の動作について説明する。
FIG. 6 is a diagram showing a concept of multiplexing by a transport stream according to an embodiment of the present invention, and FIG. 7 is a diagram showing a relationship between an elementary stream and a transport stream according to an embodiment of the present invention. FIG. 8 is a diagram showing the relationship between sections and transport streams according to an embodiment of the present invention. The operation of the transport decoding apparatus according to the embodiment of the present invention will be described with reference to FIGS.

【0022】はじめに、トランスポートストリームの概
要について説明する。トランスポートストリームはMP
EG2システム(ISO/IEC DIS 13818
−1)で定義されたパケット多重方式の1つである。T
Sパケットと呼ばれる188バイトの固定長パケットを
使用してパケット多重を行っている。
First, an outline of the transport stream will be described. Transport stream is MP
EG2 system (ISO / IEC DIS 13818
It is one of the packet multiplexing methods defined in -1). T
Packets are multiplexed using fixed length packets of 188 bytes called S packets.

【0023】TSパケットには4バイトのヘッダがあ
り、同期バイト(47h)、トランスポート・エラー・
インジケータ、ペイロード・ユニット開始インジケー
タ、トランスポート優先度、PID(パケット識別子)
トランスポート・スクランブル制御、アダプテーション
・フィールド制御、連続性指標がヘッダに含まれる。残
りの184バイトがペイロード及びアダプテーション・
フィールドとなる。
The TS packet has a 4-byte header, a sync byte (47h), a transport error,
Indicator, payload unit start indicator, transport priority, PID (packet identifier)
Transport scramble control, adaptation field control and continuity index are included in the header. The remaining 184 bytes are payload and adaptation.
It becomes a field.

【0024】TSパケットはPIDによってパケットを
区別し、ペイロードが映像であるか、音声であるか、そ
の他のデータであるかを判別する。アダプテーション・
フィールドは番組のシステム・クロックであるプログラ
ム・クロック・リファレンス(PCR)等の情報の伝送
及びスタッフィングの機能を持っている。ペイロードか
らは番組を構成する映像や音声のデータのほかに、複数
の番組の構成(どのPIDがどの番組の映像であるか
等)を示すPSI(Program Specific
Information)と呼ばれるテーブルも伝送
されてくる(図6参照)。
TS packets are distinguished from each other by PID, and it is determined whether the payload is video, audio, or other data. Adaptation ·
The field has a function of transmitting and stuffing information such as a program clock reference (PCR) which is a system clock of a program. From the payload, in addition to the video and audio data that make up the program, PSI (Program Specific) indicating the configuration of a plurality of programs (which PID is the video of which program, etc.)
A table called Information is also transmitted (see FIG. 6).

【0025】ペイロードの中の映像や音声のデータは、
MPEGで圧縮されただけのストリーム(エレメンタリ
・ストリームと呼ぶ)をPES(Packetized
Elementary Stream)と呼ばれるパ
ケットにパケット化されている(図7参照)。PSIや
その他のデータはセクションと呼ばれるテーブルにパケ
ット化されている(図8参照)。
The video and audio data in the payload is
Streams that are only compressed by MPEG (called elementary streams) are PES (Packetized)
It is packetized into a packet called Elementary Stream (see FIG. 7). PSI and other data are packetized in a table called a section (see FIG. 8).

【0026】PESやセクションの先頭が含まれるTS
パケットではヘッダのペイロード・ユニット開始インジ
ケータが有効となり、先頭を含んでいることを示す。P
ESでは1つのTSパケットのペイロードに複数のPE
Sが存在することを許さないが、セクションでは複数セ
クションが存在することを許している。先頭のセクショ
ンの位置を示しているのがポインタである(図8参
照)。
TS including PES and beginning of section
In the packet, the payload unit start indicator of the header is valid and indicates that it includes the beginning. P
In ES, multiple PEs are included in the payload of one TS packet.
It does not allow S to exist, but allows multiple sections to exist in a section. The pointer indicates the position of the first section (see FIG. 8).

【0027】本発明の一実施例ではタグ用レジスタ15
を持つことによって、従来のセクション形成後のセクシ
ョンテーブルを蓄積しておくRAMが必要なくなる。
In one embodiment of the present invention, the tag register 15 is used.
By having the above, the conventional RAM for storing the section table after the section formation is unnecessary.

【0028】図9及び図10は本発明の一実施例による
トランスポートストリーム復号装置の動作を示すフロー
チャートである。これら図1〜図10を参照して本発明
の一実施例によるトランスポートストリーム復号装置の
動作について説明する。
9 and 10 are flowcharts showing the operation of the transport stream decoding apparatus according to the embodiment of the present invention. The operation of the transport stream decoding apparatus according to the embodiment of the present invention will be described with reference to FIGS.

【0029】図1に示すように、クロック再生同期検出
部12はトランスポートストリームからクロックとトラ
ンスポートパケットの同期位置とを検出する(図9ステ
ップS1)。検出された同期位置はPIDフィルタ11
及びセクション判定器14に供給される。
As shown in FIG. 1, the clock recovery synchronization detector 12 detects the clock and the synchronization position of the transport packet from the transport stream (step S1 in FIG. 9). The detected synchronization position is the PID filter 11
And section determiner 14.

【0030】PIDフィルタ11は同期位置から求めた
パケットIDと、フィルタ通過指定レジスタ13が示す
複数のパケットIDの中の一つとに一致するパケットI
Dを持つトランスポートパケットを選別する(図9ステ
ップS2)。
The PID filter 11 matches the packet ID obtained from the synchronization position with one of the plurality of packet IDs indicated by the filter passing designation register 13
A transport packet having D is selected (step S2 in FIG. 9).

【0031】PIDフィルタ11を通過したトランスポ
ートパケットはセクション判定器14及びFIFO16
に入力され、FIFO16はそのトランスポートパケッ
トを格納して時間軸変換する(図9ステップS3)。
The transport packet that has passed through the PID filter 11 is sent to the section determiner 14 and the FIFO 16.
, And the FIFO 16 stores the transport packet and performs time-axis conversion (step S3 in FIG. 9).

【0032】また、PIDフィルタ11を通過したトラ
ンスポートパケットの中で映像のエレメンタリストリー
ムを含むトランスポートパケットはFIFO17に入力
され、映像データを含むトランスポートパケットはFI
FO17に格納されて時間軸変換され、MPEGビデオ
復号器24によって映像が復号される(図9ステップS
4)。
Further, among the transport packets that have passed through the PID filter 11, the transport packet containing the video elementary stream is input to the FIFO 17, and the transport packet containing the video data is FI.
The image is stored in the FO 17, the time axis is converted, and the image is decoded by the MPEG video decoder 24 (step S in FIG. 9).
4).

【0033】さらに、PIDフィルタ11を通過したト
ランスポートパケットの中で音声のエレメンタリストリ
ームを含むトランスポートパケットはFIFO18に入
力され、音声データを含むトランスポートパケットはF
IFO18に格納されて時間軸変換され、MPEGオー
ディオ復号器25によって音声が復号される(図9ステ
ップS5)。
Further, among the transport packets that have passed through the PID filter 11, the transport packet including the voice elementary stream is input to the FIFO 18, and the transport packet including the voice data is F.
The audio data is stored in the IFO 18, the time axis is converted, and the audio is decoded by the MPEG audio decoder 25 (step S5 in FIG. 9).

【0034】セクション判定器14はペイロード中のセ
クションと、フィルタ通過指定レジスタ13が示すテー
ブルIDをも含む先頭部分のデータとが一致するトラン
スポートパケットを検出する(図9ステップS6)。
The section determiner 14 detects a transport packet in which the section in the payload matches the data at the beginning including the table ID indicated by the filter pass designation register 13 (step S6 in FIG. 9).

【0035】タグ用レジスタ15は図5に示すデータ列
を格納している。タグ用レジスタ15から出力するデー
タの長さは固定の長さでトランスポートパケットの長さ
188とあわせて、CPU26のキャッシュラインの整
数倍になる長さを持つ。これは、図4に示すように、ト
ランスポートパケットの先頭位置が等間隔で、かつキャ
ッシュラインにアラインすることになる。タグ領域の先
頭にあるダミーは意味を持たないデータである。フラグ
は一致したセクションをペイロードに含んでいることを
示す。
The tag register 15 stores the data string shown in FIG. The length of the data output from the tag register 15 is a fixed length, and together with the transport packet length 188, has a length that is an integral multiple of the cache line of the CPU 26. This means that, as shown in FIG. 4, the start positions of the transport packets are evenly spaced and aligned with the cache line. The dummy at the beginning of the tag area is meaningless data. The flag indicates that the payload contains the matched section.

【0036】ペイロードに指定されたセクションを含ま
ない場合には(図10ステップS7)、セクション判定
器14がフラグに「偽」を書込み、以後のPID、セク
ションID、オフセット、リンクを書込まない(図10
ステップS8)。
If the payload does not include the specified section (step S7 in FIG. 10), the section determiner 14 writes "false" in the flag and does not write the subsequent PID, section ID, offset, and link ( Figure 10
Step S8).

【0037】ペイロードに指定されたセクションを含む
場合には(図10ステップS7)、セクション判定器1
4がフラグに「真」を書込む(図10ステップS9)。
続いて,セクション判定器14が含んでいるセクション
のセクションID、トランスポートパケットの先頭位置
からセクションの先頭位置のバイト数をオフセットに書
込む(図10ステップS10)。
If the payload includes the specified section (step S7 in FIG. 10), the section determiner 1
4 writes "true" in the flag (step S9 in FIG. 10).
Then, the section ID of the section included in the section determiner 14 and the number of bytes from the start position of the transport packet to the start position of the section are written in the offset (step S10 in FIG. 10).

【0038】リンクには指定された異なるセクションI
Dを持つセクションが存在するかどうかを示す情報が書
込まれる。この情報には「次に指定のセクションを含ま
ない」、「次に指定のセクションを含む」、「次に指定
のセクションの判定中」の3種類がある。「次に指定の
セクションの判定中」はセクションが2つのトランスポ
ートパケットにまたがっている場合に発生する。「次に
指定のセクションを含む」はセクションID、オフセッ
ト、リンクが続き、「次に指定のセクションを含まな
い」まで繰り返す。この後ろは無効データとなる。
The different section I specified for the link
Information is written indicating whether a section with D exists. There are three types of this information: "does not include next specified section", "include next specified section", and "determining next specified section". "Determination of next specified section" occurs when the section spans two transport packets. "Include the specified section" is followed by the section ID, offset, and link, and is repeated until "The specified section is not included". The data after this is invalid data.

【0039】切替器20はトランスポートパケットを格
納して時間軸変換するFIFO16の出力の後に、タグ
用レジスタ15の出力を付加するようにデータの切替え
動作を行う(図10ステップS11)。
The switching unit 20 carries out a data switching operation so that the output of the tag register 15 is added after the output of the FIFO 16 which stores the transport packet and performs time-axis conversion (step S11 in FIG. 10).

【0040】転送データカウンタ19はトランスポート
パケットとタグ用レジスタ15のデータ量とをカウント
し、DMA21はこのカウント値に基づいて転送先を定
め、CPU26が管理するRAM27に、図2が示すデ
ータ領域にトランスポートパケット、タグを転送して書
込む(図10ステップS12)。
The transfer data counter 19 counts the transport packet and the data amount of the tag register 15, the DMA 21 determines the transfer destination based on this count value, and the RAM 27 managed by the CPU 26 stores the data area shown in FIG. The transport packet and the tag are transferred to and written in (step S12 in FIG. 10).

【0041】バンクには#0,#1,#2の3領域があ
り、そのうち1つはCPU26の読取り領域、別の1つ
の領域はDMA21の書込み領域、もう一つの領域はD
MA21の書込み予備領域である。DMA21の書込み
領域を書込み終えると、書込み終了をCPU26に伝
え、書込み予備領域に書込みを移し、以前の書込み領域
は読込み領域となる。
The bank has three areas # 0, # 1 and # 2, one of which is a reading area of the CPU 26, another one is a writing area of the DMA 21, and another area is D.
It is a write reserve area of the MA 21. When the writing of the write area of the DMA 21 is completed, the completion of the writing is notified to the CPU 26, the writing is moved to the write reserve area, and the previous write area becomes the read area.

【0042】これによって、指定するセクションが同じ
パケットIDのトランスポートパケットに多重化されて
いる場合でも、CPU26がセクションの読込みを連続
して行うことができ、従来の短い間隔で割込みが発生
し、CPU26によるデータの読出しが完了しない場合
が発生するという課題を改善することができる。
As a result, even when the designated section is multiplexed in the transport packet having the same packet ID, the CPU 26 can continuously read the section, and interrupts are generated at short intervals as in the prior art. It is possible to solve the problem that the case where the data reading by the CPU 26 is not completed occurs.

【0043】ディスクリプタ用レジスタ23にはセクシ
ョン判定器14から、図3に示すフラグ、PID、アド
レスが書込まれる。フラグは指定したセクションの先頭
を含んだトランスポートパケットが図2に示すデータ領
域に含まれているかを示す情報、PIDはそのトランス
ポートパケットのパケットID、アドレスは図2に示す
データ領域の先頭からのオフセットを示す情報である。
The flag, PID, and address shown in FIG. 3 are written from the section determiner 14 into the descriptor register 23. The flag is information indicating whether a transport packet including the beginning of the designated section is included in the data area shown in FIG. 2, the PID is the packet ID of the transport packet, and the address is from the beginning of the data area shown in FIG. Is information indicating the offset of.

【0044】また、ディスクリプタとタグとから容易に
セクションの位置を求めることができるので、必要とな
ることが予想されるセクションをフィルタ通過指定レジ
スタ13で指定しておけば、必要が生じてから指定する
ことなく、RAM27上のデータからセクションを得る
ことができる。
Further, since the position of the section can be easily obtained from the descriptor and the tag, if the section which is expected to be needed is designated by the filter pass designation register 13, the section is designated after the need arises. The section can be obtained from the data on the RAM 27 without doing so.

【0045】このように、本実施例では、トランスポー
トパケット以外にディスクリプタ、タグによる管理情報
によって、指定するセクションが同じPIDのトランス
ポートパケットに多重化されている場合でも、CPU2
6がセクションの読込みを連続して行うことができ、従
来の短い間隔で割込みが発生し、CPU26によるデー
タの読出しが完了しない場合が発生するという課題を改
善することができる。
As described above, in the present embodiment, even if the designated section is multiplexed into the transport packet of the same PID by the management information by the descriptor and the tag other than the transport packet, the CPU 2
It is possible to solve the problem that the section 6 can continuously read the section, an interrupt occurs at a short interval, and the CPU 26 does not complete reading the data, which is the case in the related art.

【0046】尚、タグの先頭領域にあるダミーをフラグ
がCPU26のキャッシュラインにアラインするような
データサイズを持たせると、キャッシュシステムを持つ
CPU26ではフラグに対してアクセスが速くなるの
で、ダミーの量を調整しておくことでCPU26の処理
の高速化を図ることができる。
If the dummy in the head area of the tag has a data size such that the flag aligns with the cache line of the CPU 26, the CPU 26 having the cache system can access the flag faster, so the amount of dummy It is possible to speed up the processing of the CPU 26 by adjusting the.

【0047】[0047]

【発明の効果】以上説明したように本発明は、トランス
ポートストリームからクロックと前記トランスポートパ
ケットの同期位置とを検出するクロック再生同期検出手
段と、パケット識別情報で前記トランスポートパケット
を選別するPIDフィルタと、映像データを含むトラン
スポートパケットを格納して時間軸変換する手段と、音
声データを含むトランスポートパケットを格納して時間
軸変換する手段とを含むトランスポートストリーム復号
装置において、PIDフィルタから出力されるトランス
ポートパケットにセクションのテーブルIDをも含む先
頭部分のデータから指定されたセクションが含まれてい
るかを判定し、その判定情報をタグ用レジスタに格納
し、トランスポートパケットを格納して時間軸変換し、
その時間軸変換されたトランスポートパケットに前記タ
グ用レジスタの出力を付加し、トランスポートパケット
とタグ用レジスタのデータ量とのカウント値に基づいて
タグ用レジスタの出力が付加されたトランスポートパケ
ットを蓄積する記憶手段における転送先を定めて転送す
ることによって、指定するセクションが連続して伝送さ
れる場合であっても、データの取りこぼしなく、CPU
がセクションを読取ることができるという効果が得られ
る。
As described above, according to the present invention, the clock reproduction synchronization detecting means for detecting the clock and the synchronization position of the transport packet from the transport stream, and the PID for selecting the transport packet by the packet identification information. In a transport stream decoding device including a filter, means for storing transport packets containing video data and time-axis conversion, and means for storing transport packets containing audio data and time-axis conversion It is determined whether the specified transport section is included in the output transport packet, which includes the table ID of the section, and the determination information is stored in the tag register, and the transport packet is stored. Time axis conversion,
The output of the tag register is added to the transport packet whose time axis has been converted, and the transport packet to which the output of the tag register is added is added based on the count value of the transport packet and the data amount of the tag register. By determining the transfer destination in the storage means for storing and transferring the data, even if the specified section is continuously transmitted, the data is not lost and the CPU
Has the effect that the section can be read.

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

【図1】本発明の一実施例によるトランスポートストリ
ーム復号装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a transport stream decoding device according to an embodiment of the present invention.

【図2】図1のCPUが管理するRAM上に書込むデー
タ構造を示す図である。
FIG. 2 is a diagram showing a data structure to be written in a RAM managed by the CPU of FIG.

【図3】図2のデータ構造中のディスクリプタ領域の構
造を示す図である。
FIG. 3 is a diagram showing a structure of a descriptor area in the data structure of FIG.

【図4】図2のデータ構造中のデータ領域の構造を示す
図である。
FIG. 4 is a diagram showing a structure of a data area in the data structure of FIG.

【図5】図4のデータ領域のタグの構造を示す図であ
る。
5 is a diagram showing the structure of a tag in the data area of FIG.

【図6】図6は本発明の一実施例によるトランスポート
ストリームによる多重化の概念を示す図である。
FIG. 6 is a diagram showing a concept of multiplexing by a transport stream according to an embodiment of the present invention.

【図7】本発明の一実施例によるエレメンタリストリー
ムとトランスポートストリームとの関係を示す図であ
る。
FIG. 7 is a diagram showing a relationship between an elementary stream and a transport stream according to an embodiment of the present invention.

【図8】本発明の一実施例によるセクションとトランス
ポートストリームとの関係を示す図である。
FIG. 8 is a diagram showing a relationship between a section and a transport stream according to an embodiment of the present invention.

【図9】本発明の一実施例によるトランスポートストリ
ーム復号装置の動作を示すフローチャートである。
FIG. 9 is a flowchart showing an operation of the transport stream decoding device according to the embodiment of the present invention.

【図10】本発明の一実施例によるトランスポートスト
リーム復号装置の動作を示すフローチャートである。
FIG. 10 is a flowchart showing an operation of the transport stream decoding device according to the embodiment of the present invention.

【図11】従来のトランスポートストリーム復号装置の
構成を示すブロック図である。
FIG. 11 is a block diagram showing a configuration of a conventional transport stream decoding device.

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

11 PIDフィルタ 12 クロック再生同期検出部 13 フィルタ通過指定レジスタ 14 セクション判定器 15 タグ用レジスタ 16〜18 FIFO 19 転送データカウンタ 20 切替器 21 DMA 22 CPUインタフェース 23 ディスクリプタ用レジスタ 24 MPEGビデオ復号器 25 MPEGオーディオ復号器 26 CPU 27,28 RAM 29 割込み制御器 11 PID filter 12 Clock recovery synchronization detector 13 Filter pass designation register 14 section judge 15 Tag register 16-18 FIFO 19 Transfer data counter 20 switch 21 DMA 22 CPU interface 23 Descriptor register 24 MPEG video decoder 25 MPEG Audio Decoder 26 CPU 27,28 RAM 29 Interrupt controller

フロントページの続き Fターム(参考) 5C052 CC11 GA07 GE05 GF01 5C053 GA07 GA11 GB37 JA07 JA21 JA26 KA08 5C059 MA00 RB10 RC01 RC02 RC03 RC04 SS02 UA05 UA09 UA30 UA34 5C063 AB03 AB07 CA11 CA16 Continued front page    F-term (reference) 5C052 CC11 GA07 GE05 GF01                 5C053 GA07 GA11 GB37 JA07 JA21                       JA26 KA08                 5C059 MA00 RB10 RC01 RC02 RC03                       RC04 SS02 UA05 UA09 UA30                       UA34                 5C063 AB03 AB07 CA11 CA16

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 トランスポートストリームからクロック
と前記トランスポートパケットの同期位置とを検出する
クロック再生同期検出手段と、パケット識別情報で前記
トランスポートパケットを選別するPIDフィルタと、
映像データを含むトランスポートパケットを格納して時
間軸変換する手段と、音声データを含むトランスポート
パケットを格納して時間軸変換する手段とを含むトラン
スポートストリーム復号装置であって、前記PIDフィ
ルタから出力されるトランスポートパケットにセクショ
ンのテーブルIDをも含む先頭部分のデータから指定さ
れたセクションが含まれているかを判定するセクション
判定手段と、前記セクション判定手段の判定情報を格納
するタグ用レジスタと、前記トランスポートパケットと
前記タグ用レジスタのデータ量とをカウントする転送デ
ータカウンタと、前記トランスポートパケットを格納し
て時間軸変換する手段と、その時間軸変換されたトラン
スポートパケットに前記タグ用レジスタの出力を付加す
る付加手段と、前記付加手段の出力を蓄積する記憶手段
と、前記転送データカウンタのカウント値に基づいて前
記記憶手段における前記付加手段の出力の転送先を定め
て転送する転送手段とを有することを特徴とするトラン
スポートストリーム復号装置。
1. A clock reproduction synchronization detecting means for detecting a clock and a synchronization position of the transport packet from a transport stream, and a PID filter for selecting the transport packet by packet identification information.
What is claimed is: 1. A transport stream decoding device comprising: means for storing a transport packet containing video data for time-axis conversion; and means for storing a transport packet containing audio data and time-axis conversion. Section determining means for determining whether the output transport packet includes a specified section from the data of the head portion that also includes the table ID of the section, and a tag register for storing the determination information of the section determining means. A transfer data counter that counts the transport packet and the amount of data in the tag register, a unit that stores the transport packet and performs time-axis conversion, and the time-axis-converted transport packet for the tag Adding means to add the output of the register, A transport means for storing the output of the adding means, and a transfer means for determining a transfer destination of the output of the adding means in the storage means based on the count value of the transfer data counter and transferring the transfer destination. Stream decoding device.
【請求項2】 前記記憶手段は、中央処理装置の読取り
領域と、前記転送手段の書込み領域と、前記転送手段の
書込み予備領域とを少なくとも含むことを特徴とする請
求項1記載のトランスポートストリーム復号装置。
2. The transport stream according to claim 1, wherein the storage means includes at least a read area of the central processing unit, a write area of the transfer means, and a write reserve area of the transfer means. Decoding device.
【請求項3】 前記転送手段は、前記記憶手段の書込み
領域への書込みを終了した時に書込み終了を前記中央処
理装置に通知するとともに、前記記憶手段の書込み予備
領域への書込みに移行することで前記書込み領域を前記
読取り領域とすることを特徴とする請求項2記載のトラ
ンスポートストリーム復号装置。
3. The transfer means notifies the central processing unit of the end of writing when writing to the write area of the storage means is finished, and shifts to writing to the write reserve area of the storage means. The transport stream decoding device according to claim 2, wherein the writing area is the reading area.
【請求項4】 前記PIDフィルタ及び前記セクション
判定手段の通過を指定する情報を格納するフィルタ通過
指定レジスタと、前記セクション判定手段の判定情報を
格納するディスクリプタ用レジスタとを含み、前記フィ
ルタ通過指定レジスタで指定されたセクションの位置を
前記ディスクリプタ用レジスタの内容と前記タグ用レジ
スタの内容とから求めることを特徴とする請求項1から
請求項3のいずれか記載のトランスポートストリーム復
号装置。
4. The filter pass designation register, comprising: a filter pass designation register that stores information that designates passage of the PID filter and the section determination means; and a descriptor register that stores determination information of the section determination means. 4. The transport stream decoding device according to claim 1, wherein the position of the section designated by is determined from the contents of the descriptor register and the contents of the tag register.
【請求項5】 前記付加手段は、前記トランスポートパ
ケットを時間軸変換する手段の出力と前記タグ用レジス
タの出力とを切替えることで前記時間軸変換されたトラ
ンスポートパケットに前記タグ用レジスタの出力を付加
するようにしたことを特徴とする請求項1から請求項4
のいずれか記載のトランスポートストリーム復号装置。
5. The addition means switches the output of the means for time-axis conversion of the transport packet and the output of the tag register to output the tag register to the time-axis converted transport packet. Claims 1 to 4 are characterized in that
5. The transport stream decoding device according to any one of 1.
【請求項6】 トランスポートストリームからクロック
と前記トランスポートパケットの同期位置とを検出する
クロック再生同期検出手段と、パケット識別情報で前記
トランスポートパケットを選別するPIDフィルタと、
映像データを含むトランスポートパケットを格納して時
間軸変換する手段と、音声データを含むトランスポート
パケットを格納して時間軸変換する手段とを含むトラン
スポートストリーム復号装置のトランスポートストリー
ム復号方法であって、前記PIDフィルタから出力され
るトランスポートパケットにセクションのテーブルID
をも含む先頭部分のデータから指定されたセクションが
含まれているかを判定するステップと、その判定情報を
タグ用レジスタに格納するステップと、前記トランスポ
ートパケットを格納して時間軸変換するステップと、そ
の時間軸変換されたトランスポートパケットに前記タグ
用レジスタの出力を付加するステップと、前記トランス
ポートパケットと前記タグ用レジスタのデータ量とのカ
ウント値に基づいて前記タグ用レジスタの出力が付加さ
れたトランスポートパケットを蓄積する記憶手段におけ
る転送先を定めて転送するステップとを有することを特
徴とするトランスポートストリーム復号方法。
6. A clock reproduction synchronization detecting means for detecting a clock and a synchronization position of the transport packet from a transport stream, and a PID filter for selecting the transport packet based on packet identification information.
A transport stream decoding method for a transport stream decoding device, comprising: means for storing a transport packet containing video data for time-axis conversion; and means for storing a transport packet containing audio data and time-axis conversion. The table ID of the section in the transport packet output from the PID filter.
A step of determining whether the specified section is included from the data of the beginning part including the following, a step of storing the determination information in a tag register, and a step of storing the transport packet and performing time axis conversion. Adding the output of the tag register to the transport packet whose time axis has been converted, and adding the output of the tag register based on the count value of the transport packet and the data amount of the tag register. And a transfer destination in a storage unit that stores the transferred transport packet, and the transfer is performed.
【請求項7】 前記記憶手段は、中央処理装置の読取り
領域と、前記転送手段の書込み領域と、前記転送手段の
書込み予備領域とを少なくとも含むことを特徴とする請
求項6記載のトランスポートストリーム復号方法。
7. The transport stream according to claim 6, wherein the storage means includes at least a read area of the central processing unit, a write area of the transfer means, and a write spare area of the transfer means. Decryption method.
【請求項8】 前記転送先を定めて転送するステップ
は、前記記憶手段の書込み領域への書込みを終了した時
に書込み終了を前記中央処理装置に通知するとともに、
前記記憶手段の書込み予備領域への書込みに移行するこ
とで前記書込み領域を前記読取り領域とすることを特徴
とする請求項7記載のトランスポートストリーム復号方
法。
8. The step of deciding and transferring the transfer destination notifies the central processing unit of the end of writing when the writing to the writing area of the storage means is finished,
8. The transport stream decoding method according to claim 7, wherein the writing area is set as the reading area by shifting to writing to the writing spare area of the storage unit.
【請求項9】 前記PIDフィルタ及び前記セクション
判定手段の通過を指定する情報を格納するフィルタ通過
指定レジスタで指定されたセクションの位置を、前記判
定情報を格納するディスクリプタ用レジスタの内容と前
記タグ用レジスタの内容とから求めるようにしたことを
特徴とする請求項6から請求項8のいずれか記載のトラ
ンスポートストリーム復号方法。
9. The position of a section designated by a filter pass designation register storing information designating passage of the PID filter and the section discriminating means, the contents of a descriptor register storing the discrimination information and the tag 9. The transport stream decoding method according to claim 6, wherein the transport stream decoding method is obtained from the contents of a register.
【請求項10】 前記時間軸変換されたトランスポート
パケットに前記タグ用レジスタの出力を付加するステッ
プは、前記時間軸変換されたトランスポートパケットと
前記タグ用レジスタの出力とを切替えるようにしたこと
を特徴とする請求項6から請求項9のいずれか記載のト
ランスポートストリーム復号方法。
10. The step of adding the output of the tag register to the time-axis converted transport packet is configured to switch between the time-axis converted transport packet and the output of the tag register. 10. The transport stream decoding method according to any one of claims 6 to 9.
JP2001361854A 2001-11-28 2001-11-28 Transport stream decoder and transport stream decoding method Pending JP2003163900A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001361854A JP2003163900A (en) 2001-11-28 2001-11-28 Transport stream decoder and transport stream decoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001361854A JP2003163900A (en) 2001-11-28 2001-11-28 Transport stream decoder and transport stream decoding method

Publications (1)

Publication Number Publication Date
JP2003163900A true JP2003163900A (en) 2003-06-06

Family

ID=19172449

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001361854A Pending JP2003163900A (en) 2001-11-28 2001-11-28 Transport stream decoder and transport stream decoding method

Country Status (1)

Country Link
JP (1) JP2003163900A (en)

Similar Documents

Publication Publication Date Title
JP3641336B2 (en) Data separator
KR0152916B1 (en) Data synchronization apparatus and method thereof
JP3633884B2 (en) Playback image transmission device
GB2362789A (en) System and method for searching patterns in real-time over a shared medium
JPH11112454A (en) Mpeg ii system with peg decoder
US6278838B1 (en) Peak-ahead FIFO for DVD system stream parsing
US5818547A (en) Timing detection device and method
JP2001103444A (en) Packet encryption device and program recording medium
US7697537B2 (en) System and method for using generic comparators with firmware interface to assist video/audio decoders in achieving frame sync
JP2003283499A (en) Data transfer controller, electronic equipment and data transfer control method
JP4750730B2 (en) Data analysis apparatus and data analysis method
US6035096A (en) Video/audio decoding and reproducing apparatus and method
US6625218B1 (en) Audio/video separator including a user data start address register
JP4428779B2 (en) Data multiplexer
JPH1198099A (en) Method and device for multiplexing data
JP2003163900A (en) Transport stream decoder and transport stream decoding method
US20050117888A1 (en) Video and audio reproduction apparatus
US6556626B1 (en) MPEG decoder, MPEG system decoder and MPEG video decoder
US8135046B2 (en) Method and apparatus for demultiplexing, merging, and duplicating packetized elementary stream/program stream/elementary stream data
US6341198B1 (en) System for byte packing multiple data channels in an MPEG/DVD system
JP2006050078A (en) Data transfer control apparatus and electronic equipment
JP3123366B2 (en) Information storage management device
JP2003163890A (en) Data transfer controller and electronic device
JP2001111610A (en) Receiver for information data transmission system
US7072572B2 (en) Method of and apparatus for merging bit streams for seamless reproduction, and recording medium for recording control information for bit stream merging

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060314

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060704