Searched defs:density (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/
H A Dhw-lcd.c17 hwLcd_setBootProperty(int density) argument
21 /* Map density to one of our five bucket values.
22 The TV density is a bit particular (and not actually a bucket
25 if (density != LCD_DENSITY_TVDPI) {
26 if (density < (LCD_DENSITY_LDPI + LCD_DENSITY_MDPI)/2)
27 density = LCD_DENSITY_LDPI;
28 else if (density < (LCD_DENSITY_MDPI + LCD_DENSITY_HDPI)/2)
29 density = LCD_DENSITY_MDPI;
30 else if (density < (LCD_DENSITY_HDPI + LCD_DENSITY_XHDPI)/2)
31 density
[all...]
/external/srec/srec/cfront/
H A Dspec_anl.c46 void peakpick(front_freq *freqobj, fftdata *density, int num_freq);
52 void filtbank(front_freq *freqobj, fftdata *density, cepdata *fbo);
214 void peakpick(front_freq *freqobj, fftdata *density, int num_freq) argument
243 ASSERT(density[last] >= 0);
244 peak = density[last];
249 if (density[i] > peak)
250 peak = density[i];
252 density[i] = peak;
257 peak = density[first];
261 if (density[
270 filtbank(front_freq *freqobj, fftdata *density, cepdata *fbo) argument
[all...]
/external/webrtc/src/modules/audio_processing/ns/main/source/
H A Dns_core.h68 float density[SIMULT * HALF_ANAL_BLOCKL]; member in struct:NSinst_t_
/external/icu4c/test/intltest/
H A Dtransrt.cpp264 // density is the approximate total number of code points to returned for the entire set.
272 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
307 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
312 perRange = density / perRange;
363 int32_t density = 100);
375 void test2(UBool quick, int32_t density);
465 int32_t density)
533 test2(quickRt, density);
560 void RTTest::test2(UBool quickRt, int32_t density) { argument
701 usi.reset(sourceRangeMinusFailures, quickRt, density);
460 test(const UnicodeString& sourceRangeVal, const UnicodeString& targetRangeVal, const char* roundtripExclusions, IntlTest* logVal, UBool quickRt, Legal* adoptedLegal, int32_t density) argument
[all...]
/external/qemu/
H A Dvl-android.c382 /* -lcd-density option value. */
3683 /* Initialize LCD density */
3685 long density = android_hw->hw_lcd_density; local
3686 if (density <= 0) {
3687 PANIC("Invalid hw.lcd.density value: %ld", density);
3689 hwLcd_setBootProperty(density);
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp286 mJavaFrame->mDensity = env->GetMethodID(clazz, "density","()F");
323 LOG_ASSERT(mJavaFrame->mDensity, "Could not find method density");
953 WebFrame::density() const function in class:android::WebFrame
/external/kernel-headers/original/linux/
H A Dcdrom.h1125 __u8 density; member in struct:modesel_head

Completed in 182 milliseconds