Home
last modified time | relevance | path

Searched refs:u16FrameIndex (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Ddrv_sc_display.h219 E_APIXC_ReturnValue MDrv_SC_ForceReadFrame(void *pInstance, MS_BOOL bEnable, MS_U16 u16FrameIndex);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC_v2.h2206 MS_U16 u16FrameIndex; member
H A DapiXC.h5112 E_APIXC_ReturnValue MApi_XC_ForceReadFrame(MS_BOOL bEnable, MS_U16 u16FrameIndex);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC_v2.h2449 MS_U16 u16FrameIndex; member
H A DapiXC_EX.h4144 …RN_VALUE MApi_XC_EX_ForceReadFrame(XC_DEVICE_ID *pDeviceId, MS_BOOL bEnable, MS_U16 u16FrameIndex);
H A DapiXC.h6455 E_APIXC_ReturnValue MApi_XC_ForceReadFrame(MS_BOOL bEnable, MS_U16 u16FrameIndex);
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_EX.c8901 …URN_VALUE MApi_XC_EX_ForceReadFrame(XC_DEVICE_ID *pDeviceId, MS_BOOL bEnable, MS_U16 u16FrameIndex) in MApi_XC_EX_ForceReadFrame() argument
8911 XCArgs.u16FrameIndex = u16FrameIndex; in MApi_XC_EX_ForceReadFrame()
H A DapiXC_v2.c6227 …eturnValue = psXCInstPri->fpXC_ForceReadFrame(pInstance, pXCArgs->bEnable, pXCArgs->u16FrameIndex); in _XCIoctl()
6230 …e = psXCInstPri->fpXC_ForceReadFrame(g_pDevice1Instance, pXCArgs->bEnable, pXCArgs->u16FrameIndex); in _XCIoctl()
H A DXC_private.h2286 …PIXC_ReturnValue MApi_XC_ForceReadFrame_U2(void* pInstance, MS_BOOL bEnable, MS_U16 u16FrameIndex);
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c11251 …APIXC_ReturnValue MApi_XC_ForceReadFrame_U2(void* pInstance, MS_BOOL bEnable, MS_U16 u16FrameIndex) in MApi_XC_ForceReadFrame_U2() argument
11258 bRet = MDrv_SC_ForceReadFrame(pInstance, bEnable, u16FrameIndex); in MApi_XC_ForceReadFrame_U2()
11266 E_APIXC_ReturnValue MApi_XC_ForceReadFrame(MS_BOOL bEnable, MS_U16 u16FrameIndex) in MApi_XC_ForceReadFrame() argument
11276 XCArgs.u16FrameIndex = u16FrameIndex; in MApi_XC_ForceReadFrame()
H A Dmvideo.c.011235 /// @param u16FrameIndex \b IN: control specified frame to show
11237 …APIXC_ReturnValue MApi_XC_ForceReadFrame_U2(void* pInstance, MS_BOOL bEnable, MS_U16 u16FrameIndex)
11244 bRet = MDrv_SC_ForceReadFrame(pInstance, bEnable, u16FrameIndex);
11252 E_APIXC_ReturnValue MApi_XC_ForceReadFrame(MS_BOOL bEnable, MS_U16 u16FrameIndex)
11262 XCArgs.u16FrameIndex = u16FrameIndex;
H A Dmdrv_sc_display.c9675 E_APIXC_ReturnValue MDrv_SC_ForceReadFrame(void *pInstance, MS_BOOL bEnable, MS_U16 u16FrameIndex) in MDrv_SC_ForceReadFrame() argument
9679 MS_U16 u16value = (bEnable << 11) | ((u16FrameIndex & 0x07) << 8); in MDrv_SC_ForceReadFrame()
H A Dmdrv_sc_display.c.09673 E_APIXC_ReturnValue MDrv_SC_ForceReadFrame(void *pInstance, MS_BOOL bEnable, MS_U16 u16FrameIndex)
9677 MS_U16 u16value = (bEnable << 11) | ((u16FrameIndex & 0x07) << 8);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt5405 E_APIXC_ReturnValue MApi_XC_ForceReadFrame(MS_BOOL bEnable, MS_U16 u16FrameIndex);
39303 …RN_VALUE MApi_XC_EX_ForceReadFrame(XC_DEVICE_ID *pDeviceId, MS_BOOL bEnable, MS_U16 u16FrameIndex);
62349 MS_U16 u16FrameIndex;