Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h43 VPX_IMG_FMT_RGB32, /**< 32 bit per pixel packed 0RGB */ enumerator
80 #define IMG_FMT_RGB32 VPX_IMG_FMT_RGB32 /**< \deprecated Use #VPX_IMG_FMT_RGB32 */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c72 case VPX_IMG_FMT_RGB32: in img_alloc_helper()