Searched refs:VPX_IMG_FMT_RGB555 (Results 1 – 2 of 2) sorted by relevance
45 VPX_IMG_FMT_RGB555, /**< 16 bit per pixel, 555 */ enumerator82 #define IMG_FMT_RGB555 VPX_IMG_FMT_RGB555 /**< \deprecated Use #VPX_IMG_FMT_RGB555 */
84 case VPX_IMG_FMT_RGB555: in img_alloc_helper()