Home
last modified time | relevance | path

Searched refs:SL_DATAFORMAT_PCM (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/frameworks/wilhelm/src/
H A Ddata.cpp368 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 Ddata.h87 #define DATAFORMAT_MASK_PCM (1L << SL_DATAFORMAT_PCM)
/aosp_15_r20/cts/tests/tests/nativemedia/sl/src/
H A DSLObjectCreationTest.cpp159 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 Dplayer.c253 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 Dandroid_sles_conversions.h34 case SL_DATAFORMAT_PCM: in sles_to_android_sampleFormat()
/aosp_15_r20/external/webrtc/modules/audio_device/android/
H A Dopensles_common.cc54 format.formatType = SL_DATAFORMAT_PCM; in CreatePCMConfiguration()
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/
H A Dopensles_common.cc56 format.formatType = SL_DATAFORMAT_PCM; in CreatePCMConfiguration()
/aosp_15_r20/cts/tests/tests/media/audio/jni/
H A Daudio-record-native.cpp117 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 Dappendix-b-1-2-recording.cpp162 SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_16, in TestAudioRecording()
H A Dappendix-b-1-1-buffer-queue.cpp146 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlayMusicBufferQueue()
/aosp_15_r20/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp166 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
H A DslesTestDecodeToBuffQueue.cpp346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
H A DslesTestRecBuffQueue.cpp268 SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in TestRecToBuffQueue()
H A DslesTestFeedback.cpp425 pcm.formatType = SL_DATAFORMAT_PCM; in main()
/aosp_15_r20/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
H A Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
H A Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
H A Dplaybq.cpp376 ? SL_ANDROID_DATAFORMAT_PCM_EX : SL_DATAFORMAT_PCM; in main()
/aosp_15_r20/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp162 case SL_DATAFORMAT_PCM: in SndFile_checkAudioPlayerSourceSink()
/aosp_15_r20/external/oboe/src/opensles/
H A DAudioInputStreamOpenSLES.cpp109 SL_DATAFORMAT_PCM, // formatType in open()
H A DAudioOutputStreamOpenSLES.cpp149 SL_DATAFORMAT_PCM, // formatType in open()
/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp166 SL_DATAFORMAT_PCM, in createBufferQueueAudioPlayer()
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIEngine.cpp304 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 DIOutputMixExt.cpp366 case SL_DATAFORMAT_PCM: in IOutputMixExt_checkAudioPlayerSourceSink()
/aosp_15_r20/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp120 pcm.formatType = SL_DATAFORMAT_PCM; in SetUp()

12