Lines Matching refs:GetCameraPixelFormat
100 CamxPixelFormat CameraInfo::GetCameraPixelFormat(int hal_format) { in GetCameraPixelFormat() function in gralloc::CameraInfo
144 result = LINK_camera_get_buffer_size(GetCameraPixelFormat(format), width, height, size); in GetBufferSize()
158 result = LINK_camera_get_stride_in_bytes(GetCameraPixelFormat(format), in GetStrideInBytes()
174 result = LINK_camera_get_stride_in_pixels(GetCameraPixelFormat(format), in GetStrideInPixels()
190 result = LINK_camera_get_pixel_increment(GetCameraPixelFormat(format), in GetPixelIncrement()
206 result = LINK_camera_get_plane_offset(GetCameraPixelFormat(format), in GetPlaneOffset()
223 result = LINK_camera_get_subsampling_factor(GetCameraPixelFormat(format), in GetSubsamplingFactor()
242 LINK_camera_get_plane_types(GetCameraPixelFormat(format), plane_types_array, plane_count); in GetPlaneTypes()
260 result = LINK_camera_get_scanline(GetCameraPixelFormat(format), GetCamxPlaneType(plane_type), in GetScanline()
276 result = LINK_camera_get_plane_size(GetCameraPixelFormat(format), GetCamxPlaneType(plane_type), in GetPlaneSize()
379 result = LINK_camera_get_ubwc_info(GetCameraPixelFormat(format), is_supported, is_pi, version); in GetUBWCInfo()
393 result = LINK_camera_get_plane_alignment(GetCameraPixelFormat(format), in GetPlaneAlignment()
410 LINK_camera_is_per_plane_fd_needed(GetCameraPixelFormat(format), is_per_plane_fd_needed); in IsPerPlaneFdNeeded()
425 result = LINK_camera_get_bpp(GetCameraPixelFormat(format), bpp); in GetBpp()
439 result = LINK_camera_get_per_plane_bpp(GetCameraPixelFormat(format), in GetPerPlaneBpp()
455 result = LINK_camera_get_plane_start_address_alignment(GetCameraPixelFormat(format), in GetPlaneStartAddressAlignment()