Searched refs:plane_height (Results 1 – 3 of 3) sorted by relevance
309 int plane_height; in yv12_extend_frame_bottom_c() local316 plane_height = ybf->y_height; in yv12_extend_frame_bottom_c()319 src_ptr2 = src_ptr1 + (plane_height * plane_stride) - plane_stride; in yv12_extend_frame_bottom_c()331 plane_height = ybf->uv_height; in yv12_extend_frame_bottom_c()335 src_ptr2 = src_ptr1 + (plane_height * plane_stride) - plane_stride; in yv12_extend_frame_bottom_c()348 src_ptr2 = src_ptr1 + (plane_height * plane_stride) - plane_stride; in yv12_extend_frame_bottom_c()367 int plane_height; in yv12_extend_frame_left_right_c() local375 plane_height = 16; in yv12_extend_frame_left_right_c()384 for (i = 0; i < plane_height; ++i) { in yv12_extend_frame_left_right_c()397 plane_height = 8; in yv12_extend_frame_left_right_c()[all …]
184 const int plane_height = (type == kYPlane) ? height() : (height() + 1) / 2; in allocated_size() local185 return plane_height * stride(type); in allocated_size()
744 const int plane_height = height >> f->planes[i].height_shift; in intel_create_image_from_fds() local745 const int end = offsets[index] + plane_height * strides[index]; in intel_create_image_from_fds()