Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h42 VPX_IMG_FMT_RGB24, /**< 24 bit per pixel packed RGB */ enumerator
79 #define IMG_FMT_RGB24 VPX_IMG_FMT_RGB24 /**< \deprecated Use #VPX_IMG_FMT_RGB24 */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c78 case VPX_IMG_FMT_RGB24: in img_alloc_helper()