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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineLoopRanges.h 45 /// Loop area as measured by SlotIndex::distance.
46 unsigned Area;
63 /// getArea - Return the loop area. This number is approximately proportional
65 unsigned getArea() const { return Area; }
78 /// MachineLoopRange pointers by descending area, then by number.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Protocol/
GlobalNvsArea.h 2 Definition of the global NVS area protocol. This protocol
30 // Global NVS Area Protocol GUID
37 // Global NVS Area definition
77 // Global NVS Area Protocol
80 EFI_GLOBAL_NVS_AREA *Area;
  /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...]
  /external/tensorflow/tensorflow/core/kernels/
sample_distorted_bounding_box_op.cc 46 float Area() const {
76 if (crop.Area() < kMinArea) {
84 const float object_area = bbox.Area();
89 const float object_covered = crop.Intersect(bbox).Area() / object_area;
101 // The minimum area of the crop will be between
151 // Let us not fail if rounding error causes the area to be
154 float area = static_cast<float>(width * height); local
155 if (area < min_area) {
158 area = width * height;
161 // Let us not fail if rounding error causes the area to b
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestProperties.h 55 } Area;
139 class Hwc2TestBufferArea : public Hwc2TestProperty<Area> {
141 Hwc2TestBufferArea(Hwc2TestCoverage coverage, const Area& displayArea);
158 Area mDisplayArea;
164 std::vector<Area> mBufferAreas;
272 Hwc2TestDisplayFrame(Hwc2TestCoverage coverage, const Area& displayArea);
284 Area mDisplayArea;
309 Hwc2TestSourceCrop(Hwc2TestCoverage coverage, const Area& bufferArea = {0, 0});
313 void updateBufferArea(const Area& bufferArea);
323 Area mBufferArea
    [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;
137 Vector<Area> meteringAreas;
336 Vector<Area> *areas);
343 status_t validateAreas(const Vector<Area> &areas,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
GlobalNvsArea.h 30 Definition of the global NVS area protocol. This protocol
56 // Global NVS Area Protocol GUID
72 // Global NVS Area definition
480 // Global NVS Area Protocol
483 EFI_GLOBAL_NVS_AREA *Area;
  /frameworks/base/core/java/android/hardware/
Camera.java 2796 Area area = areas.get(i); local
4434 Area area = result.get(0); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]
winnt.h     [all...]
  /external/mksh/src/
sh.h 769 typedef struct lalloc_common Area;
772 EXTERN Area aperm; /* permanent object space */
774 #define ATEMP &e->area
811 Area area; /* temporary allocation area */ member in struct:env
1808 Area area; \/* area to allocate things *\/ member in struct:block
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 692 Area,
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
checker-qual-2.0.0.jar 
  /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/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-stubs.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 

Completed in 507 milliseconds

1 2