HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 451 - 475 of 544) sorted by null

<<11121314151617181920>>

  /external/lzma/C/
7zIn.c 919 static SRes SzReadFileNames(const Byte *p, size_t size, UInt32 numFiles, size_t *sizes)
925 sizes[i] = pos;
936 sizes[i] = pos;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 608 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
611 Iterator<Size> it = sizes.iterator();
612 // Remove the preview sizes that are not preferred.
619 Size optimalSize = CameraUtil.getOptimalPreviewSize(mActivity, sizes,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 542 /* For input sizes, make them display block */
543 .docs-input-sizes select,
544 .docs-input-sizes input[type=text] {
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 98 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
    [all...]
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 116 printf("size %d: 0x%x\n", i, header.lru.sizes[i]);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 363 DOMSettableTokenList* HTMLLinkElement::sizes() const function in class:WebCore::HTMLLinkElement
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 270 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 98 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
    [all...]
  /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/dropbear/libtommath/pre_gen/
mpi.c 6030 } sizes[] = { variable in typeref:struct:__anon19215
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 1010 static unsigned long sizes[] = { local
1037 for (x = sizes[i=0]; x < 100000; x = sizes[++i]) {
    [all...]
  /external/v8/src/
spaces.h     [all...]
  /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/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...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 84 ALOGV("Supported preview sizes are: %s", supportedPreviewSizes.string());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 352 // Determine the expected sizes.
  /external/opencv/cv/include/
cv.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 165 # small sizes, to make sure they work.)
    [all...]

Completed in 1161 milliseconds

<<11121314151617181920>>