Searched defs:resolution (Results 1 - 25 of 66) sorted by relevance

123

/external/v8/test/webkit/fast/js/kde/
H A Dencode_decode_uri.js27 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/doclava/src/com/google/doclava/
H A DResolvable.java33 * @param resolution The {@link Resolution} to resolve at a later time.
35 public void addResolution(Resolution resolution); argument
H A DAnnotationValueInfo.java90 public void addResolution(Resolution resolution) { argument
95 mResolutions.add(resolution);
110 for (Resolution resolution : resolutions) {
113 resolution.getInfoBuilder());
117 mResolutions.add(resolution);
119 } else if ("element".equals(resolution.getVariable())) {
122 if (resolution.getValue().equals(m.name()) ||
H A DAnnotationInstanceInfo.java86 public void addResolution(Resolution resolution) { argument
91 mResolutions.add(resolution);
106 for (Resolution resolution : resolutions) {
108 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName,
109 resolution.getInfoBuilder());
113 mResolutions.add(resolution);
115 } else if ("annotationTypeName".equals(resolution.getVariable())) {
H A DTypeInfo.java448 public void addResolution(Resolution resolution) { argument
453 mResolutions.add(resolution);
472 for (Resolution resolution : resolutions) {
473 if ("class".equals(resolution.getVariable())) {
475 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName,
476 resolution.getInfoBuilder());
480 mResolutions.add(resolution);
485 } else if ("variability".equals(resolution.getVariable())) {
489 resolution.getInfoBuilder());
/external/ImageMagick/Magick++/tests/
H A Dcolor.cpp114 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 )
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */
58 EAS_I8 resolution; /* resolution from file */ member in struct:__anon17607
H A Deas_tonecontrol.c85 /* 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
[all...]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
H A DMainShader.java44 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/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
H A DTutorial3View.java46 public void setResolution(Size resolution) { argument
48 mMaxHeight = resolution.height;
49 mMaxWidth = resolution.width;
/external/ImageMagick/coders/
H A Dps2.c425 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
419 resolution, local
[all...]
H A Dps3.c853 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
847 resolution, local
[all...]
H A Dpdf.c490 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0))
493 image->resolution.x=geometry_info.rho;
494 image->resolution.y=geometry_info.sigma;
496 image->resolution.y=image->resolution.x;
501 image->resolution.x=geometry_info.rho;
502 image->resolution.y=geometry_info.sigma;
504 image->resolution.y=image->resolution
1239 resolution, local
[all...]
H A Dps.c465 resolution;
558 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0))
561 image->resolution.x=geometry_info.rho;
562 image->resolution.y=geometry_info.sigma;
564 image->resolution.y=image->resolution.x;
569 image->resolution.x=geometry_info.rho;
570 image->resolution.y=geometry_info.sigma;
572 image->resolution
460 resolution; local
1495 resolution, local
[all...]
/external/bison/src/
H A Dconflicts.c68 enum conflict_resolution resolution)
72 /* The description of the resolution. */
73 switch (resolution)
103 switch (resolution)
144 /* The description of the resolution. */
145 switch (resolution)
150 " <resolution rule=\"%d\" symbol=\"%s\""
159 " <resolution rule=\"%d\" symbol=\"%s\""
167 " <resolution rule=\"%d\" symbol=\"%s\""
175 switch (resolution)
66 log_resolution(rule *r, symbol_number token, enum conflict_resolution resolution) argument
[all...]
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp114 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/freetype/src/truetype/
H A Dttdriver.c346 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/
H A Dvideo_processing_unittest.cc203 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_,
/external/dng_sdk/source/
H A Ddng_negative.cpp262 const dng_resolution *resolution,
275 // Optionally include the resolution tags.
279 if (resolution)
281 res = *resolution;
289 if (resolution)
261 BuildExifBlock(dng_memory_allocator &allocator, const dng_resolution *resolution, bool includeIPTC, const dng_jpeg_preview *thumbnail) const argument
/external/ImageMagick/MagickCore/
H A Dannotate.c241 % %x x resolution (density)
242 % %y y resolution (density)
255 % %U image resolution units
1301 resolution;
1404 resolution.x=DefaultResolution;
1405 resolution.y=DefaultResolution;
1415 resolution.x=geometry_info.rho;
1416 resolution.y=geometry_info.sigma;
1418 resolution.y=resolution
1290 resolution; local
1854 resolution; local
[all...]
H A Dprofile.c1559 resolution;
1567 p=ReadResourceLong(p,&resolution);
1568 image->resolution.x=((double) resolution)/65536.0;
1570 p=ReadResourceLong(p,&resolution)+4;
1571 image->resolution.y=((double) resolution)/65536.0;
1580 image->resolution.x/=2.54;
1581 image->resolution.y/=2.54;
1712 % Currently we only support updating the EXIF resolution an
1547 resolution; local
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c379 FT_UShort upem, ppem, resolution; local
403 resolution = FT_GET_USHORT();
405 FT_UNUSED( resolution ); /* What to do with this? */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
H A Dttsbit.c333 FT_UShort upem, ppem, resolution; local
357 resolution = FT_GET_USHORT();
359 FT_UNUSED( resolution ); /* What to do with this? */
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c273 FT_UShort ppem, resolution; local
297 resolution = FT_GET_USHORT();
299 FT_UNUSED( resolution ); /* What to do with this? */
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc344 // 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 1713 milliseconds

123