Searched refs:vpx_codec_dec_init (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_api_test.cc | 37 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()
|
D | decode_test_driver.h | 119 const vpx_codec_err_t res = vpx_codec_dec_init(&decoder_, in InitOnce()
|
/external/libvpx/libvpx/examples/ |
D | simple_decoder.c | 124 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | postproc.c | 89 res = vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, in main()
|
D | decode_with_drops.c | 111 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | decode_to_md5.c | 107 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_decoder.h | 146 #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 | 806 if (vpx_codec_dec_init(&decoder, interface->codec_interface(), in main_loop()
|
D | vpxenc.c | 1572 vpx_codec_dec_init(&stream->decoder, decoder->codec_interface(), NULL, 0); in initialize_encoder()
|