HomeSort by relevance Sort by last modified time
    Searched refs:SL_DATAFORMAT_PCM (Results 1 - 25 of 31) sorted by null

1 2

  /system/media/wilhelm/src/
data.h 83 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
data.c 349 case SL_DATAFORMAT_PCM:
576 case SL_DATAFORMAT_PCM:
653 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) &&
725 case SL_DATAFORMAT_PCM:
    [all...]
  /cts/tests/tests/nativemedia/src/
SLObjectCreationTest.cpp 158 formatPcmSnk.formatType = SL_DATAFORMAT_PCM;
209 pcm.formatType = SL_DATAFORMAT_PCM;
  /system/media/wilhelm/src/desktop/
SndFile.c 162 case SL_DATAFORMAT_PCM:
  /system/media/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 204 pcm.formatType = SL_DATAFORMAT_PCM;
slesTestSawtoothBufferQueue.cpp 169 pcm.formatType = SL_DATAFORMAT_PCM;
slesTestDecodeToBuffQueue.cpp 346 pcm.formatType = SL_DATAFORMAT_PCM;
slesTestFeedback.cpp 301 pcm.formatType = SL_DATAFORMAT_PCM;
slesTestDecodeAac.cpp 461 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1,
  /system/media/wilhelm/tests/sandbox/
configbq.c 108 format_pcm.formatType = SL_DATAFORMAT_PCM;
intbufq.c 112 pcm.formatType = SL_DATAFORMAT_PCM;
srcsink.c 43 format_pcm.formatType = SL_DATAFORMAT_PCM;
playbq.c 241 format_pcm.formatType = SL_DATAFORMAT_PCM;
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 198 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_8,
645 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_16,
  /external/quake/quake/src/WinQuake/
snd_android.cpp 156 pcm.formatType = SL_DATAFORMAT_PCM;
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp 568 if (SL_DATAFORMAT_PCM != sinkFormatType) {
569 SL_LOGE("Unsupported sink format 0x%x, expected SL_DATAFORMAT_PCM",
    [all...]
AudioRecorder_to_android.cpp 173 if (SL_DATAFORMAT_PCM == formatType) {
  /system/media/wilhelm/src/itf/
IOutputMixExt.c 366 case SL_DATAFORMAT_PCM:
IEngine.c 320 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType);
341 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType);
    [all...]
  /system/media/wilhelm/tests/automated/
BufferQueue_test.cpp 120 pcm.formatType = SL_DATAFORMAT_PCM;
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 573 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, channelCount, slSampleRate,
610 SLDataFormat_PCM pcm = {SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_44_1,
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002)
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002)
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002)
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 308 #define SL_DATAFORMAT_PCM ((SLuint32) 0x00000002)
355 /** PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM*/
    [all...]

Completed in 57 milliseconds

1 2