Searched defs:vpx_image_t (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vpx/
H A Dvpx_image.h141 } vpx_image_t; /**< alias for struct vpx_image */ typedef in typeref:struct:vpx_image
169 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
194 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
215 int vpx_img_set_rect(vpx_image_t *img,
229 void vpx_img_flip(vpx_image_t *img);
237 void vpx_img_free(vpx_image_t *img);

Completed in 75 milliseconds