Searched refs:codeword (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 129 uint32 codeword; in iDecodeVOLHeader() local 135 ShowBits(psBits, 32, &codeword); in iDecodeVOLHeader() 137 if (codeword == VISUAL_OBJECT_SEQUENCE_START_CODE) in iDecodeVOLHeader() 140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code in iDecodeVOLHeader() 142 ReadBits(psBits, 8, &codeword); in iDecodeVOLHeader() 145 *profilelevel = (int) codeword; in iDecodeVOLHeader() 147 ShowBits(psBits, 32, &codeword); in iDecodeVOLHeader() 148 if (codeword == USER_DATA_START_CODE) in iDecodeVOLHeader() 155 ReadBits(psBits, 32, &codeword); in iDecodeVOLHeader() 156 if (codeword != VISUAL_OBJECT_START_CODE) return MP4_INVALID_VOL_PARAM; in iDecodeVOLHeader() [all …]
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_m4v_config_parser.cpp | 134 uint32 codeword; in iDecodeVOLHeader() local 140 ShowBits(psBits, 32, &codeword); in iDecodeVOLHeader() 142 if (codeword == VISUAL_OBJECT_SEQUENCE_START_CODE) in iDecodeVOLHeader() 145 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code in iDecodeVOLHeader() 147 ReadBits(psBits, 8, &codeword); in iDecodeVOLHeader() 150 *profilelevel = (int) codeword; in iDecodeVOLHeader() 152 ShowBits(psBits, 32, &codeword); in iDecodeVOLHeader() 153 if (codeword == USER_DATA_START_CODE) in iDecodeVOLHeader() 160 ReadBits(psBits, 32, &codeword); in iDecodeVOLHeader() 161 if (codeword != VISUAL_OBJECT_START_CODE) return MP4_INVALID_VOL_PARAM; in iDecodeVOLHeader() [all …]
|