Home
last modified time | relevance | path

Searched refs:noReordering (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.h93 u32 noReordering; member
107 u32 noReordering);
115 u32 noReordering);
Dh264bsd_dpb.c581 if (dpb->noReordering) in Mmcop6()
661 toBeDisplayed = dpb->noReordering ? HANTRO_FALSE : HANTRO_TRUE; in h264bsdMarkDecRefPic()
671 if (!dpb->noReordering) in h264bsdMarkDecRefPic()
686 if (mark->noOutputOfPriorPicsFlag || dpb->noReordering) in h264bsdMarkDecRefPic()
805 if (dpb->noReordering) in h264bsdMarkDecRefPic()
986 u32 noReordering) in h264bsdInitDpb() argument
1003 if (noReordering) in h264bsdInitDpb()
1008 dpb->noReordering = noReordering; in h264bsdInitDpb()
1066 u32 noReordering) in h264bsdResetDpb() argument
1080 maxFrameNum, noReordering); in h264bsdResetDpb()
[all …]
Dh264bsd_storage.h111 u32 noReordering; member
Dh264bsd_decoder.c109 pStorage->noReordering = HANTRO_TRUE; in h264bsdInit()
372 (pStorage->dpb->noReordering) || in h264bsdDecode()
Dh264bsd_storage.c362 if ( pStorage->noReordering || in h264bsdActivateParamSets()