Lines Matching defs:img
32 static aom_image_t *img_alloc_helper( in img_alloc_helper()
195 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc()
202 aom_image_t *aom_img_alloc_with_cb(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_cb()
211 aom_image_t *aom_img_wrap(aom_image_t *img, aom_img_fmt_t fmt, unsigned int d_w, in aom_img_wrap()
220 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border()
229 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, in aom_img_set_rect()
280 void aom_img_flip(aom_image_t *img) { in aom_img_flip()
299 void aom_img_free(aom_image_t *img) { in aom_img_free()
308 int aom_img_plane_width(const aom_image_t *img, int plane) { in aom_img_plane_width()
315 int aom_img_plane_height(const aom_image_t *img, int plane) { in aom_img_plane_height()
375 int aom_img_add_metadata(aom_image_t *img, uint32_t type, const uint8_t *data, in aom_img_add_metadata()
398 void aom_img_remove_metadata(aom_image_t *img) { in aom_img_remove_metadata()
405 const aom_metadata_t *aom_img_get_metadata(const aom_image_t *img, in aom_img_get_metadata()
415 size_t aom_img_num_metadata(const aom_image_t *img) { in aom_img_num_metadata()