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

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 140 ShowBits(psBits, 32, &codeword);
152 ShowBits(psBits, 32, &codeword);
216 ShowBits(psBits, 32, &codeword);
222 ShowBits(psBits, 27, &codeword);
226 ShowBits(psBits, 27, &codeword);
401 ShowBits(psBits, SHORT_VIDEO_START_MARKER_LENGTH, &codeword);
439 ShowBits(psBits, 22, &codeword);
608 int16 ShowBits(
767 iErrorStat = ShowBits(pStream, 24, &codeword);
775 iErrorStat = ShowBits(pStream, 24, &codeword)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 135 ShowBits(psBits, 32, &codeword);
147 ShowBits(psBits, 32, &codeword);
211 ShowBits(psBits, 32, &codeword);
217 ShowBits(psBits, 27, &codeword);
221 ShowBits(psBits, 27, &codeword);
414 ShowBits(psBits, SHORT_VIDEO_START_MARKER_LENGTH, &codeword);
454 ShowBits(psBits, 22, &codeword);
623 int16 ShowBits(
782 iErrorStat = ShowBits(pStream, 24, &codeword);
790 iErrorStat = ShowBits(pStream, 24, &codeword)
    [all...]

Completed in 730 milliseconds