Searched refs:vpx_codec_enc_init (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | vp8cx_set_ref.c | 160 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | simple_encoder.c | 234 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | twopass_encoder.c | 196 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | set_maps.c | 217 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vpx_temporal_svc_encoder.c | 577 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 727 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 48 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, in EncodeFrameInternal()
|
/external/libvpx/libvpx/ |
D | usage.dox | 83 \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
|
D | vpxenc.c | 1283 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
|
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 540 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
|