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

1 2 3 4 5

  /external/chromium_org/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/chromium_org/printing/
print_settings_initializer_mac.cc 30 // Resolution indexes are 1-based.
32 PMResolution resolution; local
33 PMPrinterGetIndexedPrinterResolution(printer, i, &resolution);
34 if (resolution.hRes > best_resolution.hRes)
35 best_resolution = 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 383 public void addResolution(Resolution resolution) {
385 mResolutions = new ArrayList<Resolution>();
388 mResolutions.add(resolution);
397 for (Resolution r : mResolutions) {
403 ArrayList<Resolution> resolutions = mResolutions;
404 mResolutions = new ArrayList<Resolution>();
407 for (Resolution resolution : resolutions) {
408 if ("class".equals(resolution.getVariable()))
    [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:__anon34699
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...]
  /external/chromium_org/remoting/host/
resizing_host_observer.cc 67 const ScreenResolution& resolution() const { return resolution_; } function in class:remoting::__anon14453::CandidateResolution
77 // If either resolution would require down-scaling, prefer the one that
87 // If the scale factors are the same, pick the resolution with the largest
95 // If the areas are equal, pick the resolution with the "best" aspect ratio.
105 return resolution().dimensions().width() >
106 other.resolution().dimensions().width();
130 const ScreenResolution& resolution) {
135 if (resolution.IsEmpty())
150 weak_factory_.GetWeakPtr(), resolution));
157 desktop_resizer_->GetSupportedResolutions(resolution);
    [all...]
daemon_process_unittest.cc 46 const ScreenResolution& resolution) OVERRIDE {}
62 const ScreenResolution& resolution,
101 const ScreenResolution& resolution,
232 ScreenResolution resolution; local
235 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false)));
253 ScreenResolution resolution; local
256 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false)));
277 ScreenResolution resolution; local
280 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false)));
329 ScreenResolution resolution; local
    [all...]
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 165 // Changes the resolution and apply the result.
177 // Click the revert button, which reverts to the best resolution.
198 // Changes the resolution and apply the result.
208 // Click the revert button, which reverts the resolution.
268 // Changes the resolution and apply the result.
331 gfx::Size resolution; local
387 // Changes the resolution and apply the result.
403 // Click the revert button, which reverts to the best resolution.
display_info.cc 132 std::string resolution = parts[i]; local
135 if (sscanf(resolution.c_str(),
  /external/chromium_org/cc/resources/
tile_priority.h 41 TileResolution resolution);
47 : resolution(NON_IDEAL_RESOLUTION),
52 TilePriority(TileResolution resolution,
55 : resolution(resolution),
61 if (active.resolution == HIGH_RESOLUTION ||
62 pending.resolution == HIGH_RESOLUTION)
63 resolution = HIGH_RESOLUTION;
64 else if (active.resolution == LOW_RESOLUTION ||
65 pending.resolution == LOW_RESOLUTION
105 TileResolution resolution; member in struct:cc::TilePriority
    [all...]
managed_tile_state.h 115 TileResolution resolution; member in class:cc::ManagedTileState
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util_unittest.cc 25 const base::TimeDelta& resolution,
48 type, &metric, metrics->end(), start, kMaxTime, resolution);
58 const base::TimeDelta resolution = base::TimeDelta::FromSeconds(1); local
63 resolution,
69 resolution,
performance_monitor_handler.cc 319 const base::TimeDelta& resolution,
351 resolution,
553 base::TimeDelta resolution = local
567 start, end, resolution, aggregation_method),
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 201 int resolution = 100; local
202 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 15));
203 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
206 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
210 EXPECT_EQ(VPM_OK, vpm_->SetTargetResolution(resolution, resolution, 30));
214 EXPECT_EQ(resolution, out_frame->width())
    [all...]
  /external/chromium_org/ui/gfx/
pango_util.cc 120 static double resolution; local
125 resolution = pango_cairo_context_get_resolution(default_context);
128 return resolution;
194 // Set the resolution to match that used by Gtk. If we don't set the
195 // resolution and the resolution differs from the default, Gtk and Chrome end
197 double resolution = GetPangoResolution(); local
198 if (resolution > 0) {
200 resolution); local
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_gsxb.c 203 int i, resolution, format_signed, format_bigendian; local
207 resolution = spec->format & 0x00ff;
225 resolution = spec->format & 0xff;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
local_sync_delegate.cc 475 ConflictResolution resolution = CONFLICT_RESOLUTION_UNKNOWN; local
479 resolution = CONFLICT_RESOLUTION_LOCAL_WIN;
491 resolution = conflict_resolution_resolver()->Resolve(
496 switch (resolution) {
remote_sync_delegate.cc 241 ConflictResolution resolution = conflict_resolution_resolver()->Resolve( local
247 switch (resolution) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 248 gfx::Size resolution = display_modes[i].size; local
260 resolution_info->SetBoolean("selected", (resolution == current_size));
262 resolution_info->SetInteger("width", resolution.width());
263 resolution_info->SetInteger("height", resolution.height());
411 LOG(ERROR) << "No new resolution " << new_resolution.ToString()
416 LOG(ERROR) << "No old resolution " << old_resolution.ToString()
  /external/chromium_org/media/video/capture/
video_capture_device_unittest.cc 332 gfx::Size resolution; local
334 resolution = gfx::Size(640, 480);
336 resolution = gfx::Size(1280, 1024);
339 capture_params.requested_format.frame_size = resolution;
417 // @ 30 fps, so we don't care about the exact resolution we get.
  /external/compiler-rt/lib/lsan/
lsan_common.h 49 int resolution; member in struct:__lsan::Flags
  /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));
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 47 jfieldID resolution; member in struct:android::SensorOffsets
74 sensorOffsets.resolution = _env->GetFieldID(sensorClass, "mResolution","F");
109 env->SetFloatField(sensor, sensorOffsets.resolution, list->getResolution());
  /frameworks/native/include/input/
InputDevice.h 72 float resolution; member in struct:android::InputDeviceInfo::MotionRange
93 float min, float max, float flat, float fuzz, float resolution);

Completed in 1303 milliseconds

1 2 3 4 5