HomeSort by relevance Sort by last modified time
    Searched refs:Resolution (Results 26 - 50 of 54) sorted by null

12 3

  /cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java 28 import android.print.PrintAttributes.Resolution;
184 new Resolution("300x300", "300x300", 300, 300),
PrintServicesTest.java 39 import android.print.PrintAttributes.Resolution;
172 .addResolution(new Resolution("300x300", "300x300", 300, 300),
PrinterDiscoverySessionLifecycleTest.java 26 import android.print.PrintAttributes.Resolution;
465 .addResolution(new Resolution("300x300", "300x300", 300, 300), true)
PageRangeAdjustmentTest.java 28 import android.print.PrintAttributes.Resolution;
672 .addResolution(new Resolution("300x300", "300x300", 300, 300), true)
PrintJobTest.java 24 import android.print.PrintAttributes.Resolution;
144 .addResolution(new Resolution("300x300", "300dpi", 300, 300), true)
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 35 import android.print.PrintAttributes.Resolution;
464 .addResolution(new Resolution("R1", getString(
466 .addResolution(new Resolution("R2", getString(
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 32 import android.print.PrintAttributes.Resolution;
136 .addResolution(new Resolution("300x300",
  /external/v8/src/
counters.h 227 enum Resolution {
233 HistogramTimer(const char* name, int min, int max, Resolution resolution,
236 resolution_(resolution) {}
256 Resolution resolution_;
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 488 // if ClassInfo is null, we need to add a resolution
527 // if ClassInfo is null, we need to add a resolution
861 // can't add the resolution until the TypeInfo has been created
    [all...]
ClassInfo.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 52 import android.print.PrintAttributes.Resolution;
823 // Take the resolution only if the current printer supports is.
824 Resolution oldResolution = currAttributes.getResolution();
825 Resolution newResolution = newAttributes.getResolution();
829 List<Resolution> resolutions = capabilities.getResolutions();
832 Resolution resolution = resolutions.get(i); local
833 if (resolution.equals(newResolution)) {
834 currAttributes.setResolution(resolution);
1129 Resolution resolution = attributes.getResolution(); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 41 import android.print.PrintAttributes.Resolution;
814 private static final String TAG_RESOLUTION = "resolution";
980 Resolution resolution = attributes.getResolution(); local
1248 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 251 KSRESOLUTION *Resolution
ks.h     [all...]
strmif.h     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 85 {PREVIEW_VIDEO_RESOLUTION, "Preview/Video Resolution: SQCIF/QCIF/"
110 { SQCIF, SQCIF_WIDTH, SQCIF_HEIGHT, "SQCIF", "Preview/Video Resolution: SQCIF <128x96>"},
111 { QCIF, QCIF_WIDTH, QCIF_HEIGHT, "QCIF", "Preview/Video Resolution: QCIF <176x144>"},
112 { QVGA, QVGA_WIDTH, QVGA_HEIGHT, "QVGA", "Preview/Video Resolution: QVGA <320x240>"},
113 { CIF, CIF_WIDTH, CIF_HEIGHT, "CIF", "Preview/Video Resolution: CIF <352x288>"},
114 { VGA, VGA_WIDTH, VGA_HEIGHT, "VGA", "Preview/Video Resolution: VGA <640x480>"},
115 { WVGA, WVGA_WIDTH, WVGA_HEIGHT, "WVGA", "Preview/Video Resolution: WVGA <800x480>"},
116 { SVGA, SVGA_WIDTH, SVGA_HEIGHT, "SVGA", "Preview/Video Resolution: SVGA <800x600>"},
117 { XGA, XGA_WIDTH, XGA_HEIGHT, "XGA", "Preview/Video Resolution: XGA <1024x768>"},
118 { HD720, HD720_WIDTH, HD720_HEIGHT, "HD720", "Preview/Video Resolution: HD720 <1280x720>"}
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 69 // Maximum supported HW video encoder resolution.
227 // Dynamic resolution change, off by default.
583 // Check framerate before spatial resolution change.
585 const webrtc::QualityScaler::Resolution scaled_resolution =
687 ALOGD << "Reconfigure encoder due to frame resolution change from "
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/19/
android.jar 

Completed in 444 milliseconds

12 3