Home
last modified time | relevance | path

Searched refs:codec_enc_init_multi (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h53 codec_enc_init_multi,
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h58 virtual vpx_codec_err_t codec_enc_init_multi(vpx_codec_ctx_t* ctx,
Dlibvpx_interface.cc62 vpx_codec_err_t codec_enc_init_multi(vpx_codec_ctx_t* ctx, in codec_enc_init_multi() function in webrtc::__anon26acf6f50111::LibvpxVp8Facade
Dlibvpx_vp8_encoder.cc794 int error = libvpx_->codec_enc_init_multi( in InitAndSetControlSettings()