Home | History | Annotate | Download | only in vda

Lines Matching refs:H264Picture

237   scoped_refptr<H264Picture> CreateH264Picture() override;
242 const H264Picture::Vector& ref_pic_listp0,
243 const H264Picture::Vector& ref_pic_listb0,
244 const H264Picture::Vector& ref_pic_listb1,
245 const scoped_refptr<H264Picture>& pic) override;
249 const H264Picture::Vector& ref_pic_list0,
250 const H264Picture::Vector& ref_pic_list1,
251 const scoped_refptr<H264Picture>& pic,
255 bool SubmitDecode(const scoped_refptr<H264Picture>& pic) override;
256 bool OutputPicture(const scoped_refptr<H264Picture>& pic) override;
263 void H264PictureListToDPBIndicesList(const H264Picture::Vector& src_pic_list,
271 const scoped_refptr<H264Picture>& pic);
347 class V4L2H264Picture : public H264Picture {
1887 scoped_refptr<H264Picture>
1897 H264PictureListToDPBIndicesList(const H264Picture::Vector& src_pic_list,
1901 const scoped_refptr<H264Picture>& pic = src_pic_list[i];
1943 const H264Picture::Vector& ref_pic_listp0,
1944 const H264Picture::Vector& ref_pic_listb0,
1945 const H264Picture::Vector& ref_pic_listb1,
1946 const scoped_refptr<H264Picture>& pic) {
2120 const H264Picture::Vector& ref_pic_list0,
2121 const H264Picture::Vector& ref_pic_list1,
2122 const scoped_refptr<H264Picture>& pic,
2282 const scoped_refptr<H264Picture>& pic) {
2321 const scoped_refptr<H264Picture>& pic) {
2337 H264PictureToV4L2DecodeSurface(const scoped_refptr<H264Picture>& pic) {