HomeSort by relevance Sort by last modified time
    Searched defs:Resolution (Results 1 - 13 of 13) 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/chromium_org/ash/display/
display_info.cc 25 Resolution::Resolution(const gfx::Size& size, bool interlaced)
225 std::vector<Resolution>::const_iterator iter = resolutions_.begin();
display_info.h 20 // A struct that represents the display's resolution and
22 struct ASH_EXPORT Resolution {
23 Resolution(const gfx::Size& size, bool interlaced);
127 const std::vector<Resolution>& resolutions() const {
130 void set_resolutions(std::vector<Resolution>& resolution) {
131 resolutions_.swap(resolution);
161 std::vector<Resolution> resolutions_;
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
UniformBinding.java 121 Resolution,
124 * The inverse of the resolution, 1/width and 1/height.
130 * Aspect ratio of the resolution currently set. Width/Height.
  /external/smack/src/org/xbill/DNS/
ExtendedResolver.java 19 private static class Resolution implements ResolverListener {
32 Resolution(ExtendedResolver eres, Message query) {
80 /* Start a synchronous resolution */
131 /* Start an asynchronous resolution */
139 * Receive a response. If the resolution hasn't been completed,
161 * Receive an exception. If the resolution has been completed,
357 Resolution res = new Resolution(this, query);
373 Resolution res = new Resolution(this, query)
    [all...]
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 23 import android.print.PrintAttributes.Resolution;
56 private List<Resolution> mResolutions;
102 mResolutions = new ArrayList<Resolution>(other.mResolutions);
130 public List<Resolution> getResolutions() {
329 mResolutions = new ArrayList<Resolution>();
332 mResolutions.add(Resolution.createFromParcel(parcel));
419 * Adds a supported resolution.
424 * @param resolution A resolution.
431 * @see PrintAttributes.Resolution
    [all...]
PrintAttributes.java 36 * letter size with 300 DPI (dots per inch) resolution, have a margin of
49 private Resolution mResolution;
60 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null;
86 * Gets the resolution.
88 * @return The resolution or <code>null</code> if not set.
90 public Resolution getResolution() {
95 * Sets the resolution.
97 * @param The resolution.
101 public void setResolution(Resolution 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...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 241 milliseconds