Searched refs:vpx_codec_enc_init (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/test/ |
D | encode_api_test.cc | 37 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()
|
D | level_test.cc | 128 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, codec, &cfg, 0)); in TEST_P()
|
D | encode_test_driver.cc | 34 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, init_flags_); in InitEncoder()
|
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 130 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()
|
D | vp9_lossless_encoder.c | 112 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vp8cx_set_ref.c | 157 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | simple_encoder.c | 220 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | set_maps.c | 211 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vpx_temporal_svc_encoder.c | 784 if (vpx_codec_enc_init( in main() 788 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vp9cx_set_ref.c | 375 if (vpx_codec_enc_init(&ecodec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | svc_encodeframe.c | 515 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 741 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
|
/external/libvpx/libvpx/ |
D | usage.dox | 84 \li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
|
D | vpxenc.c | 1571 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 416 if (vpx_codec_enc_init(encoder_, vpx_codec_vp9_cx(), config_, 0)) { in InitAndSetControlSettings()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 652 if (vpx_codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(), in InitAndSetControlSettings()
|