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

  /external/dng_sdk/source/
dng_misc_opcodes.h 56 /// \brief A class to describe an area of an image, including a pixel subrectangle,
83 /// Create an empty area.
85 dng_area_spec (const dng_rect &area = dng_rect (),
91 : fArea (area)
100 /// The pixel area.
102 const dng_rect & Area () const
135 /// Read area data from the specified stream.
139 /// Write area data to the specified stream.
143 /// Compute and return pixel area overlap (i.e., intersection) between this
144 /// area and the specified tile
    [all...]
dng_pixel_buffer.h 32 /// Compute best set of step values for a given source and destination area and stride.
92 // Area this buffer holds.
130 // Ensure pixel to be accessed lies inside valid area.
171 /// \param size Area covered by the pixel buffer
180 dng_pixel_buffer (const dng_rect &area, uint32 plane, uint32 planes,
198 const dng_rect & Area () const
497 /// Initialize a rectangular area of pixel buffer to a constant.
498 /// \param area Rectangle of pixel buffer to set.
503 void SetConstant (const dng_rect &area,
508 /// Initialize a rectangular area of pixel buffer to a constant unsigned 8-bit value
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 100 struct Area {
103 Area() {}
104 Area(int left, int top, int right, int bottom, int weight):
111 Vector<Area> focusingAreas;
130 Vector<Area> meteringAreas;
308 Vector<Area> *areas);
315 status_t validateAreas(const Vector<Area> &areas,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 2575 Area area = areas.get(i); local
4213 Area area = result.get(0); local
    [all...]
  /external/mksh/src/
sh.h 711 typedef struct lalloc Area;
714 EXTERN Area aperm; /* permanent object space */
716 #define ATEMP &e->area
753 Area area; /* temporary allocation area */ member in struct:env
1133 Area *areap; /* area shf/buf were allocated in */
1280 Area area; \/* area to allocate things *\/ member in struct:block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 291 milliseconds