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/ |
D | exports_enc | 1 text vpx_codec_enc_config_default
|
D | vpx_encoder.h | 762 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | codec_factory.h | 128 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()
|
D | svc_test.cc | 51 vpx_codec_enc_config_default(codec_iface_, &codec_enc_, 0); in SetUp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8cx_set_ref.c | 143 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
|
D | simple_encoder.c | 212 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
|
D | twopass_encoder.c | 173 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
|
D | set_maps.c | 196 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
|
D | vp9_spatial_scalable_encoder.c | 141 res = vpx_codec_enc_config_default(vpx_codec_vp9_cx(), enc_cfg, 0); in parse_command_line()
|
D | vp8_multi_resolution_encoder.c | 248 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0); in main()
|
D | vpx_temporal_scalable_patterns.c | 491 res = vpx_codec_enc_config_default(encoder->interface(), &cfg, 0); in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_encoder.c | 160 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/ |
D | vpxenc.c | 823 res = vpx_codec_enc_config_default(global->codec->interface(), in new_stream()
|