HomeSort by relevance Sort by last modified time
    Searched refs:noReordering (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 93 u32 noReordering;
107 u32 noReordering);
115 u32 noReordering);
h264bsd_dpb.c 581 if (dpb->noReordering)
661 toBeDisplayed = dpb->noReordering ? HANTRO_FALSE : HANTRO_TRUE;
671 if (!dpb->noReordering)
686 if (mark->noOutputOfPriorPicsFlag || dpb->noReordering)
805 if (dpb->noReordering)
958 If noReordering flag is FALSE the DPB stores dpbSize pictures
968 noReordering flag to indicate that DPB does not have to
986 u32 noReordering)
1003 if (noReordering)
1008 dpb->noReordering = noReordering
    [all...]
h264bsd_storage.h 111 u32 noReordering;
h264bsd_decoder.c 109 pStorage->noReordering = HANTRO_TRUE;
372 (pStorage->dpb->noReordering) ||
h264bsd_storage.c 359 * 1) application set noReordering flag
362 if ( pStorage->noReordering ||

Completed in 95 milliseconds