Lines Matching refs:pu32VDEC_Inst

463 void* pu32VDEC_Inst = NULL;  variable
2838 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetLibVer()
2851 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETLIBVER, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetLibVer()
2880 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetInfo()
2893 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETINFO, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetInfo()
2924 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetStatus()
2937 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETSTATUS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetStatus()
2975 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CheckCaps()
2988 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CHECKCAPS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CheckCaps()
3082 if (pu32VDEC_Inst == NULL) in MApi_VDEC_EnableTurboMode()
3095 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_ENABLETUEBOMODE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_EnableTurboMode()
3516 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Init()
3518 if(UtopiaOpen(MODULE_VDEC, &pu32VDEC_Inst, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Init()
3531 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_INIT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Init()
4136 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Init_EX()
4138 if(UtopiaOpen(MODULE_VDEC, &pu32VDEC_Inst, 0, NULL) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Init_EX()
4152 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_INIT_EX, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Init_EX()
4742 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Rst()
4753 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_RST, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Rst()
4817 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Exit()
4827 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_EXIT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Exit()
4835 if(UtopiaClose(pu32VDEC_Inst) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Exit()
4838 pu32VDEC_Inst = NULL; in MApi_VDEC_Exit()
4841 pu32VDEC_Inst = NULL; in MApi_VDEC_Exit()
4966 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CheckDispInfoRdy()
4977 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CHECK_DISP_INFO_RDY, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_CheckDispInfoRdy()
5061 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetFrcMode()
5075 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_FRC_MODE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetFrcMode()
5203 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetDynScalingParams()
5216 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_DYNSCALING_PARAMS, (void*)&IO_arg) != UTOPIA_STATUS… in MApi_VDEC_SetDynScalingParams()
5276 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Play()
5287 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_PLAY, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Play()
5348 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Pause()
5358 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_PAUSE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Pause()
5420 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Resume()
5430 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_RESUME, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Resume()
5490 if (pu32VDEC_Inst == NULL) in MApi_VDEC_StepDisp()
5500 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_STEP_DISP, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_StepDisp()
5569 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsStepDispDone()
5579 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_STEP_DISP_DONE, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_IsStepDispDone()
5649 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SeekToPTS()
5661 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SEEK_TO_PTS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SeekToPTS()
5731 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SkipToPTS()
5744 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SKIP_TO_PTS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SkipToPTS()
5814 if (pu32VDEC_Inst == NULL) in MApi_VDEC_StepDecode()
5826 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_STEP_DECODE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_StepDecode()
5898 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsStepDecodeDone()
5910 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_STEP_DECODE_DONE, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_IsStepDecodeDone()
5981 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetTrickMode()
5993 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_TRICK_MODE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCES… in MApi_VDEC_SetTrickMode()
6103 if (pu32VDEC_Inst == NULL) in MApi_VDEC_PushDecQ()
6115 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_PUSH_DECQ, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_PushDecQ()
6229 if (pu32VDEC_Inst == NULL) in MApi_VDEC_FireDecCmd()
6239 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_FIRE_DEC_CMD, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_FireDecCmd()
6300 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDecQVacancy()
6311 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DECQ_VACANCY, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_GetDecQVacancy()
6369 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsCCAvailable()
6379 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_CC_AVAILABLE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_IsCCAvailable()
6428 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetCCInfo()
6442 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_CC_INFO, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetCCInfo()
6525 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Flush()
6538 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_FLUSH, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Flush()
6606 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetESWritePtr()
6616 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_ES_WRITE_PTR, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_GetESWritePtr()
6678 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetESReadPtr()
6688 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_ES_READ_PTR, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_GetESReadPtr()
6749 if (pu32VDEC_Inst == NULL) in MApi_VDEC_EnableLastFrameShow()
6763 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_ENABLE_LAST_FRAME_SHOW, (void*)&IO_arg) != UTOPIA_STATU… in MApi_VDEC_EnableLastFrameShow()
6830 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsDispFinish()
6842 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_DISP_FINISH, (void*)&IO_arg) != UTOPIA_STATUS_SUCCES… in MApi_VDEC_IsDispFinish()
6908 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetSpeed()
6922 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_SPEED, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetSpeed()
7179 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsFrameRdy()
7191 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_FRAME_RDY, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsFrameRdy()
7252 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetFreezeDisp()
7265 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_FREEZE_DISP, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_SetFreezeDisp()
7329 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetBlueScreen()
7342 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_BLUE_SCREEN, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_SetBlueScreen()
7406 if (pu32VDEC_Inst == NULL) in MApi_VDEC_ResetPTS()
7419 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_RESET_PTS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_ResetPTS()
7483 if (pu32VDEC_Inst == NULL) in MApi_VDEC_AVSyncOn()
7498 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_AVSYNC_ON, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_AVSyncOn()
7584 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetAVSyncFreerunThreshold()
7597 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_AVSYNC_FREERUN_THRESHOLD, (void*)&IO_arg) != UTOPIA… in MApi_VDEC_SetAVSyncFreerunThreshold()
7662 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsAVSyncOn()
7674 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_AVSYNC_ON, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsAVSyncOn()
7735 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetPTS()
7747 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_PTS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetPTS()
7814 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetNextPTS()
7826 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_NEXT_PTS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetNextPTS()
7888 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsStartSync()
7900 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_START_SYNC, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsStartSync()
7974 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsReachSync()
7986 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_REACH_SYNC, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsReachSync()
8051 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsFreerun()
8063 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_FREERUN, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsFreerun()
8124 if (pu32VDEC_Inst == NULL) in MApi_VDEC_MHEG_DecodeIFrame()
8139 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_MHEG_DECODE_I_FRAME, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_MHEG_DecodeIFrame()
8257 if (pu32VDEC_Inst == NULL) in MApi_VDEC_MHEG_IsIFrameDecoding()
8269 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_MHEG_IS_I_FRAME_DECODING, (void*)&IO_arg) != UTOPIA_STA… in MApi_VDEC_MHEG_IsIFrameDecoding()
8322 if (pu32VDEC_Inst == NULL) in MApi_VDEC_MHEG_RstIFrameDec()
8334 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_MHEG_RST_I_FRAME_DEC, (void*)&IO_arg) != UTOPIA_STATUS_… in MApi_VDEC_MHEG_RstIFrameDec()
8382 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetErrCode()
8394 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_ERR_CODE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetErrCode()
8498 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetErrCnt()
8510 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_ERR_CNT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetErrCnt()
8575 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetActiveCodecType()
8587 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_ACTIVE_CODEC_TYPE, (void*)&IO_arg) != UTOPIA_STATUS… in MApi_VDEC_GetActiveCodecType()
8615 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetBitsRate()
8627 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_BITS_RATE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetBitsRate()
8673 if (pu32VDEC_Inst == NULL) in MApi_VDEC_Is32PullDown()
8685 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_32PULLDOWN, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_Is32PullDown()
8733 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsAlive()
8745 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_ALIVE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsAlive()
8792 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetVideoPtsStcDelta()
8804 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_VIDEO_PTS_STC_DELTA, (void*)&IO_arg) != UTOPIA_STAT… in MApi_VDEC_GetVideoPtsStcDelta()
8868 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsWithValidStream()
8880 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_WITH_VALID_STREAM, (void*)&IO_arg) != UTOPIA_STATUS_… in MApi_VDEC_IsWithValidStream()
8944 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsIFrameFound()
8956 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_I_FRAME_FOUND, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_IsIFrameFound()
9021 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsWithLowDelay()
9033 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_WITH_LOW_DELAY, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_IsWithLowDelay()
9100 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsAllBufferEmpty()
9112 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_ALL_BUFFER_EMPTY, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_IsAllBufferEmpty()
9176 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetGOPCnt()
9188 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_GOP_CNT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetGOPCnt()
9244 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetFrameCnt()
9256 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_FRAME_CNT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetFrameCnt()
9320 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetSkipCnt()
9332 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_SKIP_CNT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetSkipCnt()
9387 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDropCnt()
9399 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DROP_CNT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetDropCnt()
9457 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDispInfo()
9470 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DISP_INFO, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetDispInfo()
9673 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetTrickMode()
9685 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_TRICK_MODE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCES… in MApi_VDEC_GetTrickMode()
9800 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetActiveFormat()
9812 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_ACTIVE_FORMAT, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_GetActiveFormat()
9866 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetColourPrimaries()
9878 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_COLOUR_PRIMARIES, (void*)&IO_arg) != UTOPIA_STATUS_… in MApi_VDEC_GetColourPrimaries()
9938 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetHWKey()
9951 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_HW_KEY, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetHWKey()
10003 if (pu32VDEC_Inst == NULL) in MApi_VDEC_IsSeqChg()
10015 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_IS_SEQ_CHG, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_IsSeqChg()
10080 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetDbgLevel()
10093 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SET_DBG_LEVEL, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetDbgLevel()
10208 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDecFrameInfo()
10221 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DEC_FRAME_INFO, (void*)&IO_arg) != UTOPIA_STATUS_SU… in MApi_VDEC_GetDecFrameInfo()
10355 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDispFrameInfo()
10368 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DISP_FRAME_INFO, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_GetDispFrameInfo()
10499 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetExtDispInfo()
10512 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_EXT_DISP_INFO, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_GetExtDispInfo()
10573 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDecTimeCode()
10586 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DEC_TIME_CODE, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_GetDecTimeCode()
10650 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDispTimeCode()
10663 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GET_DISP_TIME_CODE, (void*)&IO_arg) != UTOPIA_STATUS_SU… in MApi_VDEC_GetDispTimeCode()
10729 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_StartParsing()
10741 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_STARTPARSING, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_CC_StartParsing()
10801 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_StopParsing()
10812 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_STOPPARSING, (void*)&IO_arg) != UTOPIA_STATUS_SUCCES… in MApi_VDEC_CC_StopParsing()
10872 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetWritePtr()
10884 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETWRITEPTR, (void*)&IO_arg) != UTOPIA_STATUS_SUCCES… in MApi_VDEC_CC_GetWritePtr()
10944 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetReadPtr()
10956 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETREADPTR, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CC_GetReadPtr()
11014 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_UpdateReadPtr()
11026 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_UPDATEREADPTR, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_CC_UpdateReadPtr()
11084 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetIsOverflow()
11096 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETISOVERFLOW, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_CC_GetIsOverflow()
11149 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetEvent()
11163 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SETEVENT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetEvent()
11398 if (pu32VDEC_Inst == NULL) in MApi_VDEC_UnsetEvent()
11410 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_UNSETEVENT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_UnsetEvent()
11646 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetEvent_EX()
11661 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SETENVENT_EX, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetEvent_EX()
11891 if (pu32VDEC_Inst == NULL) in MApi_VDEC_UnsetEvent_EX()
11904 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_UNSETEVENT_EX, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_UnsetEvent_EX()
12136 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetEventInfo()
12148 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETEVENTINFO, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetEventInfo()
12262 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GenPattern()
12276 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GENPATTERN, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GenPattern()
12353 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetPatternLeastLength()
12365 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GENPATTERNLEASTLENGTH, (void*)&IO_arg) != UTOPIA_STATUS… in MApi_VDEC_GetPatternLeastLength()
12423 if (pu32VDEC_Inst == NULL) in MApi_VDEC_DisableDeblocking()
12435 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_DISABLEDEBLOCKING, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_DisableDeblocking()
12487 if (pu32VDEC_Inst == NULL) in MApi_VDEC_DisableQuarterPixel()
12499 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_DISABLEQUARTERPIXEL, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_DisableQuarterPixel()
12552 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetAutoRmLstZeroByte()
12564 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SETAUTORMLSTZEROBYTE, (void*)&IO_arg) != UTOPIA_STATUS_… in MApi_VDEC_SetAutoRmLstZeroByte()
12620 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetBalanceBW()
12635 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SETBALANCEBW, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetBalanceBW()
12683 if (pu32VDEC_Inst == NULL) in MApi_VDEC_DbgDumpStatus()
12694 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_DBGDUMPSTATUS, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_DbgDumpStatus()
12774 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetControl()
12787 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SETCONTROL, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_SetControl()
12903 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetControl()
12916 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETCONTROL, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetControl()
12976 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetDispCnt()
12987 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETDISPCNT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetDispCnt()
13033 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetFwVersion()
13045 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETFWVERSION, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_GetFwVersion()
13091 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SetBlockDisplay()
13103 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SETBLOCKDISPLAY, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_SetBlockDisplay()
13147 if (pu32VDEC_Inst == NULL) in MApi_VDEC_EnableESBuffMalloc()
13159 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_ENABLEESBUFFMALLOC, (void*)&IO_arg) != UTOPIA_STATUS_SU… in MApi_VDEC_EnableESBuffMalloc()
13191 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetESBuffVacancy()
13203 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETESBUFFVACANCY, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_GetESBuffVacancy()
13222 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetESBuff()
13236 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETESBUFFVACANCY, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_GetESBuff()
13349 if (pu32VDEC_Inst == NULL) in MApi_VDEC_GetNextDispFrame()
13361 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_GETNEXTDISPFRAME, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_GetNextDispFrame()
13510 if (pu32VDEC_Inst == NULL) in MApi_VDEC_DisplayFrame()
13522 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_DISPLAYFRAME, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_DisplayFrame()
13582 if (pu32VDEC_Inst == NULL) in MApi_VDEC_ReleaseFrame()
13594 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_RELEASEFRAME, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_ReleaseFrame()
13655 if (pu32VDEC_Inst == NULL) in MApi_VDEC_FlushPTSBuf()
13666 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_FLUSHPTSBUF, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_FlushPTSBuf()
13709 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CaptureFrame()
13722 … if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CAPTUREFRAME, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CaptureFrame()
13789 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_Init()
13801 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_INIT, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CC_Init()
13848 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_SetCfg()
13862 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_SETCFG, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CC_SetCfg()
13929 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_SetBuffStartAdd()
13942 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_SETBUFFSTARTADD, (void*)&IO_arg) != UTOPIA_STATUS_SU… in MApi_VDEC_CC_SetBuffStartAdd()
14009 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_UpdateWriteAdd()
14022 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_UPDATEWRITEADD, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_CC_UpdateWriteAdd()
14069 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_UpdateReadAdd()
14082 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_UPDATEREADADD, (void*)&IO_arg) != UTOPIA_STATUS_SUCC… in MApi_VDEC_CC_UpdateReadAdd()
14149 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_DisableParsing()
14161 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_DISABLEPARSING, (void*)&IO_arg) != UTOPIA_STATUS_SUC… in MApi_VDEC_CC_DisableParsing()
14208 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetInfo()
14222 if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETINFO, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CC_GetInfo()
14295 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetIsRstDone()
14308 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETISRSTDONE, (void*)&IO_arg) != UTOPIA_STATUS_SUCCE… in MApi_VDEC_CC_GetIsRstDone()
14356 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetIsBuffOverflow()
14368 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETISBUFFOVERFLOW, (void*)&IO_arg) != UTOPIA_STATUS_… in MApi_VDEC_CC_GetIsBuffOverflow()
14421 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetWriteAdd()
14433 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETWRITEADD, (void*)&IO_arg) != UTOPIA_STATUS_SUCCES… in MApi_VDEC_CC_GetWriteAdd()
14483 if (pu32VDEC_Inst == NULL) in MApi_VDEC_CC_GetReadAdd()
14495 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_CC_GETREADADD, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_CC_GetReadAdd()
14540 if (pu32VDEC_Inst == NULL) in MApi_VDEC_SystemPreSetControl()
14553 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_SYSTEMPRESETCONTROL, (void*)&IO_arg) != UTOPIA_STATUS_S… in MApi_VDEC_SystemPreSetControl()
14592 if (pu32VDEC_Inst == NULL) in MApi_VDEC_PreSetControl()
14606 …if(UtopiaIoctl(pu32VDEC_Inst,E_VDEC_V2_CMD_PRESETCONTROL, (void*)&IO_arg) != UTOPIA_STATUS_SUCCESS) in MApi_VDEC_PreSetControl()