Home | History | Annotate | Download | only in source

Lines Matching refs:dpb

244                     h264bsdAllocateDpbImage(pStorage->dpb);
245 h264bsdInitRefPicList(pStorage->dpb);
372 (pStorage->dpb->noReordering) ||
378 pStorage->dpb->flushed = 0;
382 h264bsdFlushDpb(pStorage->dpb);
409 tmp = h264bsdCheckGapsInFrameNum(pStorage->dpb,
422 h264bsdAllocateDpbImage(pStorage->dpb);
433 h264bsdInitRefPicList(pStorage->dpb);
434 tmp = h264bsdReorderRefPicList(pStorage->dpb,
485 tmp = h264bsdMarkDecRefPic(pStorage->dpb,
497 tmp = h264bsdMarkDecRefPic(pStorage->dpb, NULL,
570 h264bsdFreeDpb(pStorage->dpb);
608 pOut = h264bsdDpbOutputPicture(pStorage->dpb);
697 Flush the decoded picture buffer, see dpb.c for details
713 h264bsdFlushDpb(pStorage->dpb);