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

  /external/aac/libAACdec/src/
aacdec_tns.h 111 SCHAR Resolution;
  /external/doclava/src/com/google/doclava/
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...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 25 public static class Resolution {
30 public Resolution (int portraitWidth, int portraitHeight, String folder) {
38 protected final Resolution[] descriptors;
40 public ResolutionFileResolver (FileHandleResolver baseResolver, Resolution... descriptors) {
47 Resolution bestDesc = choose(descriptors);
58 static public Resolution choose (Resolution... descriptors) {
66 Resolution bestDesc = null;
  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 23 /** This {@link FileHandleResolver} uses a given list of {@link Resolution}s to determine the best match based on the current
27 * Let's assume that we have only a single {@link Resolution} added to this resolver. This resolution has the following
39 * Since there is only a single {@link Resolution}, this will be the best match for any screen size. The resolver will now try to
50 * fallback will try to search for the file without the resolution folder.
54 public static class Resolution {
58 /** The name of the folder, where the assets which fit this resolution, are located. */
61 /** Constructs a {@code Resolution}.
62 * @param portraitWidth This resolution's width.
63 * @param portraitHeight This resolution's height.
    [all...]
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.h 22 struct Resolution {
37 Resolution GetScaledResolution() const;
56 Resolution res_;
quality_scaler_unittest.cc 30 // Temporal and spatial resolution.
31 struct Resolution {
87 QualityScaler::Resolution res = qs_.GetScaledResolution();
97 Resolution TriggerResolutionChange(BadQualityMetric dropframe_lowqp,
121 QualityScaler::Resolution res = qs_.GetScaledResolution();
129 QualityScaler::Resolution res = qs_.GetScaledResolution();
137 QualityScaler::Resolution res = qs_.GetScaledResolution();
145 QualityScaler::Resolution res = qs_.GetScaledResolution();
197 QualityScaler::Resolution res = qs_.GetScaledResolution();
210 QualityScaler::Resolution res = qs_.GetScaledResolution()
    [all...]
  /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...]
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 26 import android.print.PrintAttributes.Resolution;
62 private @NonNull List<Resolution> mResolutions;
109 mResolutions = new ArrayList<Resolution>(other.mResolutions);
138 public @NonNull List<Resolution> getResolutions() {
400 mResolutions = new ArrayList<Resolution>();
403 mResolutions.add(Resolution.createFromParcel(parcel));
490 * Adds a supported resolution.
495 * @param resolution A resolution.
502 * @see PrintAttributes.Resolution
    [all...]
PrintAttributes.java 45 * letter size with 300 DPI (dots per inch) resolution, have a margin of
82 private @Nullable Resolution mResolution;
94 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null;
127 * Gets the resolution.
129 * @return The resolution or <code>null</code> if not set.
131 public @Nullable Resolution getResolution() {
136 * Sets the resolution.
138 * @param resolution The resolution.
142 public void setResolution(Resolution resolution)
    [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/llvm/tools/gold/
gold-plugin.cpp 511 sym.resolution = LDPR_UNKNOWN;
554 llvm_unreachable("Unknown resolution");
638 ld_plugin_symbol_resolution Resolution =
639 (ld_plugin_symbol_resolution)Sym.resolution;
642 *ApiFile << Sym.name << ' ' << getResolutionName(Resolution) << '\n';
650 if (Resolution == LDPR_PREVAILING_DEF_IRONLY_EXP && !Res.IsLinkonceOdr)
651 Resolution = LDPR_PREVAILING_DEF;
656 // Override gold's resolution for common symbols. We want the largest
660 if (Resolution == LDPR_PREVAILING_DEF_IRONLY)
663 if (Resolution == LDPR_PREVAILING_DEF_IRONLY |
    [all...]
  /external/v8/src/
counters.h 230 enum Resolution {
236 HistogramTimer(const char* name, int min, int max, Resolution resolution,
239 resolution_(resolution) {}
259 Resolution resolution_;
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /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 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 1616 milliseconds