Home
last modified time | relevance | path

Searched refs:CamxPlaneType (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.h78 } 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 …]
Dgr_camera_info.cpp238 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()