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

1 2 3 4 5 6 7 8

  /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 )
  /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:__anon30038
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/include/
OMX_adaptor.h 38 ResolutionType resolution; member in struct:_AdaptorCodecInfo
76 // when codec is configured, with resolution and
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,
  /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 = Resolution_CIF; 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/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 73 const IVec2 resolution = IVec2(TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); local
79 makeImageCreateInfo(resolution, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_BUFFER_USAGE_TRANSFER_SRC_BIT),
87 const Unique<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, *colorAttachmentView, resolution.x(), resolution.y(), 1u));
98 .setRenderSize (resolution)
108 const VkDeviceSize colorBufferSizeBytes = resolution.x()*resolution.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
149 makeExtent2D(resolution.x(), resolution.y()),
178 const VkBufferImageCopy copyRegion = makeBufferImageCopy(makeExtent3D(resolution.x(), resolution.y(), 1), makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u))
    [all...]
  /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/freetype/src/truetype/
ttdriver.c 363 FT_UInt resolution = ttsize->metrics.x_ppem > ttsize->metrics.y_ppem local
368 /* if we don't have a resolution value, assume 72dpi */
370 !resolution )
371 resolution = 72;
375 resolution );
  /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/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.h 81 float resolution; member in struct:android::SensorHalExt::HidRawSensor::FeatureValue
HidRawSensor.cpp 163 double resolution = 1; local
188 // keep track of range and resolution
192 resolution = std::min(digest.a, resolution);
208 mFeatureInfo.resolution = resolution;
287 mFeatureInfo.resolution = quat.a;
322 LOG_E << "All 3 axis should have same resolution" << LOG_ENDL;
350 mFeatureInfo.resolution = reportX.a * defaultScaling;
429 featureValue->resolution = FLT_MAX
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pcl.h 102 int resolution; member in struct:__anon44637
129 media_type_t media_type, int resolution, duplex_t duplex,
  /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 */,
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
timer.h 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */
83 SND_TIMER_EVENT_START, /* val = resolution in ns */
85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */
89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */
101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read

Completed in 411 milliseconds

1 2 3 4 5 6 7 8