Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decoder.h95 typedef struct VP9Decoder { struct
100 int ready_for_new_data;
102 int refresh_frame_flags;
128 } VP9Decoder; argument
/aosp_15_r20/external/libvpx/test/
H A Dcodec_factory.h178 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() function
180 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() function