Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddecode_api_test.cc37 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_dec_init(NULL, NULL, NULL, 0)); in TEST()
38 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_dec_init(&dec, NULL, NULL, 0)); in TEST()
50 vpx_codec_dec_init(NULL, kCodecs[i], NULL, 0)); in TEST()
52 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, kCodecs[i], NULL, 0)); in TEST()
69 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, &vpx_codec_vp8_dx_algo, NULL, in TEST()
73 vpx_codec_dec_init(&dec, &vpx_codec_vp8_dx_algo, NULL, in TEST()
134 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, codec, NULL, 0)); in TEST()
Ddecode_test_driver.h119 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_, in InitOnce()
/external/libvpx/libvpx/examples/
Dsimple_decoder.c124 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
Dpostproc.c89 res = vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, in main()
Ddecode_with_drops.c111 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
Ddecode_to_md5.c107 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
/external/libvpx/libvpx/vpx/
Dvpx_decoder.h146 #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.c806 if (vpx_codec_dec_init(&decoder, interface->codec_interface(), in main_loop()
Dvpxenc.c1572 vpx_codec_dec_init(&stream->decoder, decoder->codec_interface(), NULL, 0); in initialize_encoder()