Lines Matching refs:psAvdResPri

369     AVD_RESOURCE_PRIVATE* psAvdResPri = NULL;  in AVDIoctl()  local
376 if(UtopiaResourceGetPrivate(pResource,(void*)&psAvdResPri) != 0) in AVDIoctl()
387 psAvdResPri->_bShiftClkFlag = 0; in AVDIoctl()
388 psAvdResPri->_b2d3dautoflag = 1; in AVDIoctl()
389 psAvdResPri->_bSTRFlag = 0; in AVDIoctl()
391 psAvdResPri->_u8HtotalDebounce = 0; in AVDIoctl()
392 psAvdResPri->_u8AutoDetMode = FSC_AUTO_DET_ENABLE; in AVDIoctl()
393 psAvdResPri->_u8AfecD4Factory = 0; in AVDIoctl()
394 psAvdResPri->_u8Comb10Bit3Flag = 1; in AVDIoctl()
395 psAvdResPri->_u8Comb57 = 0x04; in AVDIoctl()
396 psAvdResPri->_u8Comb58 = 0x01; in AVDIoctl()
397 psAvdResPri->_u8Comb5F = 0x08; in AVDIoctl()
398 psAvdResPri->_u8SCARTSwitch = 0; // 0: CVBS, 1:Svideo; in AVDIoctl()
399 psAvdResPri->_u8SCARTPrestandard = 0; in AVDIoctl()
400 psAvdResPri->_u8AutoTuningIsProgress = 0; in AVDIoctl()
402 psAvdResPri->_u16CurVDStatus = 0; in AVDIoctl()
403 psAvdResPri->_u16DataH[0]=0; in AVDIoctl()
404 psAvdResPri->_u16DataH[1]=0; in AVDIoctl()
405 psAvdResPri->_u16DataH[2]=0; in AVDIoctl()
406 psAvdResPri->_u16LatchH = 1135L; in AVDIoctl()
407 psAvdResPri->_u16Htt_UserMD = 1135; in AVDIoctl()
408 psAvdResPri->_u16DPL_LSB = 0; in AVDIoctl()
409 psAvdResPri->_u16DPL_MSB = 0; in AVDIoctl()
411 psAvdResPri->u32VDPatchFlagStatus = 0; in AVDIoctl()
412 psAvdResPri->_u32VideoSystemTimer = 0; in AVDIoctl()
413 psAvdResPri->_u32SCARTWaitTime = 0; in AVDIoctl()
415 psAvdResPri->_eVideoSystem = E_VIDEOSTANDARD_PAL_BGHI; in AVDIoctl()
416 psAvdResPri->_eForceVideoStandard = E_VIDEOSTANDARD_AUTO; in AVDIoctl()
417 psAvdResPri->_eLastStandard = E_VIDEOSTANDARD_NOTSTANDARD; in AVDIoctl()
418 psAvdResPri->_eVDInputSource = E_INPUT_SOURCE_ATV; in AVDIoctl()
419 psAvdResPri->gShiftMode = E_ATV_CLK_ORIGIN_43P2MHZ; in AVDIoctl()
422 … = (psAvdInstPri->fpAVDInit)(&(pINITParam->pVD_InitData), pINITParam->u32InitDataLen, psAvdResPri); in AVDIoctl()
427 (psAvdInstPri->fpAVDExit)(psAvdResPri); in AVDIoctl()
432 u32Ret = (psAvdInstPri->fpAVDResetMCU)(psAvdResPri); in AVDIoctl()
438 (psAvdInstPri->fpAVDFreezeMCU)(bEnable, psAvdResPri); in AVDIoctl()
443 … u32Ret = (psAvdInstPri->fpAVDScanHsyncCheck)(pScanHsyncCheck->u8HtotalTolerance, psAvdResPri); in AVDIoctl()
448 (psAvdInstPri->fpAVDStartAutoStandardDetection)(psAvdResPri); in AVDIoctl()
453 …Ret =(psAvdInstPri->fpAVDForceVideoStandard)(pForceVideoStandard->eVideoStandardType, psAvdResPri); in AVDIoctl()
458 (psAvdInstPri->fpAVD3DCombSpeedup)(psAvdResPri); in AVDIoctl()
463 (psAvdInstPri->fpAVDLoadDSP)(pLoadDSPParam->pu8VD_DSP, pLoadDSPParam->len, psAvdResPri); in AVDIoctl()
473 … u32Ret = (psAvdInstPri->fpAVDMBX_ReadByteByVDMbox)(pMbxReadByteByVDMbox->u8Addr, psAvdResPri); in AVDIoctl()
478 (psAvdInstPri->fpAVDSetFlag)(u32Value, psAvdResPri); in AVDIoctl()
486 (psAvdInstPri->fpAVDSetRegFromDSP)(psAvdResPri); in AVDIoctl()
491 … u32Ret = (psAvdInstPri->fpAVDSetInput)(pSetInput->eSource, pSetInput->u8ScartFB, psAvdResPri); in AVDIoctl()
497 …VDSetVideoStandard)(pSetVideoStandard->eStandard, pSetVideoStandard->bIsInAutoTuning, psAvdResPri); in AVDIoctl()
502 (psAvdInstPri->fpAVDSetChannelChange)(psAvdResPri); in AVDIoctl()
506 (psAvdInstPri->fpAVDSetHsyncDetectionForTuning)(*(MS_BOOL *)pArgs, psAvdResPri); in AVDIoctl()
510 (psAvdInstPri->fpAVDSet3dComb)(*(MS_BOOL *)pArgs, psAvdResPri); in AVDIoctl()
515 … (psAvdInstPri->fpAVDSetShiftClk)(pSetShiftCLK->bEnable, pSetShiftCLK->eShiftMode, psAvdResPri); in AVDIoctl()
519 (psAvdInstPri->fpAVDSetFreerunPLL)(*(AVD_VideoFreq *)pArgs, psAvdResPri); in AVDIoctl()
523 (psAvdInstPri->fpAVDSetFreerunFreq)(*(AVD_FreeRunFreq *)pArgs, psAvdResPri); in AVDIoctl()
528 …dInstPri->fpAVDSetFactoryPara)(pSetFactorypara->FactoryPara, pSetFactorypara->u8Value,psAvdResPri); in AVDIoctl()
532 psAvdResPri->_u16Htt_UserMD = *(MS_U16*)pArgs; in AVDIoctl()
537 u32Ret = (psAvdInstPri->fpAVDSetDbgLevel)(pSetDbgLevel->u8DbgLevel, psAvdResPri); in AVDIoctl()
542 (psAvdInstPri->fpAVDSetPQFineTune)(psAvdResPri); in AVDIoctl()
547 …vdInstPri->fpAVDSet3dCombSpeed)(pSet3DCOMBSpeed->u8COMB57, pSet3DCOMBSpeed->u8COMB58, psAvdResPri); in AVDIoctl()
551 (psAvdInstPri->fpAVDSetStillImageParam)(*(AVD_Still_Image_Param*)pArgs, psAvdResPri); in AVDIoctl()
555 psAvdResPri->_u8AfecD4Factory = *(MS_U8*)pArgs; in AVDIoctl()
567 u32Ret= psAvdResPri->g_VD_InitData.u32VDPatchFlag; in AVDIoctl()
592 …2Ret = (psAvdInstPri->fpAVDGetStandardDetection)(&(pStandardDetection->vdLatchStatus),psAvdResPri); in AVDIoctl()
597 u32Ret = (MS_U32)psAvdResPri->_eLastStandard; in AVDIoctl()
602 …GetCaptureWindow)(pGetCaptureWindow->stCapWin, pGetCaptureWindow->eVideoStandardType, psAvdResPri); in AVDIoctl()
616 u32Ret = (psAvdInstPri->fpAVDGetDSPFineGain)(psAvdResPri); in AVDIoctl()
633 pCopyToUser->eAVDInfo.eVDInputSource = psAvdResPri->_eVDInputSource; in AVDIoctl()
634 pCopyToUser->eAVDInfo.eVideoSystem = psAvdResPri->_eVideoSystem; in AVDIoctl()
635 pCopyToUser->eAVDInfo.eLastStandard = psAvdResPri->_eLastStandard; in AVDIoctl()
636 pCopyToUser->eAVDInfo.u8AutoDetMode=psAvdResPri->_u8AutoDetMode; in AVDIoctl()
637 pCopyToUser->eAVDInfo.u16CurVDStatus=psAvdResPri->_u16CurVDStatus; in AVDIoctl()
638 pCopyToUser->eAVDInfo.u8AutoTuningIsProgress=psAvdResPri->_u8AutoTuningIsProgress; in AVDIoctl()
657 u32Ret = (psAvdInstPri->fpAVDSetPowerState)(pSetPowerState->u16PowerState, psAvdResPri); in AVDIoctl()