Searched refs:flipMode (Results 1 – 1 of 1) sorted by relevance
1010 pxp_flip_mode_t flipMode) in PXP_SetRotateConfig() argument1015 …PXP_CTRL_ROTATE(degree) | PXP_CTRL_ROT_POS(position) | ((uint32_t)flipMode << PXP_CTRL_HFLIP_SHIFT… in PXP_SetRotateConfig()1021 if ((degree != kPXP_Rotate0) || (flipMode != kPXP_FlipDisable)) in PXP_SetRotateConfig()1032 ctrl |= (PXP_CTRL_ROTATE0(degree) | ((uint32_t)flipMode << PXP_CTRL_HFLIP0_SHIFT)); in PXP_SetRotateConfig()1036 if ((degree != kPXP_Rotate0) || (flipMode != kPXP_FlipDisable)) in PXP_SetRotateConfig()1047 ctrl |= (PXP_CTRL_ROTATE1(degree) | ((uint32_t)flipMode << PXP_CTRL_HFLIP1_SHIFT)); in PXP_SetRotateConfig()