Searched refs:vpx_codec_enc_init (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 697 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8cx_set_ref.c | 160 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
|
D | simple_encoder.c | 230 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
|
D | twopass_encoder.c | 196 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
|
D | set_maps.c | 215 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
|
D | vpx_temporal_scalable_patterns.c | 569 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | encode_test_driver.cc | 48 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, in EncodeFrameInternal()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 88 \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
|
D | vpxenc.c | 1229 vpx_codec_enc_init(&stream->encoder, global->codec->interface(), in initialize_encoder()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 600 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
|