Lines Matching refs:CameraInfo
42 CameraInfo *CameraInfo::s_instance = nullptr;
44 CameraInfo *CameraInfo::GetInstance() { in GetInstance()
48 s_instance = new CameraInfo(); in GetInstance()
54 CameraInfo::CameraInfo() { in CameraInfo() function in gralloc::CameraInfo
94 CameraInfo::~CameraInfo() { in ~CameraInfo()
100 CamxPixelFormat CameraInfo::GetCameraPixelFormat(int hal_format) { in GetCameraPixelFormat()
141 int CameraInfo::GetBufferSize(int format, int width, int height, unsigned int *size) { in GetBufferSize()
155 int CameraInfo::GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes) { in GetStrideInBytes()
171 int CameraInfo::GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel) { in GetStrideInPixels()
187 int CameraInfo::GetPixelIncrement(int format, int plane_type, int *pixel_increment) { in GetPixelIncrement()
203 int CameraInfo::GetPlaneOffset(int format, int plane_type, int width, int height, int *offset) { in GetPlaneOffset()
219 int CameraInfo::GetSubsamplingFactor(int format, int plane_type, bool isHorizontal, in GetSubsamplingFactor()
237 int CameraInfo::GetPlaneTypes(int format, PlaneComponent *plane_component_array, int *plane_count) { in GetPlaneTypes()
257 int CameraInfo::GetScanline(int format, int plane_type, int height, int *scanlines) { in GetScanline()
272 int CameraInfo::GetPlaneSize(int format, int plane_type, int width, int height, in GetPlaneSize()
288 int CameraInfo::GetCameraFormatPlaneInfo(int format, int width, int height, int *plane_count, in GetCameraFormatPlaneInfo()
376 int CameraInfo::GetUBWCInfo(int format, bool *is_supported, bool *is_pi, int *version) { in GetUBWCInfo()
390 int CameraInfo::GetPlaneAlignment(int format, int plane_type, unsigned int *alignment) { in GetPlaneAlignment()
406 int CameraInfo::IsPerPlaneFdNeeded(int format, bool *is_per_plane_fd_needed) { in IsPerPlaneFdNeeded()
422 int CameraInfo::GetBpp(int format, int *bpp) { in GetBpp()
436 int CameraInfo::GetPerPlaneBpp(int format, int plane_type, int *bpp) { in GetPerPlaneBpp()
452 int CameraInfo::GetPlaneStartAddressAlignment(int format, int plane_type, int *alignment) { in GetPlaneStartAddressAlignment()
469 PlaneComponent CameraInfo::GetPlaneComponent(CamxPlaneType plane_type) { in GetPlaneComponent()
502 CamxPlaneType CameraInfo::GetCamxPlaneType(int plane_type) { in GetCamxPlaneType()