Lines Matching refs:PlaneComponent
460 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvUbwcSPPlaneInfo()
467 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
474 plane_info[2].component = (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Y); in GetYuvUbwcSPPlaneInfo()
482 (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
577 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvSPPlaneInfo()
585 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvSPPlaneInfo()
690 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_RAW; in GetRawPlaneInfo()
1027 format, (PlaneComponent)PLANE_COMPONENT_Y, width, &aligned_w); in GetAlignedWidthAndHeight()
1038 result = CameraInfo::GetInstance()->GetScanline(format, (PlaneComponent)PLANE_COMPONENT_Y, in GetAlignedWidthAndHeight()
1584 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYUVPlaneInfo()
1594 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); 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()
1780 (PlaneComponent)(PLANE_COMPONENT_R | PLANE_COMPONENT_G | PLANE_COMPONENT_B); in GetRGBPlaneInfo()
1782 plane_info->component = (PlaneComponent)(plane_info->component | PLANE_COMPONENT_A); in GetRGBPlaneInfo()