Home
last modified time | relevance | path

Searched refs:leftBits (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp743 uint32 leftBits; in ByteAlign() local
745 leftBits = 8 - (dataBitPos & 0x7); in ByteAlign()
746 if (leftBits == 8) in ByteAlign()
756 dataBitPos += leftBits; in ByteAlign()
757 bitPos += leftBits; in ByteAlign()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp728 uint32 leftBits; in ByteAlign() local
730 leftBits = 8 - (dataBitPos & 0x7); in ByteAlign()
731 if (leftBits == 8) in ByteAlign()
741 dataBitPos += leftBits; in ByteAlign()
742 bitPos += leftBits; in ByteAlign()