Searched refs:SL_DATAFORMAT_PCM (Results 1 - 20 of 20) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h34 case SL_DATAFORMAT_PCM:
H A DAudioRecorder_to_android.cpp182 case SL_DATAFORMAT_PCM: {
H A DAudioPlayer_to_android.cpp546 if (SL_DATAFORMAT_PCM != sinkFormatType) {
547 SL_LOGE("Unsupported sink format 0x%x, expected SL_DATAFORMAT_PCM",
966 case SL_DATAFORMAT_PCM: {
999 } //case SL_DATAFORMAT_PCM
1004 "without SL_DATAFORMAT_PCM format");
/frameworks/wilhelm/src/
H A Ddata.h87 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
H A Ddata.c369 case SL_DATAFORMAT_PCM:
593 case SL_DATAFORMAT_PCM:
671 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) &&
744 case SL_DATAFORMAT_PCM:
/frameworks/wilhelm/src/desktop/
H A DSndFile.c162 case SL_DATAFORMAT_PCM:
/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp166 pcm.formatType = SL_DATAFORMAT_PCM;
H A DslesTestDecodeToBuffQueue.cpp346 pcm.formatType = SL_DATAFORMAT_PCM;
H A DslesTestRecBuffQueue.cpp248 SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM;
H A DslesTestFeedback.cpp417 pcm.formatType = SL_DATAFORMAT_PCM;
H A DslesTestDecodeAac.cpp525 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1,
/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM;
H A Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM;
H A Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM;
H A Dplaybq.c391 ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM;
H A Dplaybq.cpp391 ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM;
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c366 case SL_DATAFORMAT_PCM:
H A DIEngine.c303 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType
326 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp120 pcm.formatType = SL_DATAFORMAT_PCM;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002) macro
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/

Completed in 534 milliseconds