Searched refs:libvpx_ (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_encoder.cc | 279 : libvpx_(std::move(interface)), in LibvpxVp8Encoder() 312 if (libvpx_->codec_destroy(&*it)) { in Release() 325 libvpx_->img_free(&*it); in Release() 404 libvpx_->codec_enc_config_set(&encoders_[i], &vpx_configs_[i]); in SetRates() 544 if (libvpx_->codec_enc_config_default(vpx_codec_vp8_cx(), &vpx_configs_[0], in InitEncode() 636 libvpx_->img_wrap(&raw_images_[0], VPX_IMG_FMT_I420, inst->width, in InitEncode() 685 libvpx_->img_alloc(&raw_images_[i], VPX_IMG_FMT_I420, in InitEncode() 794 int error = libvpx_->codec_enc_init_multi( in InitAndSetControlSettings() 801 if (libvpx_->codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(), in InitAndSetControlSettings() 820 libvpx_->codec_control( in InitAndSetControlSettings() [all …]
|
D | libvpx_vp8_encoder.h | 96 const std::unique_ptr<LibvpxInterface> libvpx_; variable
|
/external/libvpx/ |
D | generate_config.sh | 169 varprefix=libvpx_${1//-/_}
|