HomeSort by relevance Sort by last modified time
    Searched defs:resolution (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/v8/test/webkit/fast/js/kde/
encode_decode_uri.js 27 var resolution = 251; // set to 1 for 100% coverage variable
79 for (var charcode = 1; charcode < 0xD7FF; charcode += resolution)
82 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
85 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution)
88 for (var charcode = 0xD801; charcode < 0xDBFF; charcode += resolution)
91 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution)
94 for (var charcode = 1; charcode < 0xDBFF; charcode += resolution)
97 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
  /external/ImageMagick/Magick++/tests/
color.cpp 114 double resolution = 1.0/QuantumRange; local
115 if ( resolution < 0.0000001 )
116 resolution = 0.0000001;
117 double max_error = resolution + MagickEpsilon;
119 for( double value = 0; value < 1.0 + MagickEpsilon; value += resolution )
  /hardware/bsp/intel/peripheral/libupm/examples/java/
MQ2Sample.java 27 private static final short resolution = 5; field in class:MQ2Sample
55 sensor.printGraph(ctx, resolution);
MQ5Sample.java 26 private static final short resolution = 7; field in class:MQ5Sample
54 sensor.printGraph(ctx, resolution);
  /external/doclava/src/com/google/doclava/
AnnotationInstanceInfo.java 28 private ArrayList<Resolution> mResolutions;
86 public void addResolution(Resolution resolution) {
88 mResolutions = new ArrayList<Resolution>();
91 mResolutions.add(resolution);
96 for (Resolution r : mResolutions) {
102 ArrayList<Resolution> resolutions = mResolutions;
103 mResolutions = new ArrayList<Resolution>();
106 for (Resolution resolution : resolutions)
    [all...]
TypeInfo.java 73 addResolution(new Resolution("variability", "", null));
448 public void addResolution(Resolution resolution) {
450 mResolutions = new ArrayList<Resolution>();
453 mResolutions.add(resolution);
462 for (Resolution r : mResolutions) {
468 ArrayList<Resolution> resolutions = mResolutions;
469 mResolutions = new ArrayList<Resolution>();
472 for (Resolution resolution : resolutions)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */
58 EAS_I8 resolution; /* resolution from file */ member in struct:__anon22679
eas_tonecontrol.c 85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
651 pData->resolution = 64;
692 /* or resolution */
887 * Get the resolution field and process it
892 EAS_I8 resolution; local
894 /* get resolution */
895 if (TC_GetNextChar(pEASData->hwInstData, pData, &resolution) != EAS_SUCCESS)
897 if (resolution < 0)
901 pData->resolution = resolution
    [all...]
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.h 38 ResolutionType resolution; member in struct:_AdaptorCodecInfo
76 // when codec is configured, with resolution and
OMX_adaptor.cpp 164 ResolutionType resolution; local
168 resolution = Resolution_480;
170 resolution = Resolution_720;
172 resolution = Resolution_1080;
174 resolution = Resolution_2K;
176 resolution = Resolution_4K;
178 ALOGE("resolution > 4K is not supported!");
180 codecInfo.resolution = resolution;
201 codecInfo.resolution,
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
MainShader.java 44 public final static Uniform resolution = new Uniform("u_resolution"); field in class:MainShader.Inputs
54 public final static Setter resolution = new GlobalSetter() { field in class:MainShader.Setters
105 register(Inputs.resolution, Setters.resolution);
  /external/freetype/src/truetype/
ttdriver.c 346 FT_UInt resolution = ttsize->metrics.x_ppem > ttsize->metrics.y_ppem local
351 /* if we don't have a resolution value, assume 72dpi */
353 !resolution )
354 resolution = 72;
358 resolution );
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 203 int resolution = 100; local
204 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 15));
205 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 30));
208 EXPECT_EQ(VPM_OK, vp_->SetTargetResolution(resolution, resolution, 30));
212 PreprocessFrameAndVerify(video_frame_, resolution, resolution, vp_,
  /hardware/libhardware/modules/input/evdev/
InputHub.h 47 int32_t resolution = 0; // resolution in units per mm or radians per mm member in struct:android::AbsoluteAxisInfo
  /external/ImageMagick/coders/
ps2.c 425 resolution,
502 resolution.x=image->resolution.x;
503 resolution.y=image->resolution.y;
504 if ((resolution.x == 0.0) || (resolution.y == 0.0))
507 resolution.x=geometry_info.rho;
508 resolution.y=geometry_info.sigma;
510 resolution.y=resolution.x
419 resolution, local
    [all...]
ps3.c 853 resolution,
942 resolution.x=image->resolution.x;
943 resolution.y=image->resolution.y;
944 if ((resolution.x == 0.0) || (resolution.y == 0.0))
947 resolution.x=geometry_info.rho;
948 resolution.y=geometry_info.sigma;
950 resolution.y=resolution.x
847 resolution, local
    [all...]
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 114 double resolution = widget->xradius*2/widget->width(); local
116 if(resolution < 1e-4f) max_iter += 128 * ( - 4 - std::log10(resolution));
119 single_precision = resolution > 1e-7f;
153 setWindowTitle(QString("resolution ")+QString::number(xradius*2/width(), 'e', 2)
168 setWindowTitle(QString("recomputing at 1/%1 resolution...").arg(draft));
  /external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
Tutorial3Activity.java 136 mResolutionMenu = menu.addSubMenu("Resolution");
162 Size resolution = mResolutionList.get(id); local
163 mOpenCvCameraView.setResolution(resolution);
164 resolution = mOpenCvCameraView.getResolution();
165 String caption = Integer.valueOf(resolution.width).toString() + "x" + Integer.valueOf(resolution.height).toString();
  /frameworks/native/include/input/
InputDevice.h 72 float resolution; member in struct:android::InputDeviceInfo::MotionRange
95 float min, float max, float flat, float fuzz, float resolution);
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.h 71 ResolutionType resolution; member in struct:_CodecInfo
111 Resolution and frame rate must be provided.
113 is constructed when the resolution and frame rate are
124 /* in */ ResolutionType resolution,
131 ResolutionType resolution,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
sync.h 162 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
sync.h 164 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter
syncstr.h 82 CARD64 resolution; member in struct:_SysCounterInfo
159 CARD64 /* resolution */,
  /cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/
MediaPreparer.java 71 * The message printed when the maximum video playback resolution cannot be found in the
76 "Unable to parse maximum video playback resolution, pushing all media files";
81 protected static final int RES_176_144 = 0; // 176x144 resolution
82 protected static final int RES_DEFAULT = 1; // default max video playback resolution, 480x360
83 protected static final int RES_720_480 = 2; // 720x480 resolution
84 protected static final int RES_1280_720 = 3; // 1280x720 resolution
85 protected static final int RES_1920_1080 = 4; // 1920x1080 resolution
107 * For dimension of width = 480 and height = 360, the resolution string is "480x360"
109 private static String resolutionString(Dimension resolution) {
110 return String.format("%dx%d", resolution.width, resolution.height)
120 Dimension resolution = resolutions[resIndex]; local
    [all...]
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 344 // resolution.
354 std::string resolution = resolutionStream.str(); local
355 frame_rates_by_resolution[resolution].push_back(capability.maxFPS);
357 // Since Android presents so many resolution/FPS combinations and the test
359 // that a frame was captured for 2 frame-rates at each resolution.
360 if (frame_rates_by_resolution[resolution].size() > 2)
374 // resolutions and multiple frame-rates per captured resolution, so we assert
376 // single frame-rate per resolution (bug 2974). If this test starts being run

Completed in 453 milliseconds

1 2 3 4 5 6 7