Searched refs:currentOut (Results 1 – 2 of 2) sorted by relevance
578 dpb->currentOut->frameNum = frameNum; in Mmcop6()579 dpb->currentOut->picNum = (i32)longTermFrameIdx; in Mmcop6()580 dpb->currentOut->picOrderCnt = picOrderCnt; in Mmcop6()581 dpb->currentOut->status = LONG_TERM; in Mmcop6()583 dpb->currentOut->toBeDisplayed = HANTRO_FALSE; in Mmcop6()585 dpb->currentOut->toBeDisplayed = HANTRO_TRUE; in Mmcop6()653 if (image->data != dpb->currentOut->data) in h264bsdMarkDecRefPic()667 dpb->currentOut->status = UNUSED; in h264bsdMarkDecRefPic()668 dpb->currentOut->frameNum = frameNum; in h264bsdMarkDecRefPic()669 dpb->currentOut->picNum = (i32)frameNum; in h264bsdMarkDecRefPic()[all …]
81 dpbPicture_t *currentOut; member