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

1 2 3

  /external/webrtc/webrtc/modules/audio_device/android/
opensles_common.cc 21 SLDataFormat_PCM CreatePcmConfiguration(int sample_rate) {
22 SLDataFormat_PCM configuration;
opensles_common.h 20 SLDataFormat_PCM CreatePcmConfiguration(int sample_rate);
opensles_player.h 97 SLDataFormat_PCM CreatePCMConfiguration(size_t channels,
143 SLDataFormat_PCM pcm_format_;
opensles_player.cc 189 SLDataFormat_PCM OpenSLESPlayer::CreatePCMConfiguration(
195 SLDataFormat_PCM format;
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 29 static inline audio_format_t sles_to_android_sampleFormat(const SLDataFormat_PCM *df_pcm) {
AudioRecorder_to_android.cpp 249 const SLDataFormat_PCM *df_pcm = (const SLDataFormat_PCM *) pAudioSnk->pFormat;
641 const SLDataFormat_PCM *df_pcm = &ar->mDataSink.mFormat.mPCM;
    [all...]
AudioPlayer_to_android.cpp     [all...]
  /frameworks/wilhelm/src/
data.h 39 SLDataFormat_PCM mPCM;
data.c 370 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
    [all...]
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 78 SLDataFormat_PCM formatPcmSnk;
212 SLDataFormat_PCM pcm;
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 161 SLDataFormat_PCM format_pcm = {
appendix-b-1-1-buffer-queue.cpp 79 SLDataFormat_PCM pcm;
audio-record-native.cpp 114 SLDataFormat_PCM pcm = {
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 158 SLDataFormat_PCM format_pcm = {
  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 113 SLDataFormat_PCM pcm;
slesTestDecodeToBuffQueue.cpp 296 SLDataFormat_PCM pcm;
slesTestFeedback.cpp 410 SLDataFormat_PCM pcm;
slesTestDecodeAac.cpp 525 SLDataFormat_PCM format_destPcm = { /*formatType*/ SL_DATAFORMAT_PCM, /*numChannels*/ 1,
    [all...]
  /frameworks/wilhelm/tests/sandbox/
configbq.c 107 SLDataFormat_PCM format_pcm;
intbufq.c 105 SLDataFormat_PCM pcm;
srcsink.c 42 SLDataFormat_PCM format_pcm;
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 205 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_8,
677 SLDataFormat_PCM format_pcm = {SL_DATAFORMAT_PCM, 1, SL_SAMPLINGRATE_16,
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 80 SLDataFormat_PCM pcm;
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 367 SLDataFormat_PCM pcm;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 364 } SLDataFormat_PCM;
    [all...]

Completed in 607 milliseconds

1 2 3