OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopSample
(Results
1 - 4
of
4
) sorted by null
/external/aac/libSBRdec/src/
sbrdec_drc.cpp
385
int startSample,
stopSample
;
403
/*
stopSample
is rounded upwards to the nearest corresponding stop subsample
405
stopSample
= ((fMultIceil( invFrameSizeDiv8, topMdct ) & 0xf) * numQmfSubSamples) >> 3;
413
stopSample
= numQmfSubSamples;
421
if (
stopSample
== numQmfSubSamples) {
434
if ((col >= startSample) && (col <
stopSample
)) {
438
if (col < ((
stopSample
-1) & ~0x03)) {
lpp_tran.cpp
252
int
stopSample
;
267
stopSample
= pSettings->nCols + lastSlotOffs * timeStep;
272
stopSampleClear =
stopSample
;
653
for(i = startSample; i <
stopSample
; i++ ) {
660
for(i = startSample; i <
stopSample
; i++ ) {
672
stopSample
-startSample, (int) hiBand,
676
for(i = startSample; i <
stopSample
; i++ ) {
693
for(i = startSample; i <
stopSample
; i++ ) {
[
all
...]
/frameworks/base/core/java/android/preference/
VolumePreference.java
148
mSeekBarVolumizer.
stopSample
();
387
public void
stopSample
() {
/packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java
260
if (vol != null) vol.
stopSample
();
281
if (vol != null && vol != volumizer) vol.
stopSample
();
Completed in 682 milliseconds