Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h47 VPX_IMG_FMT_YUY2, /**< YUYV packed YUV */ enumerator
84 #define IMG_FMT_YUY2 VPX_IMG_FMT_YUY2 /**< \deprecated Use #VPX_IMG_FMT_YUY2 */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c87 case VPX_IMG_FMT_YUY2: in img_alloc_helper()