video_hantro_decoder_conf.hi
来自「freescale i.mx31 BSP CE5.0全部源码」· HI 代码 · 共 44 行
HI
44 行
/*------------------------------------------------------------------------------
-- --
-- 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. --
-- --
--------------------------------------------------------------------------------
--
-- Abstract : This module contains definitions for decoder
--
------------------------------------------------------------------------------*/
#ifndef __VIDEO_HANTRO_DECODER_CONF__
#define __VIDEO_HANTRO_DECODER_CONF__
/*------------------------------------------------------------------------------
External compiler flags
--------------------------------------------------------------------------------
MP4DEC_H263_ONLY When this flag is defined the decoder supports
only H.263 decoding (MPEG-4 is disabled)
MP4DEC_TRACE Trace MP4 Decoder API function calls.
MP4DEC_EVALUATION decoder decodes only limited number of frames (400).
MP4DEC_ARM11 Enables ARM11 optimizations.
MP4DEC_UNALIGNED Uses unaligned memory access support.
------------------------------------------------------------------------------*/
#endif /* __VIDEO_HANTRO_DECODER_CONF__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?