HomeSort by relevance Sort by last modified time
    Searched refs:samplesPerSec (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /frameworks/wilhelm/tests/examples/
slesTestSawtoothBufferQueue.cpp 171 pcm.samplesPerSec = SL_SAMPLINGRATE_44_1;
slesTestRecBuffQueue.cpp 209 pcm.samplesPerSec = SL_SAMPLINGRATE_22_05;
slesTestDecodeToBuffQueue.cpp 349 pcm.samplesPerSec = SL_SAMPLINGRATE_8;
slesTestFeedback.cpp 367 pcm.samplesPerSec = sampleRate * 1000;
  /frameworks/wilhelm/tests/sandbox/
configbq.c 110 format_pcm.samplesPerSec = format->milliHz;
intbufq.c 114 pcm.samplesPerSec = SL_SAMPLINGRATE_44_1;
  /frameworks/wilhelm/src/
data.c 398 switch (pDataFormat->mPCM.samplesPerSec) {
421 SL_LOGE("%s: samplesPerSec=%u", name, pDataFormat->mPCM.samplesPerSec);
    [all...]
  /external/chromium_org/media/audio/android/
opensles_output.cc 40 format_.samplesPerSec = static_cast<SLuint32>(params.sample_rate() * 1000);
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.cc 323 uint32_t samplesPerSec,
331 "samplesPerSec=%u, totalDelayMS=%u, clockDrift=%d,"
332 "currentMicLevel=%u)", nSamples, nChannels, samplesPerSec,
339 samplesPerSec);
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
AudioRecorder_to_android.cpp 175 ar->mSampleRateMilliHz = df_pcm->samplesPerSec;
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 369 if (SL_SAMPLINGRATE_44_1 != thiz->mDataSource.mFormat.mPCM.samplesPerSec)
IEngine.c 306 thiz->mSampleRateMilliHz = thiz->mDataSource.mFormat.mPCM.samplesPerSec;
333 // thiz->mSampleRateMilliHz = thiz->mDataSink.mFormat.mPCM.samplesPerSec;
    [all...]
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 122 pcm.samplesPerSec = SL_SAMPLINGRATE_44_1;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 384 XAuint32 samplesPerSec;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 384 XAuint32 samplesPerSec;
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 384 XAuint32 samplesPerSec;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 359 SLuint32 samplesPerSec;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 384 XAuint32 samplesPerSec;
    [all...]

Completed in 3230 milliseconds

12 3 4 5