HomeSort by relevance Sort by last modified time
    Searched defs:vpx_image_t (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx/
vpx_image.h 133 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
161 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
186 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
207 int vpx_img_set_rect(vpx_image_t *img,
221 void vpx_img_flip(vpx_image_t *img);
229 void vpx_img_free(vpx_image_t *img);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 146 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
174 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
199 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
220 int vpx_img_set_rect(vpx_image_t *img,
234 void vpx_img_flip(vpx_image_t *img);
242 void vpx_img_free(vpx_image_t *img);

Completed in 46 milliseconds