/external/libvpx/libvpx/test/ |
decode_test_driver.h | 43 Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) 93 vpx_codec_dec_cfg_t cfg_;
|
codec_factory.h | 35 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, 72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) 105 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, 154 VP9Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) 187 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg,
|
decode_test_driver.cc | 27 vpx_codec_dec_cfg_t dec_cfg = {0};
|
vp8_decrypt_test.cc | 50 vpx_codec_dec_cfg_t dec_cfg = {0};
|
tile_independence_test.cc | 34 vpx_codec_dec_cfg_t cfg;
|
vp9_thread_test.cc | 105 vpx_codec_dec_cfg_t cfg = {0};
|
encode_test_driver.cc | 139 vpx_codec_dec_cfg_t dec_cfg = {0};
|
svc_test.cc | 61 vpx_codec_dec_cfg_t dec_cfg = {0};
|
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 108 } vpx_codec_dec_cfg_t; /**< alias for struct vpx_codec_dec_cfg */ typedef in typeref:struct:vpx_codec_dec_cfg 139 vpx_codec_dec_cfg_t *cfg,
|
/external/chromium_org/media/cast/video_receiver/codecs/vp8/ |
vp8_decoder.cc | 36 vpx_codec_dec_cfg_t cfg;
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 74 vpx_codec_dec_cfg_t cfg; 75 memset(&cfg, 0, sizeof(vpx_codec_dec_cfg_t));
|
/external/chromium_org/media/cdm/ppapi/ |
libvpx_cdm_video_decoder.cc | 55 vpx_codec_dec_cfg_t vpx_config = {0};
|
/external/libvpx/libvpx/ |
example_xma.c | 80 vpx_codec_dec_cfg_t cfg;
|
vpxdec.c | 690 vpx_codec_dec_cfg_t cfg = {0}; [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_dx_iface.c | 33 static unsigned long priv_sz(const vpx_codec_dec_cfg_t *si, 44 vpx_codec_dec_cfg_t cfg; 64 static unsigned long priv_sz(const vpx_codec_dec_cfg_t *si, 257 vpx_codec_dec_cfg_t cfg;
|
/external/libvpx/libvpx/vpx/src/ |
vpx_codec.c | 173 vpx_codec_dec_cfg_t cfg;
|
vpx_decoder.c | 23 vpx_codec_dec_cfg_t *cfg,
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 42 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t); 54 vpx_codec_dec_cfg_t cfg; 76 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags) 399 vpx_codec_dec_cfg_t cfg;
|
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 486 unsigned long (*calc_sz)(const vpx_codec_dec_cfg_t *, vpx_codec_flags_t);
|
/external/chromium_org/media/filters/ |
vpx_video_decoder.cc | 108 vpx_codec_dec_cfg_t vpx_config = {0};
|