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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp108 psBits.bitBuf = 0;
642 pStream->bitBuf = 0;
645 pStream->bitBuf |= pStream->data[dataBytePos+i];
646 pStream->bitBuf <<= 8;
648 pStream->bitBuf <<= 8 * (3 - i);
653 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
688 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
722 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3];
728 *pulOutData = (pStream->bitBuf >> (3
[all...]
H A Dti_video_config_parser.cpp78 psBits.bitBuf = 0;
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_m4v_config_parser.h66 uint32 bitBuf; member in struct:__anon2142
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp59 uint32 bitBuf = local
62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp60 uint32 bitBuf = local
63 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);

Completed in 139 milliseconds