Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c577 dpb->currentOut->frameNum = frameNum; in Mmcop6()
578 dpb->currentOut->picNum = (i32)longTermFrameIdx; in Mmcop6()
579 dpb->currentOut->picOrderCnt = picOrderCnt; in Mmcop6()
580 dpb->currentOut->status = LONG_TERM; in Mmcop6()
582 dpb->currentOut->toBeDisplayed = HANTRO_FALSE; in Mmcop6()
584 dpb->currentOut->toBeDisplayed = HANTRO_TRUE; in Mmcop6()
652 if (image->data != dpb->currentOut->data) in h264bsdMarkDecRefPic()
666 dpb->currentOut->status = UNUSED; in h264bsdMarkDecRefPic()
667 dpb->currentOut->frameNum = frameNum; in h264bsdMarkDecRefPic()
668 dpb->currentOut->picNum = (i32)frameNum; in h264bsdMarkDecRefPic()
[all …]
Dh264bsd_dpb.h81 dpbPicture_t *currentOut; member