encstartcode.h

来自「freescale i.mx31 BSP CE5.0全部源码」· C头文件 代码 · 共 92 行

H
92
字号
/*------------------------------------------------------------------------------
--                                                                            --
--       This software is confidential and proprietary and may be used        --
--        only as expressly authorized by a licensing agreement from          --
--                                                                            --
--                            Hantro Products Oy.                             --
--                                                                            --
--      In the event of publication, the following notice is applicable:      --
--                                                                            --
--                   (C) COPYRIGHT 2004 HANTRO PRODUCTS OY                    --
--                            ALL RIGHTS RESERVED                             --
--                                                                            --
--          The entire notice above must be reproduced on all copies.         --
--                                                                            --
--------------------------------------------------------------------------------
--
--  Description : Encoder internal
--
-------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

    Table of context

    1. Include headers
    2. External compiler flags
    3. Module defines
    4. Function prototypes

------------------------------------------------------------------------------*/
#ifndef __ENC_START_CODE_H__
#define __ENC_START_CODE_H__

/*------------------------------------------------------------------------------
    1. Include headers
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    2. External compiler flags
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
    3. Module defines
------------------------------------------------------------------------------*/
/* Table 6-3 */
/* Start code prefix */
#define START_CODE_PREFIX_VAL       1
#define START_CODE_PREFIX_NUM       24

/* User Data */
#define START_CODE_USER_DATA_VAL    0xB2
#define START_CODE_USER_DATA_NUM    8

/* Visual Object Sequence */
#define START_CODE_VOS_VAL          0xB0
#define START_CODE_VOS_NUM          8

/* Visual Object Sequence End*/
#define START_CODE_VOS_END_VAL      0xB1
#define START_CODE_VOS_END_NUM      8

/* Visual Object */
#define START_CODE_VO_VAL           0xB5
#define START_CODE_VO_NUM           8

/* Video Object Layer */
#define START_CODE_VOL_VAL          0x20
#define START_CODE_VOL_NUM          8

/* Group Of Vop */
#define START_CODE_GOB_VAL          0xB3
#define START_CODE_GOB_NUM          8

/* Video Object */
#define START_CODE_VOB_VAL          0x00
#define START_CODE_VOB_NUM          8

/* Video Object Plane */
#define START_CODE_VOP_VAL          0xB6
#define START_CODE_VOP_NUM          8

/* Short Video Start Marker */
#define START_CODE_SVH_S_VAL        0x20
#define START_CODE_SVH_S_NUM        22

/*------------------------------------------------------------------------------
    4. Function prototypes
------------------------------------------------------------------------------*/

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?