Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_config_default (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_enc1 text vpx_codec_enc_config_default
Dvpx_encoder.h762 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcodec_factory.h128 return vpx_codec_enc_config_default(&vpx_codec_vp8_cx_algo, cfg, usage); in DefaultEncoderConfig()
210 return vpx_codec_enc_config_default(&vpx_codec_vp9_cx_algo, cfg, usage); in DefaultEncoderConfig()
Dsvc_test.cc51 vpx_codec_enc_config_default(codec_iface_, &codec_enc_, 0); in SetUp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8cx_set_ref.c143 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
Dsimple_encoder.c212 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
Dtwopass_encoder.c173 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
Dset_maps.c196 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
Dvp9_spatial_scalable_encoder.c141 res = vpx_codec_enc_config_default(vpx_codec_vp9_cx(), enc_cfg, 0); in parse_command_line()
Dvp8_multi_resolution_encoder.c248 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0); in main()
Dvpx_temporal_scalable_patterns.c491 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c160 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface, in vpx_codec_enc_config_default() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c823 res = vpx_codec_enc_config_default(global->codec->interface(), in new_stream()