swdec_shortvideo.h

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

H
69
字号
/*------------------------------------------------------------------------------
--                                                                            --
--       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.          --
--                                                                            --
--------------------------------------------------------------------------------
--
-- MODULE NAME: SwDec_ShortVideo
--
-- DESCRIPTION: short video stream decoding functionality
--
-- PROVIDES:
--  SwDec_DecodeGobLayer
--  SwDec_DecodeShortVideo
--  SwDec_CheckNextGobNumber
--  SwDec_InitShortVideo
--
-------------------------------------------------------------------------------*/


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

    Table of contents
   
    1. Include headers
    2. Module defines
    3. Data types
    4. Function prototypes

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

#ifndef SWDEC_SHORTVIDEO_H
#define SWDEC_SHORTVIDEO_H

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

#include "SwDec_Container.h"

/*------------------------------------------------------------------------------
    2. Module defines
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
    3. Data types
------------------------------------------------------------------------------*/

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

u32 SwDec_DecodeGobLayer(decContainer_t*);
u32 SwDec_DecodeShortVideo(decContainer_t*);
u32 SwDec_CheckNextGobNumber(decContainer_t*);
u32 SwDec_InitShortVideo(decContainer_t*);

#endif

⌨️ 快捷键说明

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