Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddecode_api_test.cc34 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_dec_init(NULL, NULL, NULL, 0)); in TEST()
35 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_dec_init(&dec, NULL, NULL, 0)); in TEST()
47 vpx_codec_dec_init(NULL, kCodecs[i], NULL, 0)); in TEST()
49 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, kCodecs[i], NULL, 0)); in TEST()
65 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, &vpx_codec_vp8_dx_algo, NULL, in TEST()
69 vpx_codec_dec_init(&dec, &vpx_codec_vp8_dx_algo, NULL, in TEST()
125 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, codec, NULL, 0)); in TEST()
148 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, codec, NULL, 0)); in TestPeekInfo()
Ddecode_test_driver.h105 vpx_codec_dec_init(&decoder_, CodecInterface(), &cfg_, flags_); in InitOnce()
/external/libvpx/libvpx/examples/
Dsimple_decoder.c120 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
Dvpx_dec_fuzzer.cc143 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), &cfg, 0)) { in LLVMFuzzerTestOneInput()
Dpostproc.c86 res = vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, in main()
Ddecode_with_drops.c108 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
Ddecode_to_md5.c103 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
Dvp9cx_set_ref.c384 if (vpx_codec_dec_init(&dcodec, decoder->codec_interface(), NULL, 0)) in main()
/external/libvpx/libvpx/vpx/
Dvpx_decoder.h144 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
/external/libvpx/libvpx/
Dusage.dox88 \li #vpx_codec_dec_init (calls vpx_codec_dec_init_ver())
Dvpxdec.c770 if (vpx_codec_dec_init(&decoder, interface->codec_interface(), &cfg, in main_loop()
Dvpxenc.c1591 vpx_codec_dec_init(&stream->decoder, decoder->codec_interface(), NULL, 0); in initialize_encoder()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc866 if (vpx_codec_dec_init(decoder_, vpx_codec_vp9_dx(), &cfg, flags)) { in InitDecode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1106 if (vpx_codec_dec_init(decoder_, vpx_codec_vp8_dx(), &cfg, flags)) { in InitDecode()