HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 251 - 275 of 332) sorted by null

<<11121314

  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp 98 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
    [all...]
  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 857 float sizes[] = { 0.f, 0.1f, sqrt_2, 2.f * sqrt_2 }; local
858 for (size_t i = 0; i < arraysize(sizes); ++i) {
859 box.set_size(sizes[i], sizes[i], 0.f);
    [all...]
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 115 printf("size %d: 0x%x\n", i, header.lru.sizes[i]);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 264 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 63 % exported font sizes of all text objects is 7 points.
72 % to line widths instead of font sizes. The minumum line
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 270 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
  /external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js 10 * 1. Resize the client window to various sizes and verify the existence of
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 961 const unsigned *sizes)
968 vl_vlc_init(&bs->vlc, num_buffers, buffers, sizes);
vl_mpeg12_decoder.c 648 const unsigned *sizes)
665 vl_mpg12_bs_decode(&buf->bs, target, desc, num_buffers, buffers, sizes);
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 786 * @param sizes an <code>int</code> array of the size in every
791 public static Initializer byNewArray(CtClass type, int[] sizes) {
792 return new MultiArrayInitializer(type, sizes);
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 343 Vorbis frames may be one of two PCM sample sizes specified during
344 codec setup. In Vorbis I, legal frame sizes are powers of two from 64
346 independent vectors and these frame sizes are in samples per channel.
372 knowing the sizes of the current, previous and next window. It is
08-residue.tex 90 by residue 0 using codebook sizes of 8, 4, 2 and 1:
119 by residue 0 using codebook sizes of 8, 4, 2 and 1:
02-bitpacking.tex 14 or, less commonly other fixed word sizes. The Vorbis bitpacking
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 961 const unsigned *sizes)
968 vl_vlc_init(&bs->vlc, num_buffers, buffers, sizes);
vl_mpeg12_decoder.c 648 const unsigned *sizes)
665 vl_mpg12_bs_decode(&buf->bs, target, desc, num_buffers, buffers, sizes);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodWriter.java 643 // updates current and max stack sizes
665 // updates current and max stack sizes only for NEWARRAY
688 // updates current and max stack sizes
747 // updates current and max stack sizes only if opcode == NEW
790 // updates current and max stack sizes
820 * the sizes of the arguments and of the return value
824 // the above sizes have not been computed yet,
837 // updates current and max stack sizes
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 101 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 309 size_t sizes[] = {16, 1000, 10000, 100000, 2100000}; local
310 for (size_t s = 0; s < sizeof(sizes)/sizeof(sizes[0]); s++) {
311 size_t size = sizes[s];
4070 size_t sizes[] = {0, 20, 5000, 1<<20}; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 222 vector<int> sizes(symbols.size());
224 sizes[ndx] = symbols[ndx].varType.getScalarSize();
225 return sizes;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 443 DOMSettableTokenList* HTMLLinkElement::sizes() const function in class:blink::HTMLLinkElement
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 704 GLuint sizes[ATTRIB_BIT_DWORDS * 2]; /* sizes:2[VERT_ATTRIB_MAX] */ member in struct:brw_vertex_info
912 * block sizes used.
968 /** Input sizes, calculated from active vertex program.
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 704 GLuint sizes[ATTRIB_BIT_DWORDS * 2]; /* sizes:2[VERT_ATTRIB_MAX] */ member in struct:brw_vertex_info
912 * block sizes used.
968 /** Input sizes, calculated from active vertex program.
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 121 // required to avoid caching incorrect sizes during layout of a hidden
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 352 // Determine the expected sizes.

Completed in 2413 milliseconds

<<11121314