Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_header.h118 u32 redundantPicCnt; member
177 u32 *redundantPicCnt);
Dh264bsd_slice_header.c252 pSliceHeader->redundantPicCnt = value; in h264bsdDecodeSliceHeader()
1268 u32 *redundantPicCnt) in h264bsdCheckRedundantPicCnt() argument
1282 ASSERT(redundantPicCnt); in h264bsdCheckRedundantPicCnt()
1367 tmp = h264bsdDecodeExpGolombUnsigned(tmpStrmData, redundantPicCnt); in h264bsdCheckRedundantPicCnt()
Dh264bsd_slice_data.c133 if (!pSliceHeader->redundantPicCnt && pStorage->mb[currMbAddr].decoded) in h264bsdDecodeSliceData()
Dh264bsd_storage.c537 if (!pStorage->sliceHeader[0].redundantPicCnt) in h264bsdIsEndOfPicture()