Searched refs:VPX_IMG_FMT_VPXYV12 (Results 1 – 4 of 4) sorted by relevance
57 …VPX_IMG_FMT_VPXYV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 3, /** < planar 4:2:0 format with… enumerator92 #define IMG_FMT_VPXYV12 VPX_IMG_FMT_VPXYV12 /**< \deprecated Use #VPX_IMG_FMT_VPXYV12 */
60 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()74 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()87 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()
235 case VPX_IMG_FMT_VPXYV12: in validate_img()588 …yv12->clrtype = (img->fmt == VPX_IMG_FMT_VPXI420 || img->fmt == VPX_IMG_FMT_VPXYV12); //REG_YUV = 0 in image2yuvconfig()
567 yv12->clrtype = (img->fmt == VPX_IMG_FMT_VPXI420 || img->fmt == VPX_IMG_FMT_VPXYV12); in image2yuvconfig()