Home
last modified time | relevance | path

Searched refs:codec_enc_init (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h46 codec_enc_init,
Dvp8_impl_unittest.cc126 codec_enc_init( in TEST_F()
140 codec_enc_init(_, _, in TEST_F()
159 codec_enc_init(_, _, in TEST_F()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h54 virtual vpx_codec_err_t codec_enc_init(vpx_codec_ctx_t* ctx,
Dlibvpx_interface.cc55 vpx_codec_err_t codec_enc_init(vpx_codec_ctx_t* ctx, in codec_enc_init() function in webrtc::__anon26acf6f50111::LibvpxVp8Facade
Dlibvpx_vp8_encoder.cc801 if (libvpx_->codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(), in InitAndSetControlSettings()