Home
last modified time | relevance | path

Searched refs:PB_ONLY_UNMUTE_VSYNC_COUNT (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DdrvMVD_EX.c164 #define PB_ONLY_UNMUTE_VSYNC_COUNT 30 macro
2225 … if (pMVDDrvContext->u32SyncDoneCnt[u8DrvIdx] > PB_ONLY_UNMUTE_VSYNC_COUNT) //sync done in MVD_IsrProc()
2227 … MVD_DEBUGINFO(MVD_PRINT("UnMute after %d vsync!!!\n", PB_ONLY_UNMUTE_VSYNC_COUNT)); in MVD_IsrProc()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DdrvMVD_EX.c159 #define PB_ONLY_UNMUTE_VSYNC_COUNT 30 macro
2395 … if (pMVDDrvContext->u32SyncDoneCnt[u8DrvIdx] > PB_ONLY_UNMUTE_VSYNC_COUNT) //sync done in MVD_IsrProc()
2397 … MVD_DEBUGINFO(MVD_PRINT("UnMute after %d vsync!!!\n", PB_ONLY_UNMUTE_VSYNC_COUNT)); in MVD_IsrProc()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DdrvMVD_EX.c163 #define PB_ONLY_UNMUTE_VSYNC_COUNT 30 macro
2379 … if (pMVDDrvContext->u32SyncDoneCnt[u8DrvIdx] > PB_ONLY_UNMUTE_VSYNC_COUNT) //sync done in MVD_IsrProc()
2381 … MVD_DEBUGINFO(MVD_PRINT("UnMute after %d vsync!!!\n", PB_ONLY_UNMUTE_VSYNC_COUNT)); in MVD_IsrProc()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c286 #define PB_ONLY_UNMUTE_VSYNC_COUNT 30 macro
6244 if (u32SyncDoneCnt > PB_ONLY_UNMUTE_VSYNC_COUNT) //sync done in MVD_IsrProc()
6246 … MVD_DEBUGINFO(printf("UnMute after %d vsync!!!\n", PB_ONLY_UNMUTE_VSYNC_COUNT)); in MVD_IsrProc()