Home
last modified time | relevance | path

Searched refs:PQINFO_DBG (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c4173 PQINFO_DBG(printf("PQ DTV Info:Win=%u, type=%u\n", eWindow, _stDTV_Info[eWindow].eType)); in MDrv_PQ_Set_DTVInfo_U2()
4203 PQINFO_DBG(printf("PQ MM Info:Win=%u, type=%u\n", eWindow, _stMultiMedia_Info[eWindow].eType)); in MDrv_PQ_Set_MultiMediaInfo_U2()
4234 PQINFO_DBG(printf("PQ VD Info:Win=%u, SigType=%u, bSCARTRGB=%u, VIFIn=%u\n", in MDrv_PQ_Set_VDInfo_U2()
4442 PQINFO_DBG( in MDrv_PQ_Set_ModeInfo_U2()
4488 PQINFO_DBG(printf("PQ HDMI, bHDMI=%u, colorfmt=%u\n", in MDrv_PQ_SetHDMIInfo_U2()
8008PQINFO_DBG(printf("[PQ] GetVDSampling: win:%d, src:%d, standard:%d, PQIP=%x\n", eWindow, enInputSo… in MDrv_PQ_Get_VDSampling_Info_U2()
8019 PQINFO_DBG(printf("[PQ] VDSampling: TableIdx=%d\n", u16TableIdx)); in MDrv_PQ_Get_VDSampling_Info_U2()
8036 PQINFO_DBG(printf("VD x:%x, y:%x, w:%x, h:%x, Htt=%x \n", in MDrv_PQ_Get_VDSampling_Info_U2()
11338PQINFO_DBG(printf("No need to enable OP write with sub window, it would change main window setting… in MDrv_PQ_ChangeMemConfigFor3D_U2()
H A DdrvPQ_cus.c2745PQINFO_DBG(printf("No need to enable OP write with sub window, it would change main window setting… in MDrv_PQ_SetMemFormat_U2()
3567PQINFO_DBG(printf("%s: enDisplaType=%u, u16DisplayWidth=%u\n", __FUNCTION__, enDisplaType, u16Disp… in MDrv_PQ_Init_DisplayType_U2()
3637PQINFO_DBG(printf("%s: enDisplaType=%u, u16DisplayWidth=%u\n", __FUNCTION__, enDisplaType, u16Disp… in MDrv_PQ_Set_DisplayType_U2()
H A DdrvPQ.h843 #define PQINFO_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_INFO) x; } while(0); macro