Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/drv/dmd/u3/Int_DVBC/
H A DdrvDMD.c466 MS_U16 u16WindowLen; in MDrv_Dmd_GetBER() local
479 if (DVBC_Ioctl(DEVDVBC_IOC_GETWINDOWLEN, &u16WindowLen)) in MDrv_Dmd_GetBER()
488 *pfBER = (double)(u32ErrorBit)/((double)(u16WindowLen) * 128 * 188 * 8); in MDrv_Dmd_GetBER()