Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_init (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h697 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8cx_set_ref.c160 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dsimple_encoder.c230 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dtwopass_encoder.c196 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dset_maps.c215 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
Dvpx_temporal_scalable_patterns.c569 if (vpx_codec_enc_init(&codec, encoder->interface(), &cfg, 0)) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc48 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, in EncodeFrameInternal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox88 \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
Dvpxenc.c1229 vpx_codec_enc_init(&stream->encoder, global->codec->interface(), in initialize_encoder()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c600 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()