Searched refs:codec_destroy (Results 1 – 4 of 4) sorted by relevance
62 codec_destroy,
64 virtual vpx_codec_err_t codec_destroy(vpx_codec_ctx_t* ctx) const = 0;
71 vpx_codec_err_t codec_destroy(vpx_codec_ctx_t* ctx) const override { in codec_destroy() function in webrtc::__anon26acf6f50111::LibvpxVp8Facade
312 if (libvpx_->codec_destroy(&*it)) { in Release()