Searched refs:ReadBits (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_m4v_config_parser.cpp | 145 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code in iDecodeVOLHeader() 147 ReadBits(psBits, 8, &codeword); in iDecodeVOLHeader() 160 ReadBits(psBits, 32, &codeword); in iDecodeVOLHeader() 164 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() 169 ReadBits(psBits, 4, &codeword); in iDecodeVOLHeader() 171 ReadBits(psBits, 3, &codeword); in iDecodeVOLHeader() 174 ReadBits(psBits, 4, &codeword); in iDecodeVOLHeader() 178 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() 182 ReadBits(psBits, 3, &codeword); in iDecodeVOLHeader() 184 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() [all …]
|
D | intel_m4v_config_parser.h | 72 int16 ReadBits(
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code in iDecodeVOLHeader() 142 ReadBits(psBits, 8, &codeword); in iDecodeVOLHeader() 155 ReadBits(psBits, 32, &codeword); in iDecodeVOLHeader() 159 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() 164 ReadBits(psBits, 4, &codeword); in iDecodeVOLHeader() 166 ReadBits(psBits, 3, &codeword); in iDecodeVOLHeader() 169 ReadBits(psBits, 4, &codeword); in iDecodeVOLHeader() 173 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() 177 ReadBits(psBits, 3, &codeword); in iDecodeVOLHeader() 179 ReadBits(psBits, 1, &codeword); in iDecodeVOLHeader() [all …]
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 83 int16 ReadBits(
|