Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dcombined_decode.cpp56 int valid_stuffing; in DecodeFrameCombinedMode() local
224 valid_stuffing = validStuffing_h263(stream); in DecodeFrameCombinedMode()
225 if (valid_stuffing == 0) in DecodeFrameCombinedMode()
236 valid_stuffing = validStuffing_h263(stream); in DecodeFrameCombinedMode()
237 if (valid_stuffing) in DecodeFrameCombinedMode()
250 valid_stuffing = validStuffing(stream); in DecodeFrameCombinedMode()
251 if (valid_stuffing == 0) in DecodeFrameCombinedMode()
266 valid_stuffing = validStuffing(stream); in DecodeFrameCombinedMode()
267 if (valid_stuffing) in DecodeFrameCombinedMode()
Ddatapart_decode.cpp150 Bool valid_stuffing; in DecodeDataPart_I_VideoPacket() local
280 valid_stuffing = validStuffing(stream); in DecodeDataPart_I_VideoPacket()
281 if (!valid_stuffing) in DecodeDataPart_I_VideoPacket()
312 Bool valid_stuffing; in DecodeDataPart_P_VideoPacket() local
493 valid_stuffing = validStuffing(stream); /* */ in DecodeDataPart_P_VideoPacket()
494 if (!valid_stuffing) in DecodeDataPart_P_VideoPacket()