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.h44 } CamxPlaneType; typedef
134 PlaneComponent GetPlaneComponent(CamxPlaneType plane_type);
136 CamxPlaneType GetCamxPlaneType(int plane_type);
139 CamxPlaneType plane_type, int width,
143 CamxPlaneType plane_type, int width,
146 CamxFormatResult (*LINK_camera_get_scanline)(CamxPixelFormat format, CamxPlaneType plane_type,
149 CamxFormatResult (*LINK_camera_get_plane_size)(CamxPixelFormat format, CamxPlaneType plane_type,
160 CamxPlaneType plane_type,
163 CamxFormatResult (*LINK_camera_get_plane_offset)(CamxPixelFormat format, CamxPlaneType plane_type,
167 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()