Searched refs:vpx_codec_enc_init (Results 1 – 17 of 17) 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 | vp9cx_set_ref.c | 253 if (vpx_codec_enc_init(&ecodec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vpx_temporal_svc_encoder.c | 812 if (vpx_codec_enc_init( in main() 816 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | svc_encodeframe.c | 516 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/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_interface.cc | 59 return ::vpx_codec_enc_init(ctx, iface, cfg, flags); in codec_enc_init()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.cc | 291 vpx_codec_enc_init(&encoder_, vpx_codec_vp8_cx(), &config_, flags); in PrepareEncoder()
|
/external/libvpx/libvpx/ |
D | usage.dox | 84 \li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
|
D | vpxenc.c | 1265 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 739 const vpx_codec_err_t rv = vpx_codec_enc_init( in InitAndSetControlSettings()
|