HomeSort by relevance Sort by last modified time
    Searched defs:ReadBits (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 145 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
147 ReadBits(psBits, 8, &codeword);
160 ReadBits(psBits, 32, &codeword);
164 ReadBits(psBits, 1, &codeword);
169 ReadBits(psBits, 4, &codeword);
171 ReadBits(psBits, 3, &codeword);
174 ReadBits(psBits, 4, &codeword);
178 ReadBits(psBits, 1, &codeword);
182 ReadBits(psBits, 3, &codeword);
184 ReadBits(psBits, 1, &codeword)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 140 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
142 ReadBits(psBits, 8, &codeword);
155 ReadBits(psBits, 32, &codeword);
159 ReadBits(psBits, 1, &codeword);
164 ReadBits(psBits, 4, &codeword);
166 ReadBits(psBits, 3, &codeword);
169 ReadBits(psBits, 4, &codeword);
173 ReadBits(psBits, 1, &codeword);
177 ReadBits(psBits, 3, &codeword);
179 ReadBits(psBits, 1, &codeword)
    [all...]

Completed in 74 milliseconds