Searched refs:VP8Picture (Results 1 – 4 of 4) sorted by relevance
43 virtual scoped_refptr<VP8Picture> CreateVP8Picture() = 0;50 virtual bool SubmitDecode(const scoped_refptr<VP8Picture>& pic,52 const scoped_refptr<VP8Picture>& last_frame,53 const scoped_refptr<VP8Picture>& golden_frame,54 const scoped_refptr<VP8Picture>& alt_frame) = 0;62 virtual bool OutputPicture(const scoped_refptr<VP8Picture>& pic) = 0;95 scoped_refptr<VP8Picture> curr_pic_;96 scoped_refptr<VP8Picture> last_frame_;97 scoped_refptr<VP8Picture> golden_frame_;98 scoped_refptr<VP8Picture> alt_frame_;
17 class VP8Picture : public base::RefCountedThreadSafe<VP8Picture> {19 VP8Picture();27 friend class base::RefCountedThreadSafe<VP8Picture>;28 virtual ~VP8Picture();30 DISALLOW_COPY_AND_ASSIGN(VP8Picture);
10 VP8Picture::VP8Picture() {} in VP8Picture() function in media::VP8Picture12 VP8Picture::~VP8Picture() {} in ~VP8Picture()14 V4L2VP8Picture* VP8Picture::AsV4L2VP8Picture() { in AsV4L2VP8Picture()
114 scoped_refptr<VP8Picture> curr_golden = golden_frame_; in RefreshReferenceFrames()