Searched refs:vpx_codec_dec_init (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | simple_decoder.c | 128 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
|
D | postproc.c | 91 res = vpx_codec_dec_init(&codec, decoder->interface(), NULL, in main()
|
D | decode_with_drops.c | 113 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
|
D | decode_to_md5.c | 109 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
|
D | example_xma.c | 144 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) { in main()
|
D | decode_with_partial_drops.c | 245 res = vpx_codec_dec_init(&codec, interface, &dec_cfg, flags); in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_decoder.h | 150 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.h | 93 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_, in InitOnce()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 172 if ((vpx_err = vpx_codec_dec_init( in initDecoder()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) { in main_loop()
|
D | usage.dox | 90 \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif
|
D | vpxenc.c | 1250 vpx_codec_dec_init(&stream->decoder, decoder->interface(), NULL, 0); in initialize_encoder()
|