Searched defs:VP9Decoder (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.h38 typedef struct VP9Decoder { struct
62 } VP9Decoder; typedef in typeref:struct:VP9Decoder
66 int vp9_receive_compressed_data(struct VP9Decoder *pbi,
70 int vp9_get_raw_frame(struct VP9Decoder *pbi,
75 vpx_codec_err_t vp9_copy_reference_dec(struct VP9Decoder *pbi,
83 int vp9_get_reference_dec(struct VP9Decoder *pbi,
87 struct VP9Decoder *vp9_decoder_create(const VP9D_CONFIG *oxcf);
89 void vp9_decoder_remove(struct VP9Decoder *pbi);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dcodec_factory.h152 class VP9Decoder : public Decoder { class in namespace:libvpx_test
154 VP9Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) function in class:libvpx_test::VP9Decoder
190 return new VP9Decoder(cfg, deadline);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decoder.h36 typedef struct VP9Decoder { struct
62 } VP9Decoder; typedef in typeref:struct:VP9Decoder
64 int vp9_receive_compressed_data(struct VP9Decoder *pbi,
67 int vp9_get_raw_frame(struct VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd,
70 vpx_codec_err_t vp9_copy_reference_dec(struct VP9Decoder *pbi,
78 struct VP9Decoder *vp9_decoder_create();
80 void vp9_decoder_remove(struct VP9Decoder *pbi);
/external/libvpx/libvpx/test/
H A Dcodec_factory.h152 class VP9Decoder : public Decoder { class in namespace:libvpx_test
154 VP9Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) function in class:libvpx_test::VP9Decoder
190 return new VP9Decoder(cfg, deadline);

Completed in 142 milliseconds