Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.cpp470 PlaneComponent plane_component = (PlaneComponent)0; in GetPlaneComponent() local
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()
491 plane_component = in GetPlaneComponent()
499 return plane_component; in GetPlaneComponent()