Home
last modified time | relevance | path

Searched refs:PlaneComponent (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_camera_info.cpp237 int CameraInfo::GetPlaneTypes(int format, PlaneComponent *plane_component_array, int *plane_count) { in GetPlaneTypes()
298 PlaneComponent plane_type[8] = {}; in GetCameraFormatPlaneInfo()
469 PlaneComponent CameraInfo::GetPlaneComponent(CamxPlaneType plane_type) { in GetPlaneComponent()
470 PlaneComponent plane_component = (PlaneComponent)0; in GetPlaneComponent()
473 plane_component = (PlaneComponent)PLANE_COMPONENT_RAW; in GetPlaneComponent()
476 plane_component = (PlaneComponent)PLANE_COMPONENT_Y; in GetPlaneComponent()
479 plane_component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetPlaneComponent()
482 plane_component = (PlaneComponent)PLANE_COMPONENT_Cb; in GetPlaneComponent()
485 plane_component = (PlaneComponent)PLANE_COMPONENT_Cr; in GetPlaneComponent()
488 plane_component = (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Y); in GetPlaneComponent()
[all …]
H A Dgr_utils.cpp460 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvUbwcSPPlaneInfo()
467 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
577 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvSPPlaneInfo()
690 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_RAW; in GetRawPlaneInfo()
1027 format, (PlaneComponent)PLANE_COMPONENT_Y, width, &aligned_w); in GetAlignedWidthAndHeight()
1584 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
1625 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
1635 plane_info[1].component = (PlaneComponent)PLANE_COMPONENT_Cb; in GetYUVPlaneInfo()
1637 plane_info[2].component = (PlaneComponent)PLANE_COMPONENT_Cr; in GetYUVPlaneInfo()
1660 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
[all …]
H A Dgr_camera_info.h117 int GetPlaneTypes(int format, PlaneComponent *plane_component_array, int *plane_count);
134 PlaneComponent GetPlaneComponent(CamxPlaneType plane_type);
H A Dgr_utils.h112 enum PlaneComponent { enum
139 PlaneComponent component;
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_utils.cpp428 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvUbwcSPPlaneInfo()
435 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
542 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvSPPlaneInfo()
550 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvSPPlaneInfo()
658 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_RAW; in GetRawPlaneInfo()
1505 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
1546 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
1556 plane_info[1].component = (PlaneComponent)PLANE_COMPONENT_Cb; in GetYUVPlaneInfo()
1558 plane_info[2].component = (PlaneComponent)PLANE_COMPONENT_Cr; in GetYUVPlaneInfo()
1581 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
[all …]
H A Dgr_utils.h98 enum PlaneComponent { enum
125 PlaneComponent component;