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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/
ipc_screen_controls.cc 21 const ScreenResolution& resolution) {
22 desktop_session_proxy_->SetScreenResolution(resolution);
screen_controls.h 14 // Used to change the screen resolution (both dimensions and DPI).
19 // Attempts to set new screen resolution in the session.
20 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
desktop_session_connector.h 30 const ScreenResolution& resolution,
38 // Changes the screen resolution of the desktop session.
41 const ScreenResolution& resolution) = 0;
screen_resolution_unittest.cc 29 ScreenResolution resolution(
33 resolution.ScaleDimensionsToDpi(webrtc::DesktopVector(5, 5))));
36 resolution.ScaleDimensionsToDpi(webrtc::DesktopVector(20, 20))));
40 ScreenResolution resolution(
45 resolution.ScaleDimensionsToDpi(
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...]
desktop_resizer.h 22 // Return the current resolution of the desktop.
36 // Set the resolution of the desktop. |resolution| must be one of the
38 // implementations should fail gracefully if the specified resolution is no
40 virtual void SetResolution(const ScreenResolution& resolution) = 0;
42 // Restore the original desktop resolution. The caller must provide the
43 // original resolution of the desktop, as returned by |GetCurrentResolution|,
desktop_session.h 22 // Changes the screen resolution of the desktop session.
23 virtual void SetScreenResolution(const ScreenResolution& resolution) = 0;
ipc_screen_controls.h 24 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
desktop_resizer_mac.cc 30 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
66 void DesktopResizerMac::SetResolution(const ScreenResolution& resolution) {
75 // There may be many modes with the requested resolution. Pick the one with
81 if (i->Equals(resolution)) {
108 << resolution.dimensions().width() << "x"
109 << "x" << resolution.dimensions().height() << "x"
111 << resolution.dpi().x() << "x" << resolution.dpi().y() << " dpi)";
142 ScreenResolution resolution(
146 resolutions->push_back(resolution);
    [all...]
desktop_resizer_linux.cc 15 // On Linux, we use the xrandr extension to change the desktop resolution. For
17 // the client resolution exactly. To support best-resolution matching, it would
23 // 1. It's not possible to change the resolution of an existing mode. Instead,
31 // 1. Create a new mode with the correct resolution;
38 // 4. Recreate the old mode at the new resolution;
44 // client resolution". It doesn't make the code significantly more complex.
133 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE;
147 // its resolution.
228 void DesktopResizerLinux::SetResolution(const ScreenResolution& 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...]
resizing_host_observer.h 34 virtual void SetScreenResolution(const ScreenResolution& resolution) OVERRIDE;
resizing_host_observer_unittest.cc 20 std::ostream& operator<<(std::ostream& os, const ScreenResolution& resolution) {
21 return os << resolution.dimensions().width() << "x"
22 << resolution.dimensions().height() << " @ "
23 << resolution.dpi().x() << "x" << resolution.dpi().y();
72 virtual void SetResolution(const ScreenResolution& resolution) OVERRIDE {
73 current_resolution_ = resolution;
76 virtual void RestoreResolution(const ScreenResolution& resolution) OVERRIDE {
77 current_resolution_ = resolution;
128 << "Input resolution = " << client_sizes[i]
    [all...]
  /external/doclava/src/com/google/doclava/
Resolvable.java 23 * <p>This interface provides a standard means of saving {@link Resolution}s that we will
25 * {@link addResolution(Resolution)} method.
32 * Adds a {@link Resolution} that will be resolved at a later time.
33 * @param resolution The {@link Resolution} to resolve at a later time.
35 public void addResolution(Resolution resolution);
38 * Resolves the {@link Resolution}s contained in this {@link Resolvable}.
45 * Prints the list of {@link Resolution}s that will be resolved at a later time.
AnnotationValueInfo.java 25 private ArrayList<Resolution> mResolutions;
90 public void addResolution(Resolution resolution) {
92 mResolutions = new ArrayList<Resolution>();
95 mResolutions.add(resolution);
100 for (Resolution r : mResolutions) {
106 ArrayList<Resolution> resolutions = mResolutions;
107 mResolutions = new ArrayList<Resolution>();
110 for (Resolution resolution : resolutions)
    [all...]
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...]
  /ndk/tests/device/issue39680-chrono-resolution/jni/
Android.mk 4 LOCAL_MODULE := issue39680-chrono-resolution
5 LOCAL_SRC_FILES := issue39680-chrono-resolution.cpp
  /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...]
tile.cc 87 return DetermineRasterModeForResolution(priority(tree).resolution);
91 return DetermineRasterModeForResolution(managed_state_.resolution);
95 TileResolution resolution) const {
97 RasterMode raster_mode = resolution == LOW_RESOLUTION
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util.h 29 // aggregate, and |resolution| is the time distance between aggregated points.
35 const base::TimeDelta& resolution);
44 // |time_end| represent the interval to aggregate, and |resolution| is the
52 const base::TimeDelta& resolution) = 0;
64 const base::TimeDelta& resolution) OVERRIDE;
75 const base::TimeDelta& resolution) OVERRIDE;
86 const base::TimeDelta& resolution) OVERRIDE;
105 // integer multiple of |resolution| away from |start| and data points are
117 const base::TimeDelta& resolution,
performance_monitor_ui_util.cc 43 const base::TimeDelta& resolution) {
64 resolution));
76 const base::TimeDelta& resolution) {
92 const base::TimeDelta& resolution) {
101 (*metric)->time < window_start + resolution) {
108 window_start + resolution,
111 window_start += resolution;
123 const base::TimeDelta& resolution) {
129 int64 window_offset = ((*metric)->time - time_start) / resolution;
130 base::Time window_start = time_start + (window_offset * resolution);
    [all...]
  /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/chromium_org/remoting/protocol/
host_stub.h 31 virtual void NotifyClientResolution(const ClientResolution& resolution) = 0;
  /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
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 50 .resolution = CONVERT_A,
67 .resolution = CONVERT_M,
84 .resolution = CONVERT_GYRO,
101 .resolution = 1.0f,
118 .resolution = 1.0f,
135 .resolution = 0.1f,
152 .resolution = 0.0001f,
169 .resolution = 0.01,
186 .resolution = 0.01,
203 .resolution = CONVERT_M
    [all...]

Completed in 2054 milliseconds

1 2 3 4 5 6 7 8 91011>>