Home
last modified time | relevance | path

Searched defs:zimg_image_format (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/api/
H A Dzimg.h547 typedef struct zimg_image_format { struct
548 unsigned version; /**< @see ZIMG_API_VERSION */
550 unsigned width; /**< Image width (required). */
551 unsigned height; /**< Image height (required). */
552 zimg_pixel_type_e pixel_type; /**< Pixel type (required). */
577 } zimg_image_format; argument
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/api/
H A Dzimg.h547 typedef struct zimg_image_format { struct
548 unsigned version; /**< @see ZIMG_API_VERSION */
550 unsigned width; /**< Image width (required). */
551 unsigned height; /**< Image height (required). */
552 zimg_pixel_type_e pixel_type; /**< Pixel type (required). */
577 } zimg_image_format; argument