HomeSort by relevance Sort by last modified time
    Searched full:pcms (Results 1 - 7 of 7) sorted by null

  /cts/apps/CtsVerifier/jni/audioquality/
LinearityTest.h 20 /* There are numSignals int16 signals in pcms. sampleCounts is an
22 lengths in samples. They are all sampled at sampleRate. The pcms
37 int linearityTest(short** pcms, int* sampleCounts, int numSignals,
Wrapper.cpp 223 short **pcms = new shortPtr[numSignals]; local
228 pcms[i] = new short[sampleCounts[i]];
229 env->GetShortArrayRegion(ja, 0, sampleCounts[i], pcms[i]);
233 int ret = linearityTest(pcms, sampleCounts, numSignals,
237 delete[] pcms[i];
239 delete[] pcms;
LinearityTest.cpp 113 /* There are numSignals int16 signals in pcms. sampleCounts is an
115 lengths in samples. They are all sampled at sampleRate. The pcms
130 int linearityTest(short** pcms, int* sampleCounts, int numSignals,
133 if (!(pcms && sampleCounts)) {
151 if (!peakLevels(pcms[sig], sampleCounts[sig],
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
GainLinearityExperiment.java 65 short[][] pcms = new short[LEVELS][]; local
67 pcms[i] = Utils.byteToShortArray(record[i]);
70 float deviation = mNative.linearityTest(pcms, AudioQualityVerifierActivity.SAMPLE_RATE,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Native.java 32 public native float linearityTest(short[][] pcms,
  /device/samsung/tuna/audio/
audio_hw.c 610 LOGE("Opening modem PCMs");
648 LOGE("Closing modem PCMs");
680 /* reopen the modem PCMs at the new rate */
875 down the modem PCMs to change route from speaker to earpiece
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 676 // Just copy the PCMs
    [all...]

Completed in 241 milliseconds