Home
last modified time | relevance | path

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

/reactos/dll/win32/msg711.acm/
H A Dmsg711.c66 int nBits; member
120 wfx->wBitsPerSample == fmts[i].nBits) in G711_GetFormatIndex()
752 afd->pwfx->wBitsPerSample = PCM_Formats[afd->dwFormatIndex].nBits; in G711_FormatDetails()
760 afd->pwfx->wBitsPerSample = ALaw_Formats[afd->dwFormatIndex].nBits; in G711_FormatDetails()
769 afd->pwfx->wBitsPerSample = ULaw_Formats[afd->dwFormatIndex].nBits; in G711_FormatDetails()
/reactos/dll/win32/msadp32.acm/
H A Dmsadp32.c68 int nBits; member
124 wfx->wBitsPerSample == fmts[i].nBits) in ADPCM_GetFormatIndex()
473 afd->pwfx->wBitsPerSample = PCM_Formats[afd->dwFormatIndex].nBits; in ADPCM_FormatDetails()
488 afd->pwfx->wBitsPerSample = ADPCM_Formats[afd->dwFormatIndex].nBits; in ADPCM_FormatDetails()
/reactos/dll/win32/imaadp32.acm/
H A Dimaadp32.c64 int nBits; member
108 wfx->wBitsPerSample == fmts[i].nBits) in ADPCM_GetFormatIndex()
617 afd->pwfx->wBitsPerSample = PCM_Formats[afd->dwFormatIndex].nBits; in ADPCM_FormatDetails()
630 afd->pwfx->wBitsPerSample = ADPCM_Formats[afd->dwFormatIndex].nBits; in ADPCM_FormatDetails()
/reactos/dll/win32/winemp3.acm/
H A Dmpegl3.c62 int nBits; member
119 (wfx->wBitsPerSample == fmts[i].nBits || !fmts[i].nBits)) in MPEG3_GetFormatIndex()
784 afd->pwfx->wBitsPerSample = PCM_Formats[afd->dwFormatIndex].nBits; in MPEG3_FormatDetails()
/reactos/dll/win32/msacm32/
H A Dpcmconverter.c96 int nBits; member
118 wfx->wBitsPerSample == PCM_Formats[i].nBits) in PCM_GetFormatIndex()
1061 afd->pwfx->wBitsPerSample = PCM_Formats[afd->dwFormatIndex].nBits; in PCM_FormatDetails()