Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_RGB565 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_image.h44 VPX_IMG_FMT_RGB565, /**< 16 bit per pixel, 565 */ enumerator
84 #define IMG_FMT_RGB565 VPX_IMG_FMT_RGB565 /**< \deprecated Use #VPX_IMG_FMT_RGB565 */
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c83 case VPX_IMG_FMT_RGB565: in img_alloc_helper()