Lines Matching defs:pic
100 bool H264Decoder::InitNonexistingPicture(scoped_refptr<H264Picture> pic, in InitNonexistingPicture()
186 bool H264Decoder::CalculatePicOrderCounts(scoped_refptr<H264Picture> pic) { in CalculatePicOrderCounts()
360 for (auto& pic : dpb_) { in UpdatePicNums() local
486 int H264Decoder::PicNumF(const scoped_refptr<H264Picture>& pic) { in PicNumF()
497 int H264Decoder::LongTermPicNumF(const scoped_refptr<H264Picture>& pic) { in LongTermPicNumF()
509 const scoped_refptr<H264Picture>& pic) { in ShiftRightAndInsert()
566 scoped_refptr<H264Picture> pic; in ModifyReferencePicList() local
664 void H264Decoder::OutputPic(scoped_refptr<H264Picture> pic) { in OutputPic()
696 for (auto& pic : to_output) in OutputAllRemainingPics() local
754 bool H264Decoder::HandleMemoryManagementOps(scoped_refptr<H264Picture> pic) { in HandleMemoryManagementOps()
868 bool H264Decoder::ReferencePictureMarking(scoped_refptr<H264Picture> pic) { in ReferencePictureMarking()
921 bool H264Decoder::FinishPicture(scoped_refptr<H264Picture> pic) { in FinishPicture()
1163 scoped_refptr<H264Picture> pic = curr_pic_; in FinishPrevFrameIfPresent() local
1187 scoped_refptr<H264Picture> pic = new H264Picture(); in HandleFrameNumGap() local