Searched refs:spec (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dtns_ar_filter.h90 Int32 spec[],
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++];
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...]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java55 Spec row1 = spec(0);
56 Spec row2 = spec(1);
57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two
60 Spec row6 = spec(5);
61 Spec row7 = spec(6);
63 Spec col1a = spec(0, 4, CENTER);
64 Spec col1b = spec(0, 4, LEFT);
65 Spec col1c = spec(
[all...]
H A DBiDiTestGridLayoutCodeRtl.java55 Spec row1 = spec(0);
56 Spec row2 = spec(1);
57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle two
60 Spec row6 = spec(5);
61 Spec row7 = spec(6);
63 Spec col1a = spec(0, 4, CENTER);
64 Spec col1b = spec(0, 4, LEFT);
65 Spec col1c = spec(
[all...]
/frameworks/compile/slang/
H A DRSSpec.mk17 RS_SPEC_GEN := $(BUILD_OUT_EXECUTABLES)/rs-spec-gen$(BUILD_EXECUTABLE_SUFFIX)
19 define generate-rs-spec-inc
32 $(call generate-rs-spec-inc,clang-builtin-enums)
38 $(call generate-rs-spec-inc,rs-data-type-enums)
44 $(call generate-rs-spec-inc,rs-matrix-type-enums)
50 $(call generate-rs-spec-inc,rs-object-type-enums)
56 $(call generate-rs-spec-inc,rs-data-element-enums)
H A DAndroid.mk173 # Executable rs-spec-gen for host
177 LOCAL_MODULE := rs-spec-gen
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dquantize.h38 Word32 calcSfbDist(const Word32 *spec,
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DGridLayoutTest.java36 Spec rowSpec = spec(UNDEFINED, null);
37 Spec colSpec = spec(UNDEFINED, null);
H A DAlignmentTest.java86 LayoutParams layoutParams = new LayoutParams(spec(i, va), spec(j, ha));
/frameworks/base/core/java/android/text/util/
H A DLinkify.java434 LinkSpec spec = new LinkSpec();
437 spec.url = url;
438 spec.start = start;
439 spec.end = end;
441 links.add(spec);
458 LinkSpec spec = new LinkSpec();
462 spec.start = base + start;
463 spec.end = base + end;
475 spec.url = "geo:0,0?q=" + encodedAddress;
476 links.add(spec);
[all...]
/frameworks/rs/
H A DAndroid.mk60 spec.l \
82 $(GEN) : PRIVATE_CUSTOM_TOOL = $(RSG_GENERATOR) $< $@ <$(PRIVATE_PATH)/rs.spec
83 $(GEN) : $(RSG_GENERATOR) $(LOCAL_PATH)/rs.spec
99 $(GEN) : PRIVATE_CUSTOM_TOOL = $(RSG_GENERATOR) $< $@ <$(PRIVATE_PATH)/rs.spec
100 $(GEN) : $(RSG_GENERATOR) $(LOCAL_PATH)/rs.spec
174 $(GEN) : PRIVATE_CUSTOM_TOOL = $(RSG_GENERATOR) $< $@ <$(PRIVATE_PATH)/rs.spec
175 $(GEN) : $(RSG_GENERATOR) $(LOCAL_PATH)/rs.spec
189 $(GEN) : PRIVATE_CUSTOM_TOOL = $(RSG_GENERATOR) $< $@ <$(PRIVATE_PATH)/rs.spec
190 $(GEN) : $(RSG_GENERATOR) $(LOCAL_PATH)/rs.spec
/frameworks/base/core/java/android/widget/
H A DGridLayout.java66 * Each spec defines the set of rows or columns that are to be
615 Spec spec = horizontal ? p.columnSpec : p.rowSpec;
617 Interval span = spec.span;
639 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
640 int index = leading ? spec.span.min : spec.span.max;
778 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
779 Interval span = spec.span;
964 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
965 if (spec
2215 include(GridLayout gl, View c, Spec spec, Axis axis) argument
2426 public static Spec spec(int start, int size, Alignment alignment) { method in class:GridLayout
2440 public static Spec spec(int start, Alignment alignment) { method in class:GridLayout
2453 public static Spec spec(int start, int size) { method in class:GridLayout
2465 public static Spec spec(int start) { method in class:GridLayout
[all...]
H A DTableRow.java215 // because of the EXACTLY measure spec we use
301 int spec;
304 spec = getChildMeasureSpec(widthMeasureSpec, 0, LayoutParams.WRAP_CONTENT);
307 spec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
310 spec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
312 child.measure(spec, spec);
H A DTabHost.java351 final TabHost.TabSpec spec = mTabSpecs.get(index);
358 mCurrentView = spec.mContentStrategy.getContentView();
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java66 * Each spec defines the set of rows or columns that are to be
595 Spec spec = horizontal ? p.columnSpec : p.rowSpec;
597 Interval span = spec.span;
619 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
620 int index = leading ? spec.span.min : spec.span.max;
908 Spec spec = horizontal ? lp.columnSpec : lp.rowSpec;
909 if (spec.alignment == FILL) {
910 Interval span = spec.span;
1136 Spec spec
2148 include(View c, Spec spec, GridLayout gridLayout, Axis axis) argument
2358 public static Spec spec(int start, int size, Alignment alignment) { method in class:GridLayout
2372 public static Spec spec(int start, Alignment alignment) { method in class:GridLayout
2385 public static Spec spec(int start, int size) { method in class:GridLayout
2397 public static Spec spec(int start) { method in class:GridLayout
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c327 Word32 calcSfbDist(const Word32 *spec, argument
348 if (spec[line]) {
353 sa = L_abs(spec[line]);
398 if (spec[line]) {
403 sa = L_abs(spec[line]);
H A Dsf_estim.c116 /* calc sum of sqrt(spec) */
144 static Word16 improveScf(Word32 *spec, argument
160 sfbDist = calcSfbDist(spec, sfbWidth, scf);
175 sfbDist = calcSfbDist(spec, sfbWidth, scf);
189 sfbDist = calcSfbDist(spec, sfbWidth, scf);
212 sfbDist = calcSfbDist(spec, sfbWidth, scf);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp312 struct timespec spec; local
313 spec.tv_sec = next_vsync / 1000000000;
314 spec.tv_nsec = next_vsync % 1000000000;
318 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DMacAuthenticatedInputStreamTest.java26 import javax.crypto.spec.SecretKeySpec;
/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java25 import java.security.spec.AlgorithmParameterSpec;
29 import javax.crypto.spec.IvParameterSpec;
54 /** The parameter spec to be used for encryption. */
63 /** The parameter spec to be used for the MAC tag authentication. */
132 "Unknown parameter spec class; must be IvParameters");
/frameworks/ex/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/cmds/bootanimation/
H A DBootAnimation.cpp543 struct timespec spec; local
544 spec.tv_sec = (now + delay) / 1000000000;
545 spec.tv_nsec = (now + delay) % 1000000000;
548 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp434 char spec[9]; local
435 spec[0] = config.language[0];
436 spec[1] = config.language[1];
438 spec[2] = '_';
439 spec[3] = config.country[0];
440 spec[4] = config.country[1];
441 spec[5] = 0;
443 spec[3] = 0;
445 setLocaleLocked(spec);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java100 final int spec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
101 mOverflowButton.measure(spec, spec);

Completed in 481 milliseconds

12