Searched refs:CbEventParam (Results 1 – 2 of 2) sorted by relevance
10744 JPEG_Result MApi_JPEG_GetEvent(JPEG_CB_EVENT_PARAM* CbEventParam)//user in MApi_JPEG_GetEvent() argument10752 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_GetCbEvent, (void*)(CbEventParam)) != UTOPIA_STATUS_SUCC… in MApi_JPEG_GetEvent()10760 JPEG_Result MApi_JPEG_SetEvent(JPEG_CB_EVENT_PARAM* CbEventParam)//user in MApi_JPEG_SetEvent() argument10768 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SetCbEvent, (void*)(CbEventParam)) != UTOPIA_STATUS_SUCC… in MApi_JPEG_SetEvent()10777 JPEG_Result _MApi_JPEG_GetEvent(JPEG_CB_EVENT_PARAM* CbEventParam)//kernel in _MApi_JPEG_GetEvent() argument10780 UNUSED(CbEventParam); in _MApi_JPEG_GetEvent()10783 if(CbEventParam->type == JPEG_CB_EVENT_FILL_HDR) in _MApi_JPEG_GetEvent()10787 CbEventParam->param = s32FillHdrIdx; in _MApi_JPEG_GetEvent()10788 CbEventParam->BufAddr = FillHdrPhyAddr[CbEventParam->param]; in _MApi_JPEG_GetEvent()10789 CbEventParam->BufLength = u32FillHdrLength[CbEventParam->param]; in _MApi_JPEG_GetEvent()[all …]
378 JPEG_Result _MApi_JPEG_GetEvent(JPEG_CB_EVENT_PARAM* CbEventParam);379 JPEG_Result _MApi_JPEG_SetEvent(JPEG_CB_EVENT_PARAM* CbEventParam);