Searched refs:CamxPlaneType (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_camera_info.h | 78 } CamxPlaneType; typedef 170 PlaneComponent GetPlaneComponent(CamxPlaneType plane_type); 172 CamxPlaneType GetCamxPlaneType(int plane_type); 175 CamxPlaneType plane_type, int width, 179 CamxPlaneType plane_type, int width, 182 CamxFormatResult (*LINK_camera_get_scanline)(CamxPixelFormat format, CamxPlaneType plane_type, 185 CamxFormatResult (*LINK_camera_get_plane_size)(CamxPixelFormat format, CamxPlaneType plane_type, 196 CamxPlaneType plane_type, 199 CamxFormatResult (*LINK_camera_get_plane_offset)(CamxPixelFormat format, CamxPlaneType plane_type, 203 CamxPlaneType *plane_types_array, [all …]
|
D | gr_camera_info.cpp | 238 CamxPlaneType plane_types_array[8] = {}; in GetPlaneTypes() 469 PlaneComponent CameraInfo::GetPlaneComponent(CamxPlaneType plane_type) { in GetPlaneComponent() 502 CamxPlaneType CameraInfo::GetCamxPlaneType(int plane_type) { in GetCamxPlaneType() 503 CamxPlaneType camx_plane_type = (CamxPlaneType)0; in GetCamxPlaneType()
|