Lines Matching refs:scoped_refptr
45 virtual scoped_refptr<H264Picture> CreateH264Picture() = 0;
62 const scoped_refptr<H264Picture>& pic) = 0;
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);
177 int PicNumF(const scoped_refptr<H264Picture>& pic);
178 int LongTermPicNumF(const scoped_refptr<H264Picture>& pic);
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_;