HomeSort by relevance Sort by last modified time
    Searched full:half (Results 201 - 225 of 1531) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 178 // Cut the height in half (with some extra slop determined by trial
186 // Inset the track by half the width of the thumb, so the track
  /frameworks/base/include/media/
Visualizer.h 40 * is half of the specified capture size but both sides of the spectrum are returned yielding in a
116 // getCaptureSize() but the length of the FFT is half of the size (both parts of the spectrum
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 48 // The number of half spelling ids. For Chinese Pinyin, there 30 half ids.
searchutility.h 101 // If the newly added id is a half id, id_start is the first id of the
106 // If the newly added id is a half id, id_num is the number of corresponding
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_plugin.h 56 #define SND_PCM_PLUGIN_ROUTE_HALF 0.5 /**< half value */
61 #define SND_PCM_PLUGIN_ROUTE_HALF (SND_PCM_PLUGIN_ROUTE_RESOLUTION / 2) /**< half value */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ultrasound.h 39 * _GUS_VOICEVOL - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
40 * _GUS_VOICEVOL2 - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
  /system/core/adb/
backup_service.c 124 // Close the half of the socket that we don't care about, route 'bu's console
137 // parent, i.e. adbd -- close the sending half of the socket
  /packages/apps/Camera/src/com/android/camera/
FocusManager.java 144 // Lock AE and AWB so users can half-press shutter and recompose.
162 // User releases half-pressed focus key.
180 // If the user has half-pressed the shutter and focus is completed, we
186 // Half pressing the shutter (i.e. the focus button event) will
217 // This happens when (1) user is half-pressing the focus key or
  /external/valgrind/main/VEX/pub/
libvex_ir.h 465 // of which lo half is div and hi half is mod
469 // of which lo half is div and hi half is mod
488 Iop_16to8, // :: I16 -> I8, low half
489 Iop_16HIto8, // :: I16 -> I8, high half
492 Iop_32to16, // :: I32 -> I16, low half
493 Iop_32HIto16, // :: I32 -> I16, high half
496 Iop_64to32, // :: I64 -> I32, low half
497 Iop_64HIto32, // :: I64 -> I32, high half
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 37 /** Enable English word prediction on half-width alphabet mode */
52 /** Key code for switching to half-width KATAKANA mode */
55 /** Key code for switching to half-width alphabet mode */
58 /** Key code for switching to half-width number mode */
158 /** Toggle cycle table for half-width KATAKANA */
173 /** Replace table for half-width KATAKANA */
223 /** Toggle cycle table for half-width alphabet */
238 /** Replace table for half-width alphabet */
258 /** Character table for half-width number */
613 /* Change mode to Half width katakana *
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 63 /* One component is half-pel */
95 /* Two components need half-pel */
137 /* One component needs half-pel */
169 /* Two components need half-pel */
207 Purpose: Compute the SAD on the half-pel resolution
220 /* One component is half-pel */
779 /* One component is half-pel */
sad_mb_offset.h 107 x10 = x10 + (x10 << 16); /* add with lower half word */
203 x10 = x10 + (x10 << 16); /* add with lower half word */
296 x10 = x10 + (x10 << 16); /* add with lower half word */
  /bionic/libm/src/
e_lgammaf_r.c 25 half= 5.0000000000e-01, /* 0x3f000000 */ variable
209 r = half*y+p/q;
225 r = (x-half)*(t-one)+w;
s_erff.c 25 half= 5.0000000000e-01, /* 0x3F000000 */ variable
174 r += (x-half);
175 return half - r ;
  /device/samsung/crespo/
device_base.mk 25 # separated into two halves: this half here contains the parts that
26 # are available to everyone, while another half in the vendor/ hierarchy
30 # transparency. There are two variants of the half that deals with
  /external/qemu/
qemu-common.h 142 /* Bottom halfs that are scheduled from a bottom half handler are instantly
143 * invoked. This can create an infinite loop if a bottom half handler
145 * ensuring that the bottom half isn't executed until the next main loop
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 102 x10 = x10 + (x10 << 16); /* add with lower half word */
197 x10 = x10 + (x10 << 16); /* add with lower half word */
290 x10 = x10 + (x10 << 16); /* add with lower half word */
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 27 * Performs half pel motion compensation for an 8x8 block using vertical
69 * Performs half pel motion compensation for an 8x8 block using horizontal
113 * Performs half pel motion compensation for an 8x8 block using both
  /frameworks/base/media/libstagefright/yuv/
YUVImage.cpp 253 // go half the height.
267 // Every other pixel row has a U/V data row. Hence only go half the height.
335 // Every other pixel row has a U/V data row. Hence only go half the height.
  /bionic/libc/stdlib/
bsearch.c 36 * divide the work in half by moving either left or right. If lim
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 89 // scale down to half size; diagonal is now 50px
  /external/chromium/chrome/common/
thumbnail_score.h 48 // by their headers then by a set of random text half way down the
  /external/clang/include/clang/Basic/
arm_neon.td 98 // n: double width elements, half num elts
99 // h: half width elements, double num elts
100 // e: half width elements, double num elts, unsigned
116 // h: half-float
  /external/clang/tools/libclang/
CXSourceLocation.h 52 /// useful to have a CXSourceRange be a proper half-open interval. This routine
  /external/dnsmasq/contrib/wrt/
README 62 use to half that. (The default limit in the distributed source is 150)

Completed in 324 milliseconds

1 2 3 4 5 6 7 891011>>