Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c128 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Dpostproc.c91 res = vpx_codec_dec_init(&codec, decoder->interface(), NULL, in main()
Ddecode_with_drops.c113 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Ddecode_to_md5.c109 if (vpx_codec_dec_init(&codec, decoder->interface(), NULL, 0)) in main()
Dexample_xma.c144 if (vpx_codec_dec_init(&decoder, iface, &cfg, VPX_CODEC_USE_XMA)) { in main()
Ddecode_with_partial_drops.c245 res = vpx_codec_dec_init(&codec, interface, &dec_cfg, flags); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_decoder.h150 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.h93 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_, in InitOnce()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp172 if ((vpx_err = vpx_codec_dec_init( in initDecoder()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c723 if (vpx_codec_dec_init(&decoder, interface->interface(), &cfg, dec_flags)) { in main_loop()
Dusage.dox90 \if decoder - #vpx_codec_dec_init (calls vpx_codec_dec_init_ver()) \endif
Dvpxenc.c1250 vpx_codec_dec_init(&stream->decoder, decoder->interface(), NULL, 0); in initialize_encoder()