HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 351 - 375 of 530) sorted by null

<<11121314151617181920>>

  /device/sample/products/
sample_addon.mk 23 # emulator skin (or for samples)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMapGenerators.java 76 public SampleElements<String> samples() { method in class:SortedMapGenerators.ImmutableSortedMapValuesGenerator
147 public SampleElements<String> samples() { method in class:SortedMapGenerators.ImmutableSortedMapTailMapValuesGenerator
  /external/icu4c/samples/layout/
Makefile.in 1 ## Makefile.in for ICU - samples/layout
17 subdir = samples/layout
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 66 private Vector2f[] samples = {new Vector2f(1.0f, 0.0f), new Vector2f(-1.0f, 0.0f), new Vector2f(0.0f, 1.0f), new Vector2f(0.0f, -1.0f)}; field in class:SSAOFilter
88 * @param sampleRadius The radius of the area where random samples will be picked. default 5.1f
175 ssaoMat.setParam("Samples", VarType.Vector2Array, samples);
236 * Sets the radius of the area where random samples will be picked dafault 5.1f
  /external/qemu/audio/
audio_int.h 84 int samples; member in struct:HWVoiceOut
104 int samples; member in struct:HWVoiceIn
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 159 if ( spec->samples < (spec->freq/4) )
160 spec->samples = ((spec->freq/4)+3)&~3;
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.c 286 if ( spec->samples < (spec->freq/4) )
287 spec->samples = ((spec->freq/4)+3)&~3;
  /external/quake/quake/src/QW/client/
r_light.c 206 if (!surf->samples)
212 lightmap = surf->samples;
gl_draw.c 1148 int samples; local
1168 samples = alpha ? gl_alpha_format : gl_solid_format;
1172 gluBuild2DMipmaps (GL_TEXTURE_2D, samples, width, height, GL_RGBA, GL_UNSIGNED_BYTE, trans);
1174 glTexImage2D (GL_TEXTURE_2D, 0, samples, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
1179 glTexImage2D (GL_TEXTURE_2D, 0, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, scaled);
1188 glTexImage2DHelper (GL_TEXTURE_2D, 0, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, data);
1196 glTexImage2DHelper (GL_TEXTURE_2D, 0, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, scaled);
1212 glTexImage2DHelper (GL_TEXTURE_2D, miplevel, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, scaled);
1235 int samples; local
1270 samples = 1; // alpha ? gl_alpha_format : gl_solid_format
    [all...]
snd_win.c 401 shm->samples = gSndBufSize/(shm->samplebits/8);
535 shm->samples = gSndBufSize/(shm->samplebits/8);
628 return the current sample position (in mono samples read)
653 s &= (shm->samples-1);
  /external/quake/quake/src/WinQuake/
r_light.cpp 206 if (!surf->samples)
212 lightmap = surf->samples;
snd_win.cpp 403 shm->samples = gSndBufSize/(shm->samplebits/8);
537 shm->samples = gSndBufSize/(shm->samplebits/8);
630 return the current sample position (in mono samples read)
655 s &= (shm->samples-1);
  /external/webkit/Tools/wx/packaging/debian/
rules 63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
  /external/bluetooth/bluez/sbc/
sbc.c 83 /* raw integer subband samples in the frame */
86 /* modified subband samples */
89 /* original pcm audio samples */
584 /* Compute the samples */
630 /* Compute the samples */
959 int i, ch, framelen, samples; local
995 samples = sbc_synthesize_audio(&priv->dec_state, &priv->frame);
999 if (output_len < (size_t) (samples * priv->frame.channels * 2))
1000 samples = output_len / (priv->frame.channels * 2);
1002 for (i = 0; i < samples; i++)
1027 int samples; local
    [all...]
  /external/icu4c/test/intltest/
plurults.cpp 407 errln("no samples for keyword");
503 double samples[4]; // no test above should have more samples than 4 local
504 int32_t count = p->getAllKeywordValues(keyword, &samples[0], 4, status);
506 errln("error getting samples for %s", rp);
531 // We'll cheat a bit here. The samples happend to be in order and so are our
533 // implementation changes to return samples in an arbitrary order, this test
534 // must change. There's no actual restriction on the order of the samples.
537 double val = samples[j];
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 74 static UMSAudioDevice_ReturnCode UADWrite(_THIS, UMSAudioTypes_Buffer* buff, long samples, long* samples_written);
260 /* sample_bits = spec->size / spec->samples / spec->channels * 8; */
511 long samples,
517 samples,
  /external/skia/samplecode/
SamplePatch.cpp 80 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) {
84 samples[0] = cubic[0];
87 SkEvalCubicAt(cubic, t, &samples[i], NULL, NULL);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 782 D3DMULTISAMPLE_TYPE GetMultisampleTypeFromSamples(GLsizei samples)
784 if (samples <= 1)
787 return (D3DMULTISAMPLE_TYPE)samples;
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 177 String path = target.getPath(IAndroidTarget.SAMPLES);
178 File samples = new File(path); local
179 if (samples.isDirectory()) {
180 File[] files = samples.listFiles();
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 89 int caveat,transparentType,samples; local
152 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_SAMPLES,&samples));
160 pMaxPixels,renderable,renderableType,visualId,visualType,samples,stencil,
  /external/aac/libSBRenc/include/
sbr_encoder.h 175 INT sbrFrameSize; /*!< SBR frame size in samples. Will be calculated from core coder settings. */
338 * \param samples Time samples, always interleaved.
339 * \param timeInStride Channel stride factor of samples buffer.
345 INT_PCM *samples,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapCreationTester.java 130 entries[0] = samples.e1;
  /external/guava/guava-tests/test/com/google/common/collect/
TransformedSetTest.java 118 @Override public SampleElements<Integer> samples() { method in class:TransformedSetTest.TransformedIntegerSetGenerator
  /external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java 125 public SampleElements<Byte> samples() { method in class:ByteArrayAsListTest.TestByteListGenerator

Completed in 888 milliseconds

<<11121314151617181920>>