Searched defs:bitPos (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_m4v_config_parser.h68 uint32 bitPos; member in struct:__anon1489
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dmp4_utils.h156 uint8 bitPos; member in struct:MP4_Utils::posInfoType
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp109 psBits.bitPos = 32;
631 uint32 bitPos = pStream->bitPos; local
636 if (ucNBits > (32 - bitPos)) /* not enough bits */
639 bitPos = dataBitPos & 7; /* update bit position */
655 pStream->bitPos = bitPos;
658 bitPos += ucNBits;
660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
673 uint32 bitPos local
705 uint32 bitPos = pStream->bitPos; local
741 uint32 bitPos = pStream->bitPos; local
[all...]

Completed in 126 milliseconds