Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c420 for (i = 0; i < dpb->maxRefFrames; i++) in Mmcop3()
470 for (i = 0; i < dpb->maxRefFrames; i++) in Mmcop4()
564 for (i = 0; i < dpb->maxRefFrames; i++) in Mmcop6()
575 if (dpb->numRefFrames < dpb->maxRefFrames) in Mmcop6()
781 if (dpb->numRefFrames < dpb->maxRefFrames) in h264bsdMarkDecRefPic()
919 if (dpb->numRefFrames < dpb->maxRefFrames) in SlidingWindowRefPicMarking()
984 u32 maxRefFrames, in h264bsdInitDpb() argument
996 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS); in h264bsdInitDpb()
997 ASSERT(maxRefFrames <= dpbSize); in h264bsdInitDpb()
1002 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
[all …]
Dh264bsd_dpb.h85 u32 maxRefFrames; member