Home
last modified time | relevance | path

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

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