Searched defs:VP9Decoder (Results 1 – 3 of 3) sorted by relevance
47 typedef struct VP9Decoder { struct52 int ready_for_new_data;54 int refresh_frame_flags;79 } VP9Decoder; argument
176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() function178 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() function
18 VP9Decoder::VP9Decoder(VP9Accelerator* accelerator) in VP9Decoder() function in media::VP9Decoder