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

  /external/aac/libSBRdec/src/
HFgen_preFlat.h 122 * \param[in] stopSample time slot stop.
130 const int stopSample);
lpp_tran.cpp 218 const int stopSample, const UCHAR hiBand,
224 for (i = 0; i < stopSample - startSample; i++) {
291 int stopSample;
304 stopSample = pSettings->nCols + lastSlotOffs * timeStep;
310 stopSampleClear = stopSample;
355 v_k_master0, startSample, stopSample);
719 for (i = startSample; i < stopSample; i++) {
737 for (i = startSample; i < stopSample; i++) {
751 stopSample - startSample, (int)hiBand, dynamicScale, descale, a0r,
755 for (i = startSample; i < stopSample; i++)
    [all...]
HFgen_preFlat.cpp     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
SoundSettings.java 70 mVolumeCallback.stopSample();
110 mVolumeCallback.stopSample();
208 mCurrent.stopSample();
225 public void stopSample() {
227 mCurrent.stopSample();
  /frameworks/base/core/java/android/preference/
VolumePreference.java 123 mSeekBarVolumizer.stopSample();
154 mSeekBarVolumizer.stopSample();
SeekBarVolumizer.java 323 public void stopSample() {
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 222 final int stopSample = decSamples.length - startSample; // ... measure only the stationary
225 double nrgFull = getEnergy(decSamples, startSample, stopSample);
236 double nrgHd = getEnergy(decSamples, startSample, stopSample);

Completed in 223 milliseconds