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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c129 u32 stuffingLength; local
136 stuffingLength = 8 - pStrmData->bitPosInWord;
138 stuffing = h264bsdGetBits(pStrmData, stuffingLength);
142 if (stuffing != stuffingTable[stuffingLength - 1])

Completed in 144 milliseconds