Lines Matching refs:VP8Decoder
10 VP8Decoder::VP8Accelerator::VP8Accelerator() {} in VP8Accelerator()
12 VP8Decoder::VP8Accelerator::~VP8Accelerator() {} in ~VP8Accelerator()
14 VP8Decoder::VP8Decoder(VP8Accelerator* accelerator) in VP8Decoder() function in media::VP8Decoder
22 VP8Decoder::~VP8Decoder() {} in ~VP8Decoder()
24 bool VP8Decoder::Flush() { in Flush()
30 void VP8Decoder::SetStream(const uint8_t* ptr, size_t size) { in SetStream()
39 void VP8Decoder::Reset() { in Reset()
53 VP8Decoder::DecodeResult VP8Decoder::Decode() { in Decode()
104 void VP8Decoder::RefreshReferenceFrames() { in RefreshReferenceFrames()
152 bool VP8Decoder::DecodeAndOutputCurrentFrame() { in DecodeAndOutputCurrentFrame()
185 Size VP8Decoder::GetPicSize() const { in GetPicSize()
189 size_t VP8Decoder::GetRequiredNumOfPictures() const { in GetRequiredNumOfPictures()