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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 86 i32 picOrderCnt;
163 /* compute picOrderCntMsb (stored in picOrderCnt variable) */
168 picOrderCnt = poc->prevPicOrderCntMsb +
175 picOrderCnt = poc->prevPicOrderCntMsb -
179 picOrderCnt = poc->prevPicOrderCntMsb;
185 poc->prevPicOrderCntMsb = picOrderCnt;
187 /* compute top field order cnt (stored in picOrderCnt) */
188 picOrderCnt += (i32)pSliceHeader->picOrderCntLsb;
193 picOrderCnt += pSliceHeader->deltaPicOrderCntBottom;
205 /* prevPicOrderCntLsb should be the top field picOrderCnt
    [all...]
h264bsd_dpb.h 61 i32 picOrderCnt;
134 i32 picOrderCnt,
h264bsd_dpb.c 102 static u32 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt,
546 static u32 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt,
579 dpb->currentOut->picOrderCnt = picOrderCnt;
610 picOrderCnt picture order count for the current picture
633 i32 picOrderCnt,
649 ASSERT(!isIdr || (frameNum == 0 && picOrderCnt == 0));
669 dpb->currentOut->picOrderCnt = picOrderCnt;
704 dpb->currentOut->picOrderCnt = 0
    [all...]
h264bsd_decoder.c 158 i32 picOrderCnt;
478 picOrderCnt = h264bsdDecodePicOrderCnt(pStorage->poc,
488 picOrderCnt,
499 picOrderCnt,

Completed in 189 milliseconds