Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dexports_com16 text vpx_img_wrap
Dvpx_image.h186 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c191 vpx_image_t *vpx_img_wrap(vpx_image_t *img, in vpx_img_wrap() function
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc281 raw_ = vpx_img_wrap(NULL, VPX_IMG_FMT_I420, codec_.width, codec_.height, 1, in InitEncode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc548 vpx_img_wrap(&raw_images_[0], VPX_IMG_FMT_I420, inst->width, inst->height, 1, in InitEncode()