/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | RDsp.h | 66 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/ |
D | pvmp3_imdct_synth.cpp | 217 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()
|
D | s_tmp3dec_chan.h | 88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS]; member
|
D | pvmp3_imdct_synth.h | 85 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
D | pvmp3_mdct_6.h | 93 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
|
D | pvmp3_mdct_18.h | 96 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
|
D | pvmp3_framedecoder.cpp | 677 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/ |
D | SpannableStringBuilder.java | 175 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/ |
D | statsd_extension_atoms.proto | 85 // errno based error codes are negated to not overlap with internal codes
|
/frameworks/base/opengl/java/android/opengl/ |
D | Matrix.java | 55 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/ |
D | ListPopupWindow.java | 1312 public void setOverlapAnchor(boolean overlap) { in setOverlapAnchor() argument 1314 mOverlapAnchor = overlap; in setOverlapAnchor()
|
/frameworks/base/core/java/android/app/ |
D | FragmentTransition.java | 1142 boolean overlap = true; in mergeTransitions() 1144 overlap = isPop ? inFragment.getAllowReturnTransitionOverlap() : in mergeTransitions() 1153 if (overlap) { in mergeTransitions()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 60 * Values prefixed by different hardwareTypes overlap.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithm.java | 1094 float overlap = ambientState.getTopPadding() in updateChildZValue() local 1099 overlap / childViewState.height in updateChildZValue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 1300 final boolean overlap = isActivated() && mSystemGestureTop > 0 in updateSysUIState() 1302 if (force || overlap != mOverlapWithGestureInsets) { in updateSysUIState() 1303 mOverlapWithGestureInsets = overlap; in updateSysUIState()
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 70 rewritten IDs to not overlap with the base.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 2974 long overlap = duration / 10; 2976 long disappearDuration = duration / 3 + overlap / 2; 2978 long appearDuration = (duration - disappearDuration) + overlap / 2;
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 12140 // 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
|