Home
last modified time | relevance | path

Searched refs:stopSample (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
Dsbr_generate_high_freq.cpp136 Int32 stopSample,
161 Int32 stopSample,
215 Int32 stopSample; in sbr_generate_high_freq() local
245 stopSample = (lastSlotOffs << 1) + 32; in sbr_generate_high_freq()
261 (stopSample - startSample)*SBR_NUM_BANDS*sizeof(targetBufferReal[0])); in sbr_generate_high_freq()
276 (stopSample - startSample)*SBR_NUM_BANDS*sizeof(targetBufferReal[0])); in sbr_generate_high_freq()
279 (stopSample - startSample)*SBR_NUM_BANDS*sizeof(targetBufferImag[0])); in sbr_generate_high_freq()
430 stopSample, in sbr_generate_high_freq()
451 stopSample, in sbr_generate_high_freq()
694 Int32 stopSample, in high_freq_generation_LC() argument
[all …]
/frameworks/base/core/java/android/preference/
DVolumePreference.java118 mSeekBarVolumizer.stopSample(); in onActivityStop()
145 mSeekBarVolumizer.stopSample(); in onSampleStarting()
291 stopSample(); in stop()
340 public void stopSample() { in stopSample() method in VolumePreference.SeekBarVolumizer
368 stopSample(); in muteVolume()