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.c421 for (i = 0; i < dpb->maxRefFrames; i++) in Mmcop3()
471 for (i = 0; i < dpb->maxRefFrames; i++) in Mmcop4()
565 for (i = 0; i < dpb->maxRefFrames; i++) in Mmcop6()
576 if (dpb->numRefFrames < dpb->maxRefFrames) in Mmcop6()
782 if (dpb->numRefFrames < dpb->maxRefFrames) in h264bsdMarkDecRefPic()
920 if (dpb->numRefFrames < dpb->maxRefFrames) in SlidingWindowRefPicMarking()
985 u32 maxRefFrames, in h264bsdInitDpb() argument
997 ASSERT(maxRefFrames <= MAX_NUM_REF_PICS); in h264bsdInitDpb()
998 ASSERT(maxRefFrames <= dpbSize); in h264bsdInitDpb()
1010 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
[all …]
Dh264bsd_dpb.h85 u32 maxRefFrames; member