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

  /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.
Resolution.java 20 * Resolution stores information about a Java type
24 * <p>Resolutions contain a Variable and a Value, both of which are set in the Resolution constructor.
25 * Public accessors {@link Resolution#getVariable()} and {@link Resolution#getValue()} exist to
31 * <p>Values are the value to which the variable contained within this {@link Resolution} refers.
33 * In this scenario, the AlertDialog class would have a {@link Resolution} that
36 public class Resolution {
42 * Creates a new resolution with variable and value.
45 * @param value The value to which the variable contained within this {@link Resolution} refers.
46 * @param builder The InfoBuilder that is building the file in which the Resolution exists
    [all...]
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...]
TypeInfo.java 406 public void addResolution(Resolution resolution) {
408 mResolutions = new ArrayList<Resolution>();
411 mResolutions.add(resolution);
420 for (Resolution r : mResolutions) {
426 ArrayList<Resolution> resolutions = mResolutions;
427 mResolutions = new ArrayList<Resolution>();
430 for (Resolution resolution : resolutions) {
431 if ("class".equals(resolution.getVariable()))
    [all...]
MethodInfo.java 706 private ArrayList<Resolution> mResolutions;
854 for (Resolution r : mResolutions) {
859 public void addResolution(Resolution resolution) {
861 mResolutions = new ArrayList<Resolution>();
864 mResolutions.add(resolution);
868 ArrayList<Resolution> resolutions = mResolutions;
869 mResolutions = new ArrayList<Resolution>();
872 for (Resolution resolution : resolutions)
    [all...]
InfoBuilder.java 487 // if ClassInfo is null, we need to add a resolution
526 // if ClassInfo is null, we need to add a resolution
860 // can't add the resolution until the TypeInfo has been created
    [all...]
ClassInfo.java     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
quality_scaler.h 21 struct Resolution {
33 Resolution GetScaledResolution(const I420VideoFrame& frame);
quality_scaler.cc 44 QualityScaler::Resolution QualityScaler::GetScaledResolution(
59 Resolution res;
76 Resolution res = GetScaledResolution(frame);
quality_scaler_unittest.cc 63 QualityScaler::Resolution res = qs_.GetScaledResolution(input_frame_);
82 QualityScaler::Resolution res = qs_.GetScaledResolution(input_frame_);
89 QualityScaler::Resolution res = qs_.GetScaledResolution(input_frame_);
135 QualityScaler::Resolution res = qs_.GetScaledResolution(input_frame_);
146 QualityScaler::Resolution res = qs_.GetScaledResolution(input_frame_);
  /external/aac/libAACdec/src/
aacdec_tns.h 111 SCHAR Resolution;
aacdec_tns.cpp 195 filter->Resolution = coef_res + 3;
202 coef = (UCHAR) FDKreadBits(bs,filter->Resolution - coef_compress);
362 if (filter->Resolution == 3)
  /development/samples/ApiDemos/src/com/example/android/apis/media/projection/
MediaProjectionDemo.java 49 private static final List<Resolution> RESOLUTIONS = new ArrayList<Resolution>() {{
50 add(new Resolution(640,360));
51 add(new Resolution(960,540));
52 add(new Resolution(1366,768));
53 add(new Resolution(1600,900));
83 ArrayAdapter<Resolution> arrayAdapter = new ArrayAdapter<Resolution>(
167 Resolution r = (Resolution) parent.getItemAtPosition(pos)
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java 31 import android.print.PrintAttributes.Resolution;
142 .setResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300))
160 .setResolution(new Resolution("300x300", "300x300", 300, 300))
255 .setResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300))
376 .setResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300)
    [all...]
PrinterDiscoverySessionLifecycleTest.java 26 import android.print.PrintAttributes.Resolution;
372 .addResolution(new Resolution("300x300", "300x300", 300, 300), true)
PageRangeAdjustmentTest.java 28 import android.print.PrintAttributes.Resolution;
655 .addResolution(new Resolution("300x300", "300x300", 300, 300), true)
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
PrintingControllerTest.java 101 .setResolution(new PrintAttributes.Resolution("foo", "bar", 300, 300))
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 43 % 'Resolution' a positive scalar
44 % specifies the resolution in dots-per-inch.
124 resolution = [];
192 case 'resolution'
193 resolution = LocalToNum(value);
195 error('Resolution must be a numeric scalar >= 0');
292 if (~isempty(resolution)) | ~strncmp(format,'eps',3)
293 if isempty(resolution)
294 resolution = 0;
296 args = {args{:}, ['-r' int2str(resolution)]};
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 75 {PREVIEW_VIDEO_RESOLUTION, "Preview/Video Resolution: SQCIF/QCIF/"
100 { SQCIF, SQCIF_WIDTH, SQCIF_HEIGHT, "SQCIF", "Preview/Video Resolution: SQCIF <128x96>"},
101 { QCIF, QCIF_WIDTH, QCIF_HEIGHT, "QCIF", "Preview/Video Resolution: QCIF <176x144>"},
102 { QVGA, QVGA_WIDTH, QVGA_HEIGHT, "QVGA", "Preview/Video Resolution: QVGA <320x240>"},
103 { CIF, CIF_WIDTH, CIF_HEIGHT, "CIF", "Preview/Video Resolution: CIF <352x288>"},
104 { VGA, VGA_WIDTH, VGA_HEIGHT, "VGA", "Preview/Video Resolution: VGA <640x480>"},
105 { WVGA, WVGA_WIDTH, WVGA_HEIGHT, "WVGA", "Preview/Video Resolution: WVGA <800x480>"},
106 { SVGA, SVGA_WIDTH, SVGA_HEIGHT, "SVGA", "Preview/Video Resolution: SVGA <800x600>"},
107 { XGA, XGA_WIDTH, XGA_HEIGHT, "XGA", "Preview/Video Resolution: XGA <1024x768>"},
108 { HD720, HD720_WIDTH, HD720_HEIGHT, "HD720", "Preview/Video Resolution: HD720 <1280x720>"}
    [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...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 972 milliseconds