Searched defs:mStretchMode (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/
H A DAudioResamplerPublic.h43 // Depending on the AudioPlaybackRate::mStretchMode, the effective limits might be narrower than
55 // Depending on the AudioPlaybackRate::mStretchMode, the effective limits might be narrower than
92 enum AudioTimestretchStretchMode mStretchMode; member in struct:android::AudioPlaybackRate
107 pr2.mStretchMode == pr2.mStretchMode &&
113 (playbackRate.mStretchMode == AUDIO_TIMESTRETCH_STRETCH_SPEECH ||
114 playbackRate.mStretchMode == AUDIO_TIMESTRETCH_STRETCH_DEFAULT)) {
/frameworks/av/media/libaudioprocessing/include/media/
H A DAudioResamplerPublic.h43 // Depending on the AudioPlaybackRate::mStretchMode, the effective limits might be narrower than
55 // Depending on the AudioPlaybackRate::mStretchMode, the effective limits might be narrower than
92 enum AudioTimestretchStretchMode mStretchMode; member in struct:android::AudioPlaybackRate
107 pr2.mStretchMode == pr2.mStretchMode &&
113 (playbackRate.mStretchMode == AUDIO_TIMESTRETCH_STRETCH_SPEECH ||
114 playbackRate.mStretchMode == AUDIO_TIMESTRETCH_STRETCH_DEFAULT)) {
/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java58 private int mStretchMode; field in class:GridScenario
100 private int mStretchMode = GridView.STRETCH_COLUMN_WIDTH; field in class:GridScenario.Params
185 mStretchMode = stretchMode;
257 mGridView.setStretchMode(mStretchMode);
311 mStretchMode = params.mStretchMode;
/frameworks/base/core/java/android/widget/
H A DGridView.java114 private int mStretchMode = STRETCH_COLUMN_WIDTH; field in class:GridView
339 ((mStretchMode == STRETCH_SPACING_UNIFORM) ? horizontalSpacing : 0);
342 ((mStretchMode == STRETCH_SPACING_UNIFORM) ? horizontalSpacing : 0);
970 final int stretchMode = mStretchMode;
2150 if (stretchMode != mStretchMode) {
2151 mStretchMode = stretchMode;
2158 return mStretchMode;

Completed in 127 milliseconds