Lines Matching refs:PlaneComponent
428 plane_info[0].component = (PlaneComponent)PLANE_COMPONENT_Y; in GetYuvUbwcSPPlaneInfo()
435 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); in GetYuvUbwcSPPlaneInfo()
442 plane_info[2].component = (PlaneComponent)(PLANE_COMPONENT_META | PLANE_COMPONENT_Y); in GetYuvUbwcSPPlaneInfo()
450 (PlaneComponent)(PLANE_COMPONENT_META | 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()
1515 plane_info[1].component = (PlaneComponent)(PLANE_COMPONENT_Cb | PLANE_COMPONENT_Cr); 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()
1707 (PlaneComponent)(PLANE_COMPONENT_R | PLANE_COMPONENT_G | PLANE_COMPONENT_B); in GetRGBPlaneInfo()
1709 plane_info->component = (PlaneComponent)(plane_info->component | PLANE_COMPONENT_A); in GetRGBPlaneInfo()