Lines Matching refs:VP9Decoder
16 VP9Decoder::VP9Accelerator::VP9Accelerator() {} in VP9Accelerator()
18 VP9Decoder::VP9Accelerator::~VP9Accelerator() {} in ~VP9Accelerator()
20 VP9Decoder::VP9Decoder(VP9Accelerator* accelerator) in VP9Decoder() function in media::VP9Decoder
27 VP9Decoder::~VP9Decoder() {} in ~VP9Decoder()
29 void VP9Decoder::SetStream(const uint8_t* ptr, size_t size) { in SetStream()
37 bool VP9Decoder::Flush() { in Flush()
43 void VP9Decoder::Reset() { in Reset()
54 VP9Decoder::DecodeResult VP9Decoder::Decode() { in Decode()
162 void VP9Decoder::RefreshReferenceFrames(const scoped_refptr<VP9Picture>& pic) { in RefreshReferenceFrames()
170 void VP9Decoder::UpdateFrameContext( in UpdateFrameContext()
185 bool VP9Decoder::DecodeAndOutputPicture(scoped_refptr<VP9Picture> pic) { in DecodeAndOutputPicture()
193 done_cb = base::Bind(&VP9Decoder::UpdateFrameContext, in DecodeAndOutputPicture()
210 void VP9Decoder::SetError() { in SetError()
215 Size VP9Decoder::GetPicSize() const { in GetPicSize()
219 size_t VP9Decoder::GetRequiredNumOfPictures() const { in GetRequiredNumOfPictures()