Searched refs:plane_size (Results 1 – 2 of 2) sorted by relevance
303 int64_t plane_size = handle->plane_info[plane_index].size; in get_plane_layouts() local329 .totalSizeInBytes = plane_size, in get_plane_layouts()342 int64_t plane_size; in get_plane_layouts() local345 plane_size = handle->plane_info[plane_index + 1].offset; in get_plane_layouts()350 plane_size = layer_size - handle->plane_info[plane_index].offset; in get_plane_layouts()355 plane_size = handle->plane_info[plane_index].size; in get_plane_layouts()383 .totalSizeInBytes = plane_size, in get_plane_layouts()
297 unsigned int plane_size = 0; in GetCameraFormatPlaneInfo() local364 result = GetPlaneSize(format, plane_type[i], width, height, &plane_size); in GetCameraFormatPlaneInfo()370 plane_info[i].size = (uint32_t)plane_size; in GetCameraFormatPlaneInfo()