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

1 2

  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 40 std::list<ScreenResolution>* resolutions);
61 std::list<ScreenResolution> resolutions; local
62 GetSupportedModesAndResolutions(&modes, &resolutions);
63 return resolutions;
73 std::list<ScreenResolution> resolutions; local
74 GetSupportedModesAndResolutions(&modes, &resolutions);
79 for (std::list<ScreenResolution>::const_iterator i = resolutions.begin();
80 i != resolutions.end(); ++i, ++index) {
122 std::list<ScreenResolution>* resolutions) {
146 resolutions->push_back(resolution)
    [all...]
resizing_host_observer.cc 79 // this does not differentiate between resolutions that don't require
154 // If the implementation returns any resolutions, pick the best one according
156 std::list<ScreenResolution> resolutions = local
158 if (resolutions.empty())
160 CandidateResolution best_candidate(resolutions.front(), resolution);
161 for (std::list<ScreenResolution>::const_iterator i = ++resolutions.begin();
162 i != resolutions.end(); ++i) {
desktop_resizer_win.cc 83 // Enumerate the resolutions to return, and where there are multiple modes of
91 std::list<ScreenResolution> resolutions;
129 resolutions.push_back(candidate_resolution);
135 return resolutions;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CtsTestHelper.java 49 public static String getTestDetails(List<SelectableResolution> resolutions) {
51 for (int i = 0; i < resolutions.size(); i++) {
52 SelectableResolution res = resolutions.get(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 131 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker); local
132 assertNotNull(resolutions);
133 assertEquals(1, resolutions.length);
134 IMarkerResolution resolution = resolutions[0];
239 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker); local
240 assertNotNull(resolutions);
241 assertEquals(1, resolutions.length);
242 IMarkerResolution resolution = resolutions[0];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 127 List<IMarkerResolution> resolutions = new ArrayList<IMarkerResolution>(); local
130 AddSuppressAnnotation.createFixes(marker, id, resolutions);
133 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null)));
134 resolutions.add(new SuppressProposal(resource, id, false));
135 resolutions.add(new SuppressProposal(resource.getProject(), id, true /* all */));
136 resolutions.add(new SuppressProposal(resource, id, true /* all */));
137 resolutions.add(new ClearMarkersProposal(resource, true /* all */));
139 if (resolutions.size() > 0) {
140 return resolutions.toArray(new IMarkerResolution[resolutions.size()])
287 List<IMarkerResolution> resolutions = new ArrayList<IMarkerResolution>(); local
    [all...]
AddSuppressAnnotation.java 141 // and besides we don't want to keep offering marker resolutions on this
304 * Adds any applicable suppress lint fix resolutions into the given list
308 * @param resolutions a list to add the created resolutions into, if any
311 List<IMarkerResolution> resolutions) {
407 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc, null));
418 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc,
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 28 // Helper for storing lists of pairs of ints. Used e.g. for resolutions & FPS
47 IntPairs resolutions; // Pairs are: (width,height). member in struct:webrtc::videocapturemodule::AndroidCameraInfo
56 << ", orientation: " << orientation << ", resolutions: ["
57 << IntPairsToString(resolutions, 'x') << "]";
132 info.resolutions.push_back(std::make_pair(
204 for (size_t i = 0; i < info->resolutions.size(); ++i) {
206 const IntPair& size = info->resolutions[i];
  /external/doclava/src/com/google/doclava/
AnnotationValueInfo.java 99 System.out.println("Resolutions for Annotation Value:");
106 ArrayList<Resolution> resolutions = mResolutions; local
110 for (Resolution resolution : resolutions) {
AnnotationInstanceInfo.java 95 System.out.println("Resolutions for Annotation:");
102 ArrayList<Resolution> resolutions = mResolutions; local
106 for (Resolution resolution : resolutions) {
TypeInfo.java 396 System.out.println("Resolutions for Type " + mSimpleTypeName + ":");
403 ArrayList<Resolution> resolutions = mResolutions; local
407 for (Resolution resolution : resolutions) {
MethodInfo.java 836 System.out.println("Resolutions for Method " + mName + mFlatSignature + ":");
852 ArrayList<Resolution> resolutions = mResolutions; local
856 for (Resolution resolution : resolutions) {
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.h 67 opj_pi_resolution_t *resolutions; member in struct:opj_pi_comp
tcd.c 66 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
224 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
317 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
413 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
    [all...]
pi.c 88 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
89 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
90 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
114 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
115 * @param p_dx_min the minimum dx of all the components of all the resolutions for the tile.
116 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
140 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
141 * @param p_dx_min pointer that will hold the the minimum dx of all the components of all the resolutions for the tile.
142 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
171 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile
    [all...]
tcd.h 159 OPJ_UINT32 numresolutions; /* number of resolutions level */
160 OPJ_UINT32 minimum_num_resolutions; /* number of resolutions level to decode (at max)*/
161 opj_tcd_resolution_t *resolutions; /* resolutions information */ member in struct:opj_tcd_tilecomp
162 OPJ_UINT32 resolutions_size; /* size of data for resolutions (in bytes) */
dwt.c 407 l_cur_res = tilec->resolutions + l;
410 l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec->numresolutions) * (OPJ_UINT32)sizeof(OPJ_INT32);
564 opj_tcd_resolution_t* tr = tilec->resolutions;
837 opj_tcd_resolution_t* res = tilec->resolutions;
t2.c 559 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
    [all...]
t1.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c 312 XiGMiscResolutionInfo *resolutions; local
333 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
334 if (!resolutions) {
341 _XReadPad(dpy, (void*)resolutions, size);
343 *presolutions = resolutions;
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraSettingsActivity.java 91 // Selected resolutions for the different cameras and sizes.
210 PreferenceGroup resolutions = local
213 recursiveDelete(resolutions,
215 recursiveDelete(resolutions,
219 recursiveDelete(resolutions,
221 recursiveDelete(resolutions,
  /external/chromium_org/v8/src/
promise.js 252 var resolutions = [];
260 deferred.resolve(resolutions);
265 resolutions[i] = x;
266 if (--count === 0) deferred.resolve(resolutions);
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-resolve-chain.js 26 description('Test chained Promise resolutions.');
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 351 and intensity component resolutions. Proxy image arrays do not include
358 component resolutions are set to zero. If the image array would be
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 351 and intensity component resolutions. Proxy image arrays do not include
358 component resolutions are set to zero. If the image array would be
    [all...]

Completed in 1059 milliseconds

1 2