HomeSort by relevance Sort by last modified time
    Searched defs:VP9Decoder (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/include/
vp9.h 26 class VP9Decoder : public VideoDecoder {
28 static VP9Decoder* Create();
30 virtual ~VP9Decoder() {}
  /external/v4l2_codec2/vda/
vp9_decoder.cc 16 VP9Decoder::VP9Accelerator::VP9Accelerator() {}
18 VP9Decoder::VP9Accelerator::~VP9Accelerator() {}
20 VP9Decoder::VP9Decoder(VP9Accelerator* accelerator)
27 VP9Decoder::~VP9Decoder() {}
29 void VP9Decoder::SetStream(const uint8_t* ptr, size_t size) {
37 bool VP9Decoder::Flush() {
43 void VP9Decoder::Reset() {
54 VP9Decoder::DecodeResult VP9Decoder::Decode()
    [all...]
vp9_decoder.h 31 class VP9Decoder : public AcceleratedVideoDecoder {
96 explicit VP9Decoder(VP9Accelerator* accelerator);
97 ~VP9Decoder() override;
149 DISALLOW_COPY_AND_ASSIGN(VP9Decoder);
  /external/libvpx/libvpx/test/
codec_factory.h 174 class VP9Decoder : public Decoder {
176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {}
178 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
218 return new VP9Decoder(cfg, flags);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 46 typedef struct VP9Decoder {
75 } VP9Decoder;
77 int vp9_receive_compressed_data(struct VP9Decoder *pbi, size_t size,
80 int vp9_get_raw_frame(struct VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd,
83 vpx_codec_err_t vp9_copy_reference_dec(struct VP9Decoder *pbi,
108 struct VP9Decoder *vp9_decoder_create(BufferPool *const pool);
110 void vp9_decoder_remove(struct VP9Decoder *pbi);

Completed in 228 milliseconds