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

<<11121314151617181920>>

  /frameworks/rs/api/
rs_object_types.spec 157 graphical data formats and represent vectors with per vector member sizes which are treated
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
CameraOps.java 138 Size[] sizes = map.getOutputSizes(ImageFormat.JPEG); local
139 Size largest = Collections.max(Arrays.asList(sizes), new Comparator<Size>() {
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 279 private static List<String> sizeListToStringList(List<Size> sizes) {
281 for (Size size : sizes) {
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 133 // but the sizes of the data structures is never very large and the scan is almost instantaneous.
  /prebuilts/go/darwin-x86/src/html/template/
attr.go 118 "sizes": contentTypePlain,
  /prebuilts/go/darwin-x86/src/strconv/
atoi.go 144 // that the result must fit into. Bit sizes 0, 8, 16, 32, and 64
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 133 // but the sizes of the data structures is never very large and the scan is almost instantaneous.
  /prebuilts/go/linux-x86/src/html/template/
attr.go 118 "sizes": contentTypePlain,
  /prebuilts/go/linux-x86/src/strconv/
atoi.go 144 // that the result must fit into. Bit sizes 0, 8, 16, 32, and 64
  /system/update_engine/payload_generator/
generate_delta_main.cc 70 "Only signature sizes of 256 bytes are supported.";
108 void CalculateHashForSigning(const vector<int> &sizes,
119 CHECK(PayloadSigner::HashPayloadForSigning(in_file, sizes, &payload_hash,
286 "You may pass in multiple sizes by colon separating them. E.g. "
  /external/ImageMagick/coders/
icon.c 175 sizes[MAX_SIZES]={256,192,128,96,64,48,40,32,24,16};
194 sizes[i++]=size;
205 resized=ResizeImage(image,sizes[i],sizes[i],image->filter,exception);
171 sizes[MAX_SIZES]={256,192,128,96,64,48,40,32,24,16}; local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 226 int[] sizes = {9, 10, 12, 14, 18, 24, 36, 48, 72}; local
227 for (int i = 0; i < sizes.length; ++i) {
228 MenuItem mItem = new MenuItem("" + sizes[i]);
229 mItem.addActionListener(new SizeActionListener(sizes[i]));
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java     [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 66 // The odd order in which the codegen code sizes are written.
216 // Copy the concatenated code sizes to codegen. Put a marker at the end.
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 66 // The odd order in which the codegen code sizes are written.
216 // Copy the concatenated code sizes to codegen. Put a marker at the end.
  /system/media/camera/docs/
html.mako 40 /* table column sizes */
52 /* hide the first thead, we need it there only to enforce column sizes */
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.h 115 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
126 // Supported live snapshot sizes
578 void getSupportedHfrSizes(Vector<Size> &sizes);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.h 115 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
126 // Supported live snapshot sizes
578 void getSupportedHfrSizes(Vector<Size> &sizes);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h 117 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels.
128 // Supported live snapshot sizes
481 void getSupportedHfrSizes(Vector<Size> &sizes);
732 void parseSizesList(const char *sizesStr, Vector<Size> &sizes);
739 String8 createSizesString(const cam_dimension_t *sizes, int len);
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 3631 int dims, sizes[CV_MAX_DIM]; local
3668 int sizes[CV_MAX_DIM], dims, elem_type; local
3828 int* sizes = 0, dims, elem_type, cn; local
    [all...]
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 541 SkTDArray<size_t> sizes;
565 *sizes.append() = strlen(familyName) + 1;
572 sizes.begin(), names.count());
    [all...]
  /external/v8/src/arm64/
simulator-arm64.h 534 // Specify relevant register sizes, for PrintFPRegister.
547 PrintFPRegisterSizes sizes = kPrintAllFPRegValues);
555 PrintFPRegisterSizes sizes = kPrintAllFPRegValues) {
556 if (log_parameters() & LOG_FP_REGS) PrintFPRegister(code, sizes);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 95 // on the list of both preview and recording sizes
133 ALOGV("Supported preview sizes are: %s", supportedPreviewSizes.string());
144 ALOGV("Supported video sizes are: %s", supportedVideoSizes.string());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 628 Map<INode, Rect> sizes = mRulesEngine.measureChildren(parent, local
646 if (sizes != null) {
647 state.wrapBounds = sizes.get(child);
    [all...]
LinearLayoutRule.java 597 // sizes, if used.
793 // Clear out layout weights; we need to measure the unweighted sizes
    [all...]

Completed in 1651 milliseconds

<<11121314151617181920>>