Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_decoder.c175 if (pStorage->prevBufNotFinished && byteStrm == pStorage->prevBufPointer) in h264bsdDecode()
195 pStorage->prevBufNotFinished = HANTRO_FALSE; in h264bsdDecode()
257 pStorage->prevBufNotFinished = HANTRO_TRUE; in h264bsdDecode()
354 pStorage->prevBufNotFinished = HANTRO_TRUE; in h264bsdDecode()
Dh264bsd_storage.h135 u32 prevBufNotFinished; member