HomeSort by relevance Sort by last modified time
    Searched full:surround (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
head.inp 6 surround you everywhere, and I think there is no greater meaning
middle.inp 6 surround you everywhere, and I think there is no greater meaning
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 144 DataRef<StyleSurroundData> surround; member in class:WebCore::RenderStyle
344 bool hasMargin() const { return surround->margin.nonZero(); }
345 bool hasBorder() const { return surround->border.hasBorder(); }
346 bool hasPadding() const { return surround->padding.nonZero(); }
347 bool hasOffset() const { return surround->offset.nonZero(); }
375 Length left() const { return surround->offset.left(); }
376 Length right() const { return surround->offset.right(); }
377 Length top() const { return surround->offset.top(); }
378 Length bottom() const { return surround->offset.bottom(); }
410 const BorderData& border() const { return surround->border;
    [all...]
RenderStyle.cpp 88 , surround(defaultStyle()->surround)
118 surround.init();
149 , surround(o.surround)
184 && surround == o.surround
333 if (surround->margin != other->surround->margin)
336 if (surround->padding != other->surround->padding
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 60 #define DSP_PCM_S71_CHANNEL 4 /* surround 7.1 */
160 /* Rear/surround PCM playback mixer */
ac97_codec.h 63 #define AC97_PCM_SURR_DAC_RATE 0x2e /* PCM Surround DAC Rate */
68 #define AC97_SURROUND_MASTER 0x38 /* Surround (Rear) Master Volume */
106 #define AC97_SLOT_PCM_SLEFT 7 /* surround left */
109 #define AC97_SLOT_PCM_SRIGHT 8 /* surround right */
166 #define AC97_EI_SDAC 0x0080 /* PCM Surround DACs available */
188 #define AC97_EA_SDAC 0x0080 /* PCM Surround DACs are ready (Read only) */
193 #define AC97_EA_PRJ 0x1000 /* Turns the PCM Surround DACs off */
369 #define AC97_SCAP_SURROUND_DAC (1<<2) /* surround L&R DACs are present */
579 AC97_TUNE_SWAP_SURROUND, /* swap master and surround controls */
605 AC97_PCM_CFG_REAR = 10, /* alias surround */
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 237 In case of MPEG-D Surround the channel mapping will follow the same criteria described in ISO/IEC 13818-7:2005(E),
275 \subsection ExamplesSurround Surround 5.1
288 scheme, thus the channels would be: front left, front right, center, LFE, surround left, surround right.
291 There is only one LFE, placed as the fourth channel and index 0. Finally both surround
300 <surround left sample 0> <surround right sample 0>
304 <surround left sample 1> <surround right sample 1>
310 <surround left sample N> <surround right sample N
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gnu-versions.h 28 the GNU C library. The source files for each piece surround all their
locale.h 89 0 Parentheses surround the quantity and currency_symbol.
106 0 Parentheses surround the quantity and int_curr_symbol.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
gnu-versions.h 28 the GNU C library. The source files for each piece surround all their
locale.h 89 0 Parentheses surround the quantity and currency_symbol.
106 0 Parentheses surround the quantity and int_curr_symbol.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
gnu-versions.h 28 the GNU C library. The source files for each piece surround all their
locale.h 89 0 Parentheses surround the quantity and currency_symbol.
106 0 Parentheses surround the quantity and int_curr_symbol.
  /frameworks/base/telephony/java/com/android/internal/telephony/
DebugService.java 61 * Surround each of the sub dump's with try/catch so even
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
audio.h 85 /* 9- 8 audio application mode (0=not spec, 1=karaoke, 2=surround) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
audio.h 85 /* 9- 8 audio application mode (0=not spec, 1=karaoke, 2=surround) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
audio.h 85 /* 9- 8 audio application mode (0=not spec, 1=karaoke, 2=surround) */
  /libcore/luni/src/test/java/libcore/java/util/
BitSetTest.java 59 // Surround 'longs' with junk set bits but exclude them from the LongBuffer.
107 // Surround 'bytes' with junk set bits but exclude them from the ByteBuffer.
  /external/aac/libSYS/include/
FDK_audio.h 183 AOT_MPEGS = 30, /**< MPEG Surround */
198 AOT_LD_MPEGS = 44, /**< Low Delay MPEG Surround */
221 AOT_DRM_SURROUND = 146, /**< Virtual AOT for DRM Surround (ER-AAC-SCAL (+SBR) +MPS) */
225 AOT_MPEGS_RESIDUALS = 256 /**< Virtual AOT for MPEG Surround residuals */
478 #define CAPF_DAB_SURROUND 0x00000010 /**< Support flag for DAB Surround (MPS). */
483 #define CAPF_DMB_SURROUND 0x00000010 /**< Support flag for DMB Surround (MPS). */
  /external/aac/libFDK/include/
qmf.h 136 /* Complex Low Delay Filter Bank used in MPEG Surround Encoder */
138 /* Complex Low Delay Filter Bank used in MPEG Surround Encoder allows a optimized calculation of the modulation in qmfForwardModulationHQ() */
  /external/aac/libAACenc/src/
channel_map.cpp 112 left surround 3 3 (1st of 2nd CPE)
113 right surround 4 4 (2nd of 2nd CPE)
119 left surround 4 3 (1st of 2nd CPE)
120 right surround 5 4 (2nd of 2nd CPE)
  /external/libvpx/examples/includes/geshi/docs/api/geshi/core/
_geshi.php.html 186 <p class="short-description">Use a &quot;div&quot; to surround the source</p>
202 <p class="short-description">Use nothing to surround the source</p>
218 <p class="short-description">Use a &quot;pre&quot; to surround the source</p>
234 <p class="short-description">Use a &quot;table&quot; to surround the source:</p>
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ViewConstructorDetector.java 60 "used in a layout editor, you can surround the given code with a check to " +
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 450 case 4: /* surround */
451 case 6: /* surround with center and lfe */
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 582 * 0 Parentheses surround the quantity and currency_symbol
606 * 0 Parentheses surround the quantity and currency_symbol

Completed in 807 milliseconds

1 2 3 4 5 6 7