HomeSort by relevance Sort by last modified time
    Searched refs:img_alloc_helper (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, function
182 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
193 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img, function
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 43 static vpx_image_t *img_alloc_helper(vpx_image_t *img, function
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);

Completed in 66 milliseconds