Searched refs:codeword (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp129 uint32 codeword; local
135 ShowBits(psBits, 32, &codeword);
137 if (codeword == VISUAL_OBJECT_SEQUENCE_START_CODE)
140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
142 ReadBits(psBits, 8, &codeword);
145 *profilelevel = (int) codeword;
147 ShowBits(psBits, 32, &codeword);
148 if (codeword == USER_DATA_START_CODE)
155 ReadBits(psBits, 32, &codeword);
156 if (codeword !
449 uint32 codeword; local
777 uint32 codeword; local
[all...]

Completed in 18 milliseconds