Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_camera_info.cpp479 plane_component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetPlaneComponent()
482 plane_component = (PlaneComponent)PLANE_COMPONENT_Cb; in GetPlaneComponent()
492 (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetPlaneComponent()
511 case (PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr): in GetCamxPlaneType()
514 case PLANE_COMPONENT_Cb: in GetCamxPlaneType()
523 case (PLANE_COMPONENT_META | PLANE_COMPONENT_Cr | PLANE_COMPONENT_Cb): in GetCamxPlaneType()
H A Dgr_utils.h116 PLANE_COMPONENT_Cb = 1 << 1, enumerator
H A Dgr_utils.cpp467 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
482 (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
585 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvSPPlaneInfo()
1594 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYUVPlaneInfo()
1635 plane_info[1].component = (PlaneComponent)PLANE_COMPONENT_Cb; in GetYUVPlaneInfo()
H A Dgr_buf_mgr.cpp615 if (in & PLANE_COMPONENT_Cb) { in grallocToStandardPlaneLayoutComponentType()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_utils.h102 PLANE_COMPONENT_Cb = 1 << 1, enumerator
H A Dgr_utils.cpp435 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
450 (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
550 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvSPPlaneInfo()
1515 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYUVPlaneInfo()
1556 plane_info[1].component = (PlaneComponent)PLANE_COMPONENT_Cb; in GetYUVPlaneInfo()
H A Dgr_buf_mgr.cpp616 if (in & PLANE_COMPONENT_Cb) { in grallocToStandardPlaneLayoutComponentType()