Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h24 img_alloc,
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h33 virtual vpx_image_t* img_alloc(vpx_image_t* img,
Dlibvpx_interface.cc24 vpx_image_t* img_alloc(vpx_image_t* img, in img_alloc() function in webrtc::__anon26acf6f50111::LibvpxVp8Facade
Dlibvpx_vp8_encoder.cc685 libvpx_->img_alloc(&raw_images_[i], VPX_IMG_FMT_I420, in InitEncode()