Home
last modified time | relevance | path

Searched defs:VP9Decoder (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h47 typedef struct VP9Decoder { struct
52 int ready_for_new_data;
54 int refresh_frame_flags;
79 } VP9Decoder; argument
/external/libvpx/libvpx/test/
Dcodec_factory.h176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() function
178 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() function
/external/v4l2_codec2/vda/
Dvp9_decoder.cc18 VP9Decoder::VP9Decoder(VP9Accelerator* accelerator) in VP9Decoder() function in media::VP9Decoder