Home | History | Annotate | Download | only in lib_src

Lines Matching refs:bitsPerSample

223     EAS_U16 bitsPerSample;
998 if (p->bitsPerSample == 8)
1009 if (p->bitsPerSample == 16)
1189 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->bitsPerSample, EAS_FALSE)) != EAS_SUCCESS)
1192 if ((p->bitsPerSample != 8) && (p->bitsPerSample != 16))
1194 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unsupported DLS bits-per-sample %d\n", p->bitsPerSample); */ }
1234 if (pWsmp->bitsPerSample == 8)