Home
last modified time | relevance | path

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

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