Lines Matching refs:H264Picture
45 virtual scoped_refptr<H264Picture> CreateH264Picture() = 0;
59 const H264Picture::Vector& ref_pic_listp0,
60 const H264Picture::Vector& ref_pic_listb0,
61 const H264Picture::Vector& ref_pic_listb1,
62 const scoped_refptr<H264Picture>& pic) = 0;
75 const H264Picture::Vector& ref_pic_list0,
76 const H264Picture::Vector& ref_pic_list1,
77 const scoped_refptr<H264Picture>& pic,
85 virtual bool SubmitDecode(const scoped_refptr<H264Picture>& pic) = 0;
93 virtual bool OutputPicture(const scoped_refptr<H264Picture>& pic) = 0;
152 bool InitNonexistingPicture(scoped_refptr<H264Picture> pic, int frame_num);
156 bool CalculatePicOrderCounts(scoped_refptr<H264Picture> pic);
168 H264Picture::Vector* ref_pic_list0,
169 H264Picture::Vector* ref_pic_list1);
177 int PicNumF(const scoped_refptr<H264Picture>& pic);
178 int LongTermPicNumF(const scoped_refptr<H264Picture>& pic);
186 H264Picture::Vector* ref_pic_listx);
191 bool HandleMemoryManagementOps(scoped_refptr<H264Picture> pic);
192 bool ReferencePictureMarking(scoped_refptr<H264Picture> pic);
210 bool FinishPicture(scoped_refptr<H264Picture> pic);
221 void OutputPic(scoped_refptr<H264Picture> pic);
236 scoped_refptr<H264Picture> curr_pic_;
239 H264Picture::Vector ref_pic_list_p0_;
240 H264Picture::Vector ref_pic_list_b0_;
241 H264Picture::Vector ref_pic_list_b1_;
259 H264Picture::Field prev_ref_field_;