Home
last modified time | relevance | path

Searched refs:eResult (Results 1 – 25 of 30) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c257 SC_Result eResult; member
1392 SC_Result eResult=E_SC_OK; in _SC_Recv() local
1513 eResult = E_SC_TIMEOUT; in _SC_Recv()
1536 eResult = E_SC_CARDOUT; in _SC_Recv()
1547 eResult = E_SC_FAIL; in _SC_Recv()
1554 eResult = E_SC_DATAERROR; in _SC_Recv()
1562 eResult = E_SC_FAIL; in _SC_Recv()
1576 eResult = E_SC_TIMEOUT; in _SC_Recv()
1586 eResult = E_SC_FAIL; in _SC_Recv()
1600 eResult = E_SC_DATAERROR; in _SC_Recv()
[all …]
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c214 SC_Result eResult; member
2116 SC_Result eResult = E_SC_OK; in _SC_PPS() local
2129 eResult= _SC_RawExchange(u8SCID, u8SendData, &u16SendLen, _pu8PPS, &_u16PPSLen, 0); in _SC_PPS()
2131 if (((eResult = _SC_Send(u8SCID, u8SendData, u16SendLen, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in _SC_PPS()
2134 return eResult; in _SC_PPS()
2137 eResult = _SC_Recv(u8SCID, _pu8PPS, &_u16PPSLen, SC_T0_RECV_TIMEOUT); in _SC_PPS()
2142 return eResult; in _SC_PPS()
2314 …_scSendData.eResult = _SC_Send(u8SCID, (MS_U8 *)_scSendData.u32FifoDataBuf, _scSendData.u16DataLen… in _SC_Task_Proc()
3632 SC_Result eResult = E_SC_FAIL; in MDrv_SC_GetATR() local
3646 eResult = _SC_GetATR(u8SCID, u32TimeOut); in MDrv_SC_GetATR()
[all …]
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c936 VDEC_EX_Result eResult; in _DMS_VDEC_Frame_AddRef_Interlace() local
937 eResult = MApi_VDEC_EX_DisplayFrame((VDEC_StreamId*)&VdecStreamId, &VdecDispFrm); in _DMS_VDEC_Frame_AddRef_Interlace()
938 if (eResult != E_VDEC_EX_OK) in _DMS_VDEC_Frame_AddRef_Interlace()
942 …ndow %d, BufID %d, MApi_VDEC_EX_DisplayFrame return %d\n",__FUNCTION__,u32Window,u16BufID,eResult); in _DMS_VDEC_Frame_AddRef_Interlace()
951 VDEC_EX_Result eResult; in _DMS_VDEC_Frame_AddRef_Interlace() local
952 eResult = MApi_VDEC_EX_DisplayFrame((VDEC_StreamId*)&VdecStreamId, &VdecDispFrm); in _DMS_VDEC_Frame_AddRef_Interlace()
953 if (eResult != E_VDEC_EX_OK) in _DMS_VDEC_Frame_AddRef_Interlace()
957 …fID %d, 2nd Field, MApi_VDEC_EX_DisplayFrame return %d\n",__FUNCTION__,u32Window,u16BufID,eResult); in _DMS_VDEC_Frame_AddRef_Interlace()
997 VDEC_EX_Result eResult; in _DMS_VDEC_Frame_Release_Interlace() local
998 eResult = MApi_VDEC_EX_ReleaseFrame((VDEC_StreamId *) &VdecStreamId, &VdecDispFrm); in _DMS_VDEC_Frame_Release_Interlace()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiPNL_v2.h214 APIPNL_Result eResult; member
421 APIPNL_Result eResult; member
427 APIPNL_Result eResult; member
434 APIPNL_Result eResult; member
441 APIPNL_Result eResult; member
448 APIPNL_Result eResult; member
H A DapiXC_Ace_v2.h215 E_XC_ACE_RESULT eResult; member
306 E_XC_ACE_RESULT eResult; member
365 E_XC_ACE_RESULT eResult; member
H A DapiXC_Dlc_v2.h336 E_XC_DLC_RESULT eResult; member
342 const XC_DLC_ApiInfo * eResult; member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiPNL_v2.h205 APIPNL_Result eResult; member
406 APIPNL_Result eResult; member
412 APIPNL_Result eResult; member
419 APIPNL_Result eResult; member
425 APIPNL_Result eResult; member
H A DapiXC_Ace_v2.h213 E_XC_ACE_RESULT eResult; member
304 E_XC_ACE_RESULT eResult; member
363 E_XC_ACE_RESULT eResult; member
H A DapiXC_Dlc_v2.h316 E_XC_DLC_RESULT eResult; member
322 const XC_DLC_ApiInfo * eResult; member
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c957 VDEC_EX_Result eResult; in _DMS_VDEC_Frame_AddRef() local
958 eResult = MApi_VDEC_EX_DisplayFrame((VDEC_StreamId*)&VdecStreamId, &VdecDispFrm); in _DMS_VDEC_Frame_AddRef()
959 if (eResult != E_VDEC_EX_OK) in _DMS_VDEC_Frame_AddRef()
963 …, BufID %d, MApi_VDEC_EX_DisplayFrame return %d\n",__FUNCTION__, (int)u32Window,u16BufID, eResult); in _DMS_VDEC_Frame_AddRef()
992 VDEC_EX_Result eResult; in _DMS_VDEC_Frame_Release() local
993 eResult = MApi_VDEC_EX_ReleaseFrame((VDEC_StreamId *) &VdecStreamId, &VdecDispFrm); in _DMS_VDEC_Frame_Release()
994 if (eResult != E_VDEC_EX_OK) in _DMS_VDEC_Frame_Release()
998 … BufID %d, MApi_VDEC_EX_ReleaseFrame return %d\n",__FUNCTION__, (int)u32Window, u16BufID, eResult); in _DMS_VDEC_Frame_Release()
1591 EN_DMS_RESULT eResult = E_DMS_FAIL; in MDrv_DMS_Video_Flip() local
1631 return eResult; in MDrv_DMS_Video_Flip()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/pnl/
H A DapiPNL_EX.c952 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_EX_GetLibVer()
960 return (PNL_EX_Result)PNLArgs.eResult; in MApi_PNL_EX_GetLibVer()
1727 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_EX_SkipTimingChange()
1735 return (PNL_EX_Result)PNLArgs.eResult; in MApi_PNL_EX_SkipTimingChange()
1785 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_EX_OverDriver_Init()
1793 return (PNL_EX_Result)PNLArgs.eResult; in MApi_PNL_EX_OverDriver_Init()
1816 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_EX_OverDriver_Enable()
1824 return (PNL_EX_Result)PNLArgs.eResult; in MApi_PNL_EX_OverDriver_Enable()
H A DapiPNL_v2.c322 pPNLArgs->eResult = psPNLInstPri->fpPNL_GetLibVer(pInstance, pPNLArgs->ppVersion); in PNLIoctl()
606 pPNLArgs->eResult = psPNLInstPri->fpPNL_SkipTimingChange(pInstance, pPNLArgs->bFlag); in PNLIoctl()
614 pPNLArgs->eResult = psPNLInstPri->fpPNL_PreSetModeOn(pInstance, pPNLArgs->bSetMode); in PNLIoctl()
622 …pPNLArgs->eResult = psPNLInstPri->fpPNL_OverDriver_Init(pInstance, pPNLArgs->pPNL_ODInitData, pPNL… in PNLIoctl()
630 pPNLArgs->eResult = psPNLInstPri->fpPNL_OverDriver_Enable(pInstance, pPNLArgs->bEnable); in PNLIoctl()
H A DapiPNL.c1677 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_GetLibVer()
1685 return PNLArgs.eResult; in MApi_PNL_GetLibVer()
3453 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_SkipTimingChange()
3461 return PNLArgs.eResult; in MApi_PNL_SkipTimingChange()
3510 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_PreSetModeOn()
3518 return PNLArgs.eResult; in MApi_PNL_PreSetModeOn()
3595 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_OverDriver_Init()
3603 return PNLArgs.eResult; in MApi_PNL_OverDriver_Init()
3637 PNLArgs.eResult = E_APIPNL_FAIL; in MApi_PNL_OverDriver_Enable()
3645 return PNLArgs.eResult; in MApi_PNL_OverDriver_Enable()
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c666 E_APIXC_ReturnValue eResult = E_APIXC_RET_FAIL; in MApi_XC_PCMonitor_SetTimingCountEx_U2() local
677 eResult = E_APIXC_RET_OK; in MApi_XC_PCMonitor_SetTimingCountEx_U2()
683 eResult = E_APIXC_RET_OK; in MApi_XC_PCMonitor_SetTimingCountEx_U2()
689 eResult = E_APIXC_RET_OK; in MApi_XC_PCMonitor_SetTimingCountEx_U2()
694 eResult = E_APIXC_RET_FAIL_INVALID_PARAMETER; in MApi_XC_PCMonitor_SetTimingCountEx_U2()
697 return eResult; in MApi_XC_PCMonitor_SetTimingCountEx_U2()
H A DapiXC_PCMonitor.c.0666 E_APIXC_ReturnValue eResult = E_APIXC_RET_FAIL;
677 eResult = E_APIXC_RET_OK;
683 eResult = E_APIXC_RET_OK;
689 eResult = E_APIXC_RET_OK;
694 eResult = E_APIXC_RET_FAIL_INVALID_PARAMETER;
697 return eResult;
/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace_v2.c317 … pACEArgs->eResult = psACEInstPri->fpACE_SetBypassColorMatrix(pInstance, pACEArgs->bEnable); in ACEIoctl()
426 …pACEArgs->eResult = psACEInstPri->fpACE_SkipWaitVsync(pInstance, pACEArgs->eWindow, pACEArgs->bIsS… in ACEIoctl()
718 pACEArgs->eResult = psACEInstPri->fpACE_GetLibVer(pInstance, pACEArgs->ppVersion); in ACEIoctl()
H A DapiXC_Ace_EX.c718 ACEArgs.eResult = E_XC_ACE_FAIL; in MApi_XC_ACE_EX_SetBypassColorMatrix()
726 return ACEArgs.eResult; in MApi_XC_ACE_EX_SetBypassColorMatrix()
946 ACEArgs.eResult = E_XC_ACE_FAIL; in MApi_XC_ACE_EX_SkipWaitVsync()
954 return ACEArgs.eResult; in MApi_XC_ACE_EX_SkipWaitVsync()
H A DapiXC_Ace.c827 ACEArgs.eResult = E_XC_ACE_FAIL; in MApi_XC_ACE_SetBypassColorMatrix()
835 return ACEArgs.eResult; in MApi_XC_ACE_SetBypassColorMatrix()
1413 ACEArgs.eResult = E_XC_ACE_FAIL; in MApi_XC_ACE_SkipWaitVsync()
1421 return ACEArgs.eResult; in MApi_XC_ACE_SkipWaitVsync()
1921 ACEArgs.eResult = E_XC_ACE_FAIL; in MApi_XC_ACE_GetLibVer()
1929 return ACEArgs.eResult; in MApi_XC_ACE_GetLibVer()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c8794 JPEG_Result eResult = E_JPEG_OKAY; in MApi_JPEG_GetControl_OJPD() local
8805 eResult = MApi_JPEG_GetEXIFManufacturer((MS_U8 *)param, u32size*4); in MApi_JPEG_GetControl_OJPD()
8813 eResult = MApi_JPEG_GetEXIFModel((MS_U8 *)param, u32size*4); in MApi_JPEG_GetControl_OJPD()
8831 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
8840 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
8849 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
8858 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
8875 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
8884 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
8911 eResult = E_JPEG_FAILED; in MApi_JPEG_GetControl_OJPD()
[all …]
H A DapiJPEG.c9525 JPEG_Result eResult = E_JPEG_OKAY; in _MApi_JPEG_GetControl() local
9536 eResult = MApi_JPEG_GetEXIFManufacturer((MS_U8 *)param, u32size*4); in _MApi_JPEG_GetControl()
9544 eResult = MApi_JPEG_GetEXIFModel((MS_U8 *)param, u32size*4); in _MApi_JPEG_GetControl()
9562 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
9571 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
9580 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
9589 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
9606 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
9615 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
9676 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c8781 JPEG_Result eResult = E_JPEG_OKAY; in _MApi_JPEG_GetControl() local
8792 eResult = MApi_JPEG_GetEXIFManufacturer((MS_U8 *)param, u32size*4); in _MApi_JPEG_GetControl()
8800 eResult = MApi_JPEG_GetEXIFModel((MS_U8 *)param, u32size*4); in _MApi_JPEG_GetControl()
8818 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8827 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8836 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8845 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8862 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8871 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8882 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
[all …]
/utopia/UTPA2-700.0.x/modules/dlc/api/dlc/
H A DapiXC_Dlc.c1544 DLCArgs.eResult = E_XC_DLC_FAIL; in MApi_XC_DLC_GetLibVer()
1554 return DLCArgs.eResult; in MApi_XC_DLC_GetLibVer()
1576 DLCArgs.eResult=0; in MApi_XC_DLC_GetInfo()
1587 return DLCArgs.eResult; in MApi_XC_DLC_GetInfo()
H A DapiXC_Dlc_v2.c570 pDLCArgs->eResult = psDLCInstPri->fpDLC_GetLibVer(pInstance, pDLCArgs->ppVersion); in DLCIoctl()
585 pDLCArgs->eResult = psDLCInstPri->fpDLC_GetInfo(pInstance); in DLCIoctl()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c3678 TSP_Result eResult = E_TSP_FAIL; in MDrv_TSP_FLT_Alloc() local
3691 eResult = MDrv_TSP_FLT_Alloc_Common(u32TSPId, eFltType, pu32FltId); in MDrv_TSP_FLT_Alloc()
3693 if( eResult != E_TSP_OK) in MDrv_TSP_FLT_Alloc()
3703 TSP_Result eResult = E_TSP_FAIL; in MDrv_TSP_FLT_Alloc_Ex() local
3704 eResult = MDrv_TSP_FLT_Alloc_Common(u32TSPId, eFltType, pu32FltId); in MDrv_TSP_FLT_Alloc_Ex()
3705 if( eResult != E_TSP_OK) in MDrv_TSP_FLT_Alloc_Ex()
4612 TSP_Result eResult; in MDrv_TSP_FLT_Enable() local
4619 eResult = _MDrv_TSP_FLT_Enable(u32FltId, bEnable); in MDrv_TSP_FLT_Enable()
4621 TSP_RETURN(eResult); in MDrv_TSP_FLT_Enable()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c8767 JPEG_Result eResult = E_JPEG_OKAY; in _MApi_JPEG_GetControl() local
8778 eResult = MApi_JPEG_GetEXIFManufacturer((MS_U8 *)param, u32size*4); in _MApi_JPEG_GetControl()
8786 eResult = MApi_JPEG_GetEXIFModel((MS_U8 *)param, u32size*4); in _MApi_JPEG_GetControl()
8804 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8813 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8822 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8831 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8848 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8857 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
8868 eResult = E_JPEG_FAILED; in _MApi_JPEG_GetControl()
[all …]

12