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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-12.d 2 .*: symbol `func' definition: 0, visibility: 0, resolution: 2
3 .*: symbol `func1' definition: 0, visibility: 1, resolution: 3
4 .*: symbol `func2' definition: 0, visibility: 2, resolution: 3
5 .*: symbol `func3' definition: 0, visibility: 3, resolution: 3
  /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...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
genPCLm.h 28 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition, int *numCompBytes);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-1.s 2 # Just one test so the resolution-time error isn't suppressed by other
  /external/autotest/client/site_tests/video_WebRtcCamera/
video_WebRtcCamera.py 51 # Check if 720p resolution supported.
104 resolution = re.sub(',', 'x', width_height)
106 if (resolution == '1280x720' and
113 errors.append('Camera error: %s for resolution '
114 '%s.' % (data['cameraErrors'], resolution))
118 'for resolution: %s' % resolution)
121 description='black_frames_%s' % resolution,
125 description='frozen_frames_%s' % resolution,
129 description='total_num_frames_%s' % resolution,
    [all...]
  /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 )
  /cts/tests/tests/mediastress/preconditions/tests/src/android/mediastress/cts/preconditions/
MediaPreparerTest.java 58 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) {
60 resolution.toString());
62 resolution.toString());
74 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) {
76 resolution.toString());
78 resolution.toString());
  /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/autotest/client/cros/chameleon/
chameleon_measurer_base.py 60 # Get the resolution to make sure Chameleon in a good state.
61 resolution = chameleon_port.get_resolution()
62 logging.info('Detected the resolution: %dx%d', *resolution)
106 # Get the resolution to make sure Chameleon in a good state.
107 resolution = chameleon_port.get_resolution()
108 logging.info('Detected the resolution: %dx%d', *resolution)
  /external/autotest/server/site_tests/display_NoEdid/
display_NoEdid.py 55 resolution = display_facade.get_external_resolution()
56 if resolution not in self.STANDARD_MODE_RESOLUTIONS:
58 resolution)
64 resolution, test_mirrored, errors)
  /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
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genJPEGStrips.cpp 52 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition destCS, int *numCompBytes) {
94 cinfo.X_density = (UINT16) resolution;
95 cinfo.Y_density = (UINT16) resolution;
97 // set the rows/columns setting to reflect the resolution
127 resolution, quality, *numCompBytes);
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 73 /* in */ ResolutionType resolution,
89 resource.resolution = resolution;
92 ALOGV("Adding resource: codecType = %d, isEncoder = %d, isSecured = %d, resolution = %d, frameRate = %d",
93 codecType, isEncoder, isSecured, resolution, frameRate);
97 if (resolution > mLivingEncodersTable.maxResolution) {
98 mLivingEncodersTable.maxResolution = resolution;
105 if (resolution > mLivingDecodersTable.maxResolution) {
106 mLivingDecodersTable.maxResolution = resolution;
132 ResolutionType resolution,
    [all...]
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
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...]
  /cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/
MediaPreparer.java 75 * resolution. After the MediaPreparerApp has been instrumented on the device:
77 * testMetrics contains the string representation of the resolution
78 * testFailures contains a stacktrace if retrieval of the resolution was unsuccessful
80 protected Resolution mMaxRes = null;
101 /* Key to retrieve resolution string in metrics upon MediaPreparerListener.testEnded() */
102 private static final String RESOLUTION_STRING_KEY = "resolution";
105 * In the case of MediaPreparer error, the default maximum resolution to push to the device.
107 * TODO(aaronholden): When the new detection of max resolution is proven stable, throw
110 protected static final Resolution DEFAULT_MAX_RESOLUTION = new Resolution(480, 360)
    [all...]
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
MavenDependencyCollectorTask.groovy 30 import org.eclipse.aether.resolution.ArtifactDescriptorRequest
31 import org.eclipse.aether.resolution.ArtifactDescriptorResult
32 import org.eclipse.aether.resolution.ArtifactRequest
  /hardware/intel/common/utils/media_resource_manager/include/
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,
  /external/autotest/server/site_tests/display_HotPlugNoisy/
display_HotPlugNoisy.py 70 resolution = display_facade.get_external_resolution()
72 expected_connector, resolution)
95 # Wait for resolution change to make sure the resolution
98 # If the resolution doesn't change, then we are
111 resolution, test_mirrored)
125 resolution, test_mirrored, errors)
  /external/ImageMagick/coders/
emf.c 493 if (image->resolution.y > 0)
495 y_resolution=image->resolution.y;
499 if (image->resolution.x > 0)
501 x_resolution=image->resolution.x;
539 if (image->resolution.x != 0.0)
540 image->columns=(size_t) floor((image->columns*image->resolution.x)+
542 if (image->resolution.y != 0.0)
543 image->rows=(size_t) floor((image->rows*image->resolution.y)+0.5);
550 if (image->resolution.x != 0.0)
551 image->columns=(size_t) floor(((image->columns*image->resolution.x)
    [all...]
xps.c 184 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0))
193 image->resolution.x=geometry_info.rho;
194 image->resolution.y=geometry_info.sigma;
196 image->resolution.y=image->resolution.x;
282 image->resolution.x,image->resolution.y);
287 page.width=(size_t) floor(page.width*image->resolution.y/delta.x+0.5);
288 page.height=(size_t) floor(page.height*image->resolution.y/delta.y+0.5)
    [all...]
  /external/autotest/client/cros/multimedia/
display_facade_adapter.py 80 def load_calibration_image(self, resolution):
83 @param resolution: A tuple (width, height) of resolution.
86 return self._display_component.load_calibration_image(resolution)
113 tab_descriptor = load_calibration_image(resolution)
241 """Gets the resolution of the external screen.
243 @return The resolution tuple (width, height) or None if no external
246 resolution = self._display_component.get_external_resolution()
247 return tuple(resolution) if resolution else Non
    [all...]
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 88 def load_calibration_image(self, resolution):
91 @param resolution: A tuple (width, height) of resolution.
94 return self._display_proxy.load_calibration_image(resolution)
121 tab_descriptor = load_calibration_image(resolution)
253 """Gets the resolution of the external screen.
255 @return The resolution tuple (width, height) or None if no external
258 resolution = self._display_proxy.get_external_resolution()
259 return tuple(resolution) if resolution else Non
    [all...]
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 299 list->resolution = COMPASS_MPU9150_RESOLUTION;
309 list->resolution = COMPASS_AKM8975_RESOLUTION;
319 list->resolution = COMPASS_AKM8963_RESOLUTION;
329 list->resolution = COMPASS_AKM9911_RESOLUTION;
339 list->resolution = COMPASS_AKM9912_RESOLUTION;
348 list->resolution = COMPASS_MPU9350_RESOLUTION;
355 list->resolution = COMPASS_YAS53x_RESOLUTION;
362 list->resolution = COMPASS_AMI306_RESOLUTION;
372 list->resolution = COMPASS_AKM8975_RESOLUTION;

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011>>