/external/libvpx/libvpx/test/ |
decode_test_driver.h | 84 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_,
|
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 114 * should call the vpx_codec_dec_init convenience macro instead of this 147 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
|
/external/chromium_org/media/cast/video_receiver/codecs/vp8/ |
vp8_decoder.cc | 41 if (vpx_codec_dec_init(decoder_.get(), vpx_codec_vp8_dx(), &cfg, flags)) {
|
/external/chromium_org/media/cdm/ppapi/ |
libvpx_cdm_video_decoder.cc | 60 vpx_codec_err_t status = vpx_codec_dec_init(vpx_codec_, 65 LOG(ERROR) << "InitializeLibvpx(): vpx_codec_dec_init failed, ret="
|
/external/libvpx/libvpx/ |
example_xma.c | 144 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) {
|
vpxdec.c | 923 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface(), &cfg, [all...] |
vpxenc.c | [all...] |
/external/chromium_org/remoting/codec/ |
video_decoder_vpx.cc | 55 vpx_codec_dec_init(codec.get(), vpx_codec_vp8_dx(), &config, 0); 75 vpx_codec_dec_init(codec.get(), vpx_codec_vp9_dx(), &config, 0);
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 77 if ((vpx_err = vpx_codec_dec_init(
|
/external/chromium_org/media/filters/ |
vpx_video_decoder.cc | 113 vpx_codec_err_t status = vpx_codec_dec_init(context, 120 LOG(ERROR) << "vpx_codec_dec_init failed, status=" << status;
|