Searched refs:VPX_IMG_FMT_YV12 (Results 1 – 8 of 8) sorted by relevance
67 case VPX_IMG_FMT_YV12: in img_alloc_helper()97 case VPX_IMG_FMT_YV12: in img_alloc_helper()113 case VPX_IMG_FMT_YV12: in img_alloc_helper()
55 VPX_IMG_FMT_YV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 1, /**< planar YVU */ enumerator
101 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U]; in read_yuv_frame()105 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V]; in read_yuv_frame()
1376 case VPX_IMG_FMT_YV12: return "YV12"; in image_format_to_string()1635 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame()1965 input.fmt = VPX_IMG_FMT_YV12; in main()
1061 img->fmt != VPX_IMG_FMT_YV12) || img->bit_depth != 8) { in main_loop()
106 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U]; in read_frame_by_row()109 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V]; in read_frame_by_row()
338 case VPX_IMG_FMT_YV12: in validate_img()373 case VPX_IMG_FMT_YV12: in get_image_bps()
267 case VPX_IMG_FMT_YV12: in validate_img()