Home
last modified time | relevance | path

Searched refs:vpx_codec_dec_init (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/examples/
Dpostproc.txt13 flag to `vpx_codec_dec_init`. If the codec does not support
19 res = vpx_codec_dec_init(&codec, interface, NULL,
24 res = vpx_codec_dec_init(&codec, interface, NULL, 0);
Ddecoder_tmpl.txt29 if(vpx_codec_dec_init(&codec, interface, NULL, flags))
/external/libvpx/vpx/
Dvpx_decoder.h132 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
/external/libvpx/
Dexample_xma.c160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) in main()
Dvpxdec.c967 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface, &cfg, in main()
Dusage.dox85 \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif