Searched refs:vpx_codec_dec_init (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 34 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()
|
D | decode_test_driver.h | 105 vpx_codec_dec_init(&decoder_, CodecInterface(), &cfg_, flags_); in InitOnce()
|
/external/libvpx/libvpx/examples/ |
D | simple_decoder.c | 120 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | vpx_dec_fuzzer.cc | 143 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), &cfg, 0)) { in LLVMFuzzerTestOneInput()
|
D | postproc.c | 86 res = vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, in main()
|
D | decode_with_drops.c | 108 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | decode_to_md5.c | 103 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | vp9cx_set_ref.c | 384 if (vpx_codec_dec_init(&dcodec, decoder->codec_interface(), NULL, 0)) in main()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_decoder.h | 144 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \ macro
|
/external/libvpx/libvpx/ |
D | usage.dox | 88 \li #vpx_codec_dec_init (calls vpx_codec_dec_init_ver())
|
D | vpxdec.c | 770 if (vpx_codec_dec_init(&decoder, interface->codec_interface(), &cfg, in main_loop()
|
D | vpxenc.c | 1591 vpx_codec_dec_init(&stream->decoder, decoder->codec_interface(), NULL, 0); in initialize_encoder()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 866 if (vpx_codec_dec_init(decoder_, vpx_codec_vp9_dx(), &cfg, flags)) { in InitDecode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 1106 if (vpx_codec_dec_init(decoder_, vpx_codec_vp8_dx(), &cfg, flags)) { in InitDecode()
|