Searched defs:VP9Decoder (Results 1 – 3 of 3) sorted by relevance
60 typedef struct VP9Decoder { struct65 int ready_for_new_data;67 int refresh_frame_flags;93 } VP9Decoder; argument
177 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() function179 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() function
20 VP9Decoder::VP9Decoder(VP9Accelerator* accelerator) in VP9Decoder() function in media::VP9Decoder