HomeSort by relevance Sort by last modified time
    Searched full:mpcm (Results 1 - 6 of 6) sorted by null

  /system/media/wilhelm/src/
data.c 350 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
354 switch (pDataFormat->mPCM.numChannels) {
366 SL_LOGE("%s: numChannels=%u", name, (unsigned) pDataFormat->mPCM.numChannels);
371 switch (pDataFormat->mPCM.samplesPerSec) {
394 SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->mPCM.samplesPerSec);
399 switch (pDataFormat->mPCM.bitsPerSample) {
414 SL_LOGE("%s: bitsPerSample=%u", name, pDataFormat->mPCM.bitsPerSample);
419 if (pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) {
421 } else if (pDataFormat->mPCM.containerSize != pDataFormat->mPCM.bitsPerSample)
    [all...]
data.h 36 SLDataFormat_PCM mPCM;
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 87 mPcm(NULL),
119 if (mPcm) {
121 pcm_close(mPcm);
664 snprintf(buffer, SIZE, "\tmPcm: %p\n", mPcm);
775 if (mPcm != NULL) {
776 LOGE("openPcmOut_l() mPcmOpenCnt == 0 and mPcm == %p\n", mPcm);
794 mPcm = pcm_open(0, 0, flags, &config);
796 if (!pcm_is_ready(mPcm)) {
797 LOGE("openPcmOut_l() cannot open pcm_out driver: %s\n", pcm_get_error(mPcm));
    [all...]
AudioHardware.h 166 struct pcm* mPcm;
261 struct pcm *mPcm;
344 struct pcm *mPcm;
  /system/media/wilhelm/src/itf/
IEngine.c 321 thiz->mNumChannels = thiz->mDataSource.mFormat.mPCM.numChannels;
322 thiz->mSampleRateMilliHz = thiz->mDataSource.mFormat.mPCM.samplesPerSec;
346 // thiz->mNumChannels = thiz->mDataSink.mFormat.mPCM.numChannels;
347 // thiz->mSampleRateMilliHz = thiz->mDataSink.mFormat.mPCM.samplesPerSec;
    [all...]
IOutputMixExt.c 369 if (SL_SAMPLINGRATE_44_1 != thiz->mDataSource.mFormat.mPCM.samplesPerSec)

Completed in 175 milliseconds