Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_init (Results 1 – 17 of 17) 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()
Dvp9cx_set_ref.c253 if (vpx_codec_enc_init(&ecodec, encoder->codec_interface(), &cfg, 0)) in main()
Dvpx_temporal_svc_encoder.c812 if (vpx_codec_enc_init( in main()
816 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dsvc_encodeframe.c516 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/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc59 return ::vpx_codec_enc_init(ctx, iface, cfg, flags); in codec_enc_init()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc291 vpx_codec_enc_init(&encoder_, vpx_codec_vp8_cx(), &config_, flags); in PrepareEncoder()
/external/libvpx/libvpx/
Dusage.dox84 \li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
Dvpxenc.c1265 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc739 const vpx_codec_err_t rv = vpx_codec_enc_init( in InitAndSetControlSettings()