Searched refs:enMvopMirror (Results 1 – 1 of 1) sorted by relevance
1047 MVOP_DrvMirror enMvopMirror = E_VOPMIRROR_NONE; in MApi_XC_EnableRequest_FrameBufferLess_U2() local1049 enMvopMirror = E_VOPMIRROR_HVBOTH; in MApi_XC_EnableRequest_FrameBufferLess_U2()1051 enMvopMirror = E_VOPMIRROR_VERTICAL; in MApi_XC_EnableRequest_FrameBufferLess_U2()1053 enMvopMirror = E_VOPMIRROR_HORIZONTALL; in MApi_XC_EnableRequest_FrameBufferLess_U2()1055 if (enMvopMirror != E_VOPMIRROR_NONE) in MApi_XC_EnableRequest_FrameBufferLess_U2()1057 MDrv_MVOP_SetVOPMirrorMode(TRUE, enMvopMirror); in MApi_XC_EnableRequest_FrameBufferLess_U2()1064 MVOP_DrvMirror enMvopMirror = E_VOPMIRROR_NONE; in MApi_XC_EnableRequest_FrameBufferLess_U2() local1065 … MDrv_MVOP_GetCommand(&stHdl, E_MVOP_CMD_GET_MIRROR_MODE, &enMvopMirror, sizeof(enMvopMirror)); in MApi_XC_EnableRequest_FrameBufferLess_U2()1067 if (enMvopMirror == E_VOPMIRROR_HVBOTH) in MApi_XC_EnableRequest_FrameBufferLess_U2()1069 else if (enMvopMirror == E_VOPMIRROR_VERTICAL) in MApi_XC_EnableRequest_FrameBufferLess_U2()[all …]