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

  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 293 M4OSA_UInt32 ui32TempBuff;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 216 /* Measure the quantity of bits to be read in ui32TempBuff */
217 ui32RetBits = p_bs->ui32TempBuff >> (32 - numBits);
219 /* Read numBits in ui32TempBuff */
220 p_bs->ui32TempBuff <<= numBits;
228 { /* at least one byte can be buffered in ui32TempBuff */
232 { /* not enough remaining bits in ui32TempBuff: need to be filled */
245 p_bs->ui32TempBuff |= *(pbs)++ << (24 - bcnt);
272 p_bs->ui32TempBuff <<= numBits;
280 { /* at least one byte can be buffered in ui32TempBuff */
284 { /* Not enough remaining bits in ui32TempBuff: need to be filled *
    [all...]

Completed in 564 milliseconds