Lines Matching full:bitspersample
231 EAS_U16 bitsPerSample;
1008 if (p->bitsPerSample == 8)
1019 if (p->bitsPerSample == 16)
1207 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->bitsPerSample, EAS_FALSE)) != EAS_SUCCESS)
1210 if ((p->bitsPerSample != 8) && (p->bitsPerSample != 16))
1212 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unsupported DLS bits-per-sample %d\n", p->bitsPerSample); */ }
1252 if (pWsmp->bitsPerSample == 8)