Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c43 static vpx_image_t *img_alloc_helper(vpx_image_t *img, in img_alloc_helper() function
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc()
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()