Searched defs:spec (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dtns_ar_filter.cpp88 spec = spectral input to be shaped by the filter.
93 spec_length = length of spec array.
98 (first input to filter is spec[0])
100 (first input to filter is spec[spec_length-1])
125 spec = contains spectral data after application of TNS filter
138 A block of spectral data (Int32 spec[]) of length (const Int spec_length)
146 back to the calling function via (Int32 spec[])
198 spec = spec + spec_length - 1;
203 y = *spec;
297 tns_ar_filter( Int32 spec[], const Int spec_length, const Int direction, const Int32 lpc[], const Int Q_lpc, const Int order) argument
[all...]
H A Dpns_left.cpp344 Int32 *spec; local
351 spec = spectral_coef;
391 pWindow_Coef = spec + band_start;
417 spec += pFrameInfo->coef_per_win[win_indx++];
/frameworks/base/common/java/com/android/common/
H A DOperationScheduler.java90 * @param spec describing some or all scheduler options.
95 public static Options parseOptions(String spec, Options options) argument
97 for (String param : spec.split(" +")) {
/frameworks/base/libs/utils/
H A DAssetManager.cpp218 char spec[9]; local
219 spec[0] = config.language[0];
220 spec[1] = config.language[1];
222 spec[2] = '_';
223 spec[3] = config.country[0];
224 spec[4] = config.country[1];
225 spec[5] = 0;
227 spec[3] = 0;
229 setLocaleLocked(spec);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3147 * @param spec The requirements for this view
3154 public static int getChildMeasureSpec(int spec, int padding, int childDimension) { argument
3155 int specMode = MeasureSpec.getMode(spec);
3156 int specSize = MeasureSpec.getSize(spec);

Completed in 82 milliseconds