Searched refs:vpx_codec_dec_init (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/examples/ |
D | postproc.txt | 13 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);
|
D | decoder_tmpl.txt | 29 if(vpx_codec_dec_init(&codec, interface, NULL, flags))
|
/external/libvpx/vpx/ |
D | vpx_decoder.h | 132 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
|
/external/libvpx/ |
D | example_xma.c | 160 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) in main()
|
D | vpxdec.c | 967 if (vpx_codec_dec_init(&decoder, iface ? iface : ifaces[0].iface, &cfg, in main()
|
D | usage.dox | 85 \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif
|