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

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp743 uint32 leftBits; local
745 leftBits = 8 - (dataBitPos & 0x7);
746 if (leftBits == 8)
756 dataBitPos += leftBits;
757 bitPos += leftBits;

Completed in 4 milliseconds