Searched refs:vpx_codec_enc_init (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/test/
H A Dencode_api_test.cc37 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_enc_init(NULL, NULL, NULL, 0));
38 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_enc_init(&enc, NULL, NULL, 0));
51 vpx_codec_enc_init(NULL, kCodecs[i], NULL, 0));
53 vpx_codec_enc_init(&enc, kCodecs[i], NULL, 0));
58 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, kCodecs[i], &cfg, 0));
99 vpx_codec_enc_init(&enc, vpx_codec_vp8_cx(), &cfg, 0);
H A Dlevel_test.cc128 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, codec, &cfg, 0));
H A Dencode_test_driver.cc33 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_);
/external/libvpx/libvpx/examples/
H A Dtwopass_encoder.c130 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
166 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
H A Dsimple_encoder.c220 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
H A Dvp8cx_set_ref.c157 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
H A Dvp9_lossless_encoder.c112 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
H A Dset_maps.c211 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
H A Dvp9cx_set_ref.c375 if (vpx_codec_enc_init(&ecodec, encoder->codec_interface(), &cfg, 0))
H A Dvpx_temporal_svc_encoder.c756 if (vpx_codec_enc_init(
760 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h732 * should call the vpx_codec_enc_init convenience macro instead of this
760 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c524 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR);
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc416 if (vpx_codec_enc_init(encoder_, vpx_codec_vp9_cx(), config_, 0)) {
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc652 if (vpx_codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(),
/external/libvpx/libvpx/
H A Dvpxenc.c1563 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(),

Completed in 1476 milliseconds