Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h36 MOCK_METHOD(void, img_free, (vpx_image_t * img), (const, override));
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h44 virtual void img_free(vpx_image_t* img) const = 0;
Dlibvpx_interface.cc41 void img_free(vpx_image_t* img) const override { ::vpx_img_free(img); } in img_free() function in webrtc::__anon26acf6f50111::LibvpxVp8Facade
Dlibvpx_vp8_encoder.cc325 libvpx_->img_free(&*it); in Release()