HomeSort by relevance Sort by last modified time
    Searched refs:dataBitPos (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 85 psBits->dataBitPos = psBits->bytePos << 3;
94 uint32 initial_byte_aligned_position = (psBits->dataBitPos + 7) >> 3;
116 psBits.dataBitPos = 0;
144 //DV: this is the wrong way to skip bits, use FLush or Read psBits->dataBitPos += 32;
238 if (psBits->dataBitPos >= (psBits->numBytes << 3))
615 uint32 dataBitPos = pStream->dataBitPos;
623 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */
624 bitPos = dataBitPos & 7; /* update bit position */
657 uint32 dataBitPos = pStream->dataBitPos
    [all...]
intel_m4v_config_parser.h 56 uint32 dataBitPos;
intel_video_config_parser.cpp 80 psBits.dataBitPos = 0;

Completed in 100 milliseconds