HomeSort by relevance Sort by last modified time
    Searched refs:profilelevel (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/utilities/m4v_config_parser/include/
m4v_config_parser.h 85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 99 int32 *profilelevel);
  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 135 int32 profilelevel = 0; // dummy value discarded here local
136 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
143 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
150 *profilelevel = 0x0000FFFF; // init to some invalid value. When this value is returned, then no profilelevel info is available
162 *profilelevel = (int) codeword;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 118 int32 profilelevel = 0; // dummy value discarded here local
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
133 *profilelevel = 0x0000FFFF; // init to some invalid value. When this value is returned, then no profilelevel info is available
145 *profilelevel = (int) codeword;
    [all...]

Completed in 196 milliseconds