/aosp_15_r20/frameworks/wilhelm/src/ |
H A D | data.cpp | 368 case SL_DATAFORMAT_PCM: in checkDataFormat() 592 case SL_DATAFORMAT_PCM: in checkDataFormat() 670 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) && in checkSourceSinkVsInterfacesCompatibility() 743 case SL_DATAFORMAT_PCM: in freeDataFormat()
|
H A D | data.h | 87 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
|
/aosp_15_r20/cts/tests/tests/nativemedia/sl/src/ |
H A D | SLObjectCreationTest.cpp | 159 formatPcmSnk.formatType = SL_DATAFORMAT_PCM; in PcmBqSinkInitialization() 210 pcm.formatType = SL_DATAFORMAT_PCM; in AudioPlayerFromPcmBqCreation()
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/jni/ |
H A D | player.c | 253 format_pcm.formatType = SL_DATAFORMAT_PCM; in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer() 405 format_pcm.formatType = SL_DATAFORMAT_PCM; in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()
|
/aosp_15_r20/frameworks/wilhelm/src/android/ |
H A D | android_sles_conversions.h | 34 case SL_DATAFORMAT_PCM: in sles_to_android_sampleFormat()
|
/aosp_15_r20/external/webrtc/modules/audio_device/android/ |
H A D | opensles_common.cc | 54 format.formatType = SL_DATAFORMAT_PCM; in CreatePCMConfiguration()
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/ |
H A D | opensles_common.cc | 56 format.formatType = SL_DATAFORMAT_PCM; in CreatePCMConfiguration()
|
/aosp_15_r20/cts/tests/tests/media/audio/jni/ |
H A D | audio-record-native.cpp | 117 SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_16, in open() 123 pcm.formatType = useFloat ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in open()
|
H A D | appendix-b-1-2-recording.cpp | 162 SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_16, in TestAudioRecording()
|
H A D | appendix-b-1-1-buffer-queue.cpp | 146 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlayMusicBufferQueue()
|
/aosp_15_r20/frameworks/wilhelm/tests/examples/ |
H A D | slesTestSawtoothBufferQueue.cpp | 166 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
|
H A D | slesTestDecodeToBuffQueue.cpp | 346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
|
H A D | slesTestRecBuffQueue.cpp | 268 SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
|
H A D | slesTestFeedback.cpp | 425 pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
/aosp_15_r20/frameworks/wilhelm/tests/sandbox/ |
H A D | configbq.c | 108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
H A D | srcsink.c | 43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
H A D | intbufq.c | 112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
|
H A D | playbq.cpp | 376 ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in main()
|
/aosp_15_r20/frameworks/wilhelm/src/desktop/ |
H A D | SndFile.cpp | 162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
|
/aosp_15_r20/external/oboe/src/opensles/ |
H A D | AudioInputStreamOpenSLES.cpp | 109 SL_DATAFORMAT_PCM, // formatType in open()
|
H A D | AudioOutputStreamOpenSLES.cpp | 149 SL_DATAFORMAT_PCM, // formatType in open()
|
/aosp_15_r20/frameworks/base/cmds/bootanimation/ |
H A D | audioplay.cpp | 166 SL_DATAFORMAT_PCM, in createBufferQueueAudioPlayer()
|
/aosp_15_r20/frameworks/wilhelm/src/itf/ |
H A D | IEngine.cpp | 304 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType in IEngine_CreateAudioPlayer() 327 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType in IEngine_CreateAudioPlayer()
|
H A D | IOutputMixExt.cpp | 366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
|
/aosp_15_r20/frameworks/wilhelm/tests/automated/ |
H A D | BufferQueue_test.cpp | 120 pcm.formatType = SL_DATAFORMAT_PCM; in SetUp()
|