Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DRDsp.h66 static void fillTriangular(T &v, size_t overlap) { in fillTriangular() argument
70 if (overlap > 0) { in fillTriangular()
71 for (; i < overlap; i++) { in fillTriangular()
72 v[i] = (2.0 * i + 1) / (2 * overlap); in fillTriangular()
77 for (; i < size - overlap; i++) { in fillTriangular()
82 if (overlap > 0) { in fillTriangular()
84 v[i] = (2.0 * (size - i) - 1) / (2 * overlap); in fillTriangular()
90 static void fillHamming(T &v, size_t overlap) { in fillHamming() argument
92 const size_t twoOverlap = 2 * overlap; in fillHamming()
94 if (overlap > 0) { in fillHamming()
[all …]
/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_imdct_synth.cpp217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS], in pvmp3_imdct_synth()
244 int32 * history = overlap + (band * FILTERBANK_BANDS); in pvmp3_imdct_synth()
335 int32 * history = overlap + (band * FILTERBANK_BANDS); in pvmp3_imdct_synth()
370 pv_memset(history, 0, FILTERBANK_BANDS*sizeof(*overlap)); in pvmp3_imdct_synth()
Ds_tmp3dec_chan.h88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS]; member
Dpvmp3_imdct_synth.h85 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
Dpvmp3_mdct_6.h93 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
Dpvmp3_mdct_18.h96 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
Dpvmp3_framedecoder.cpp677 pChVars[ch]->overlap, in pvmp3_framedecoder()
978 pv_memset((void*)pChVars[ LEFT]->overlap, in pvmp3_resetDecoder()
980 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ LEFT]->overlap[0])); in pvmp3_resetDecoder()
983 pv_memset((void*)pChVars[ RIGHT]->overlap, in pvmp3_resetDecoder()
985 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ RIGHT]->overlap[0])); in pvmp3_resetDecoder()
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java175 int overlap = mGapStart - where; in moveGapTo() local
176 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap); in moveGapTo()
178 int overlap = where - mGapStart; in moveGapTo() local
179 System.arraycopy(mText, where + mGapLength - overlap, mText, mGapStart, overlap); in moveGapTo()
/frameworks/proto_logging/stats/atoms/statsd/
Dstatsd_extension_atoms.proto85 // errno based error codes are negated to not overlap with internal codes
/frameworks/base/opengl/java/android/opengl/
DMatrix.java55 private static boolean overlap( in overlap() method in Matrix
147 if ( overlap(result, resultOffset, 16, lhs, lhsOffset, 16) in multiplyMM()
148 || overlap(result, resultOffset, 16, rhs, rhsOffset, 16) ) { in multiplyMM()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1312 public void setOverlapAnchor(boolean overlap) { in setOverlapAnchor() argument
1314 mOverlapAnchor = overlap; in setOverlapAnchor()
/frameworks/base/core/java/android/app/
DFragmentTransition.java1142 boolean overlap = true; in mergeTransitions()
1144 overlap = isPop ? inFragment.getAllowReturnTransitionOverlap() : in mergeTransitions()
1153 if (overlap) { in mergeTransitions()
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal60 * Values prefixed by different hardwareTypes overlap.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java1094 float overlap = ambientState.getTopPadding() in updateChildZValue() local
1099 overlap / childViewState.height in updateChildZValue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java1300 final boolean overlap = isActivated() && mSystemGestureTop > 0 in updateSysUIState()
1302 if (force || overlap != mOverlapWithGestureInsets) { in updateSysUIState()
1303 mOverlapWithGestureInsets = overlap; in updateSysUIState()
/frameworks/base/tools/aapt2/
Dreadme.md70 rewritten IDs to not overlap with the base.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2974 long overlap = duration / 10;
2976 long disappearDuration = duration / 3 + overlap / 2;
2978 long appearDuration = (duration - disappearDuration) + overlap / 2;
/frameworks/proto_logging/stats/
Datoms.proto12140 // Can overlap with ion memory.
12145 // Does not overlap with ion memory
19274 // Install types might overlap, therefore using booleans for each type
19301 // Special uninstall types might overlap, therefore booleans