Home
last modified time | relevance | path

Searched refs:VP9Picture (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/vda/
Dvp9_decoder.h48 virtual scoped_refptr<VP9Picture> CreateVP9Picture() = 0;
63 const scoped_refptr<VP9Picture>& pic,
66 const std::vector<scoped_refptr<VP9Picture>>& ref_pictures,
79 virtual bool OutputPicture(const scoped_refptr<VP9Picture>& pic) = 0;
88 virtual bool GetFrameContext(const scoped_refptr<VP9Picture>& pic,
108 void RefreshReferenceFrames(const scoped_refptr<VP9Picture>& pic);
112 bool DecodeAndOutputPicture(scoped_refptr<VP9Picture> pic);
117 const scoped_refptr<VP9Picture>& pic,
138 std::vector<scoped_refptr<VP9Picture>> ref_frames_;
Dvp9_picture.h18 class VP9Picture : public base::RefCounted<VP9Picture> {
20 VP9Picture();
27 friend class base::RefCounted<VP9Picture>;
28 virtual ~VP9Picture();
30 DISALLOW_COPY_AND_ASSIGN(VP9Picture);
Dvp9_picture.cc9 VP9Picture::VP9Picture() {} in VP9Picture() function in media::VP9Picture
11 VP9Picture::~VP9Picture() {} in ~VP9Picture()
13 V4L2VP9Picture* VP9Picture::AsV4L2VP9Picture() { in AsV4L2VP9Picture()
Dvp9_decoder.cc135 scoped_refptr<VP9Picture> pic = accelerator_->CreateVP9Picture(); in Decode()
148 void VP9Decoder::RefreshReferenceFrames(const scoped_refptr<VP9Picture>& pic) { in RefreshReferenceFrames()
157 const scoped_refptr<VP9Picture>& pic, in UpdateFrameContext()
171 bool VP9Decoder::DecodeAndOutputPicture(scoped_refptr<VP9Picture> pic) { in DecodeAndOutputPicture()
Dv4l2_slice_video_decode_accelerator.cc311 scoped_refptr<VP9Picture> CreateVP9Picture() override;
313 bool SubmitDecode(const scoped_refptr<VP9Picture>& pic,
316 const std::vector<scoped_refptr<VP9Picture>>& ref_pictures,
319 bool OutputPicture(const scoped_refptr<VP9Picture>& pic) override;
321 bool GetFrameContext(const scoped_refptr<VP9Picture>& pic,
330 const scoped_refptr<VP9Picture>& pic);
397 class V4L2VP9Picture : public VP9Picture {
2567 scoped_refptr<VP9Picture>
2681 const scoped_refptr<VP9Picture>& pic, in SubmitDecode()
2684 const std::vector<scoped_refptr<VP9Picture>>& ref_pictures, in SubmitDecode()
[all …]