Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_init (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/test/
Dencode_api_test.cc37 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_enc_init(NULL, NULL, NULL, 0)); in TEST()
38 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_enc_init(&enc, NULL, NULL, 0)); in TEST()
51 vpx_codec_enc_init(NULL, kCodecs[i], NULL, 0)); in TEST()
53 vpx_codec_enc_init(&enc, kCodecs[i], NULL, 0)); in TEST()
58 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, kCodecs[i], &cfg, 0)); in TEST()
99 vpx_codec_enc_init(&enc, vpx_codec_vp8_cx(), &cfg, 0); in TEST()
Dlevel_test.cc128 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, codec, &cfg, 0)); in TEST_P()
Dencode_test_driver.cc34 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_); in InitEncoder()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c130 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0)) in pass0()
166 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0)) in pass1()
Dvp9_lossless_encoder.c112 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dvp8cx_set_ref.c157 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dsimple_encoder.c220 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dset_maps.c211 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dvpx_temporal_svc_encoder.c784 if (vpx_codec_enc_init( in main()
788 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dvp9cx_set_ref.c375 if (vpx_codec_enc_init(&ecodec, encoder->codec_interface(), &cfg, 0)) in main()
Dsvc_encodeframe.c515 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h741 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
/external/libvpx/libvpx/
Dusage.dox84 \li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
Dvpxenc.c1571 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc416 if (vpx_codec_enc_init(encoder_, vpx_codec_vp9_cx(), config_, 0)) { in InitAndSetControlSettings()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc652 if (vpx_codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(), in InitAndSetControlSettings()