Home | History | Annotate | Download | only in vpx

Lines Matching refs:img

157      * \param[in]    img       Pointer to storage for descriptor. If this parameter
165 * \return Returns a pointer to the initialized image descriptor. If the img
166 * parameter is non-null, the value of the img parameter will be
169 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
181 * \param[in] img Pointer to storage for descriptor. If this parameter
190 * \return Returns a pointer to the initialized image descriptor. If the img
191 * parameter is non-null, the value of the img parameter will be
194 vpx_image_t *vpx_img_wrap(vpx_image_t *img,
207 * \param[in] img Image descriptor
215 int vpx_img_set_rect(vpx_image_t *img,
227 * \param[in] img Image descriptor
229 void vpx_img_flip(vpx_image_t *img);
235 * \param[in] img Image descriptor
237 void vpx_img_free(vpx_image_t *img);