HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 726 - 750 of 890) sorted by null

<<21222324252627282930>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 412 psnr_samples_total[i] += pkt[i]->data.psnr.samples[0];
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 176 } else if ($("body").hasClass("samples")) {
177 navEl.find("> li.samples > a").addClass("selected ndk");
203 } else if ($("body").hasClass("samples")) {
204 subNavEl.find("li.samples > a").addClass("selected");
736 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index)
    [all...]
  /build/core/
main.mk 422 # For the sdk goal, anything with the "samples" tag should be
425 $(if $(filter samples tests,$(1)),,true)
    [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 626 config->samples = toInt(getAttribute("Samples"));
683 ri::Sample* sample = list->samples.allocItem<ri::Sample>();
  /external/deqp/framework/opengl/wrapper/
glwImpl.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 161 List<Object> samples = sampleInstances.get(rawType); local
162 Object sample = nextInstance(samples, null);
  /external/guava/guava-tests/test/com/google/common/collect/
MapsCollectionTest.java 90 public SampleElements<Entry<String, Integer>> samples() {
155 public SampleElements<Entry<String, Integer>> samples() {
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 659 * num_samples - number of samples/pixel if multisampling, or zero
789 vis->samples = 0;
815 v->stvis.samples = num_samples;
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 327 int samples,
332 , fSampleCount(samples)
  /external/skia/include/gpu/gl/
GrGLFunctions.h 122 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLFramebufferTexture2DMultisampleProc)(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint texture, GrGLint level, GrGLsizei samples);
170 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLRenderbufferStorageMultisampleProc)(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 104 // Some random samples.
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 30 void glRenderbufferStorageMultisample ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height )
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 420 * @param samples The approximate max number of samples to use.
422 static int findDominantColorByHue(Bitmap bitmap, int samples) {
425 int sampleStride = (int) Math.sqrt((height * width) / samples);
  /external/icu/icu4c/source/
configure     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl     [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 358 gconf->stvis.samples = 0;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 431 config->samples = *bp++;
  /external/mesa3d/src/mesa/main/
framebuffer.c 520 /* Grab samples and sampleBuffers from any attachment point (assuming
524 fb->Visual.samples = rb->NumSamples;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.c 1941 OPJ_UINT32 samples = (OPJ_UINT32)((l_tile_comp->x1 - l_tile_comp->x0) * (l_tile_comp->y1 - l_tile_comp->y0)); local
    [all...]
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.cpp 416 GrGLsizei samples,
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 201 WebRtc_Word16 samples,
679 // Returns the # of bits required to scale the samples specified in the
680 // |in_vector| parameter so that, if the squares of the samples are added the
686 // - in_vector_length : Samples in |in_vector|
740 // Copies the rightmost |samples| of |in_vector| (of length |in_vector_length|)
745 // - in_vector_length : Number of samples in |in_vector|
746 // - samples : Number of samples to extract (from right side)
750 // - out_vector : Vector with the requested samples
752 // Return value : Number of copied samples in |out_vector
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1155 uint16_t samples = static_cast<uint16_t>(samplesPerPixel); local
1869 uint16_t samples = SAMPLES_PER_RGB_PIXEL; local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 408 void GLContext::renderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalFormat, int width, int height)
410 m_wrapper->glRenderbufferStorageMultisample(target, samples, internalFormat, width, height);

Completed in 1689 milliseconds

<<21222324252627282930>>