Searched refs:VPX_IMG_FMT_YV12 (Results 1 – 8 of 8) sorted by relevance
55 VPX_IMG_FMT_YV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 1, /**< planar YVU */ enumerator95 #define IMG_FMT_YV12 VPX_IMG_FMT_YV12 /**< \deprecated Use #VPX_IMG_FMT_YV12 */
93 case VPX_IMG_FMT_YV12: in img_alloc_helper()121 case VPX_IMG_FMT_YV12: in img_alloc_helper()136 case VPX_IMG_FMT_YV12: in img_alloc_helper()
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()
1119 case VPX_IMG_FMT_YV12: return "YV12"; in image_format_to_string()1327 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame()1625 input.fmt = VPX_IMG_FMT_YV12; in main()
943 img->fmt != VPX_IMG_FMT_YV12) || img->bit_depth != 8) { in main_loop()
84 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U]; in read_frame_by_row()87 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V]; in read_frame_by_row()
296 case VPX_IMG_FMT_YV12: in validate_img()315 case VPX_IMG_FMT_YV12: in get_image_bps()
270 case VPX_IMG_FMT_YV12: in validate_img()