HomeSort by relevance Sort by last modified time
    Searched refs:Region (Results 26 - 50 of 336) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c 89 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&AllocMem);
90 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Alignment = LVEQNB_INSTANCE_ALIGN;
91 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Type = LVEQNB_PERSISTENT;
92 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL;
110 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&AllocMem);
111 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Alignment = LVEQNB_DATA_ALIGN;
112 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Type = LVEQNB_PERSISTENT_DATA;
113 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL;
126 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&AllocMem);
127 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Alignment = LVEQNB_COEF_ALIGN
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c 153 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size = InstAlloc_GetTotal(&SlowData);
154 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Type = LVM_PERSISTENT_SLOW_DATA;
155 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL;
181 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size = InstAlloc_GetTotal(&FastData);
182 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Type = LVM_PERSISTENT_FAST_DATA;
183 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL;
190 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size = InstAlloc_GetTotal(&FastCoef);
191 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Type = LVM_PERSISTENT_FAST_COEF;
192 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL;
225 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 130 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&Instance);
131 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Type = LVPSA_PERSISTENT;
132 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL;
138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
139 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Type = LVPSA_SCRATCH;
140 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL;
147 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&Coef);
148 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Type = LVPSA_PERSISTENT_COEF;
149 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL;
156 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&Data)
    [all...]
LVPSA_Init.c 88 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress);
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
90 InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress);
91 InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress);
105 if (pMemoryTable->Region[ii].Size!=0)
107 if (pMemoryTable->Region[ii].pBaseAddress==LVM_NULL)
111 pLVPSA_Inst->MemoryTable.Region[ii] = pMemoryTable->Region[ii];
  /external/libchrome/base/posix/
global_descriptors.cc 15 : key(key), fd(fd), region(base::MemoryMappedFile::Region::kWholeFile) {
20 base::MemoryMappedFile::Region region)
21 : key(key), fd(fd), region(region) {
51 Set(key, fd, base::MemoryMappedFile::Region::kWholeFile);
56 base::MemoryMappedFile::Region region) {
60 i.region = region
    [all...]
  /external/icu/icu4c/source/i18n/
region.cpp 8 * File REGION.CPP
18 * \brief C++ API: Region classes (territory containment)
21 #include "unicode/region.h"
42 delete (icu::Region *)obj;
50 icu::Region::cleanupRegionData();
76 * Initializes the region data from the ICU resource bundles. The region data
80 * If the region data has already loaded, then this method simply returns without doing
83 void Region::loadRegionData(UErrorCode &status) {
103 LocalUResourceBundlePointer regionList(ures_getByKey(idValidity.getAlias(),"region",NULL,&status))
    [all...]
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 17 #include "unicode/region.h"
368 const Region *r = Region::getInstance(rd.code,status);
373 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n);
377 errln("Expected region %s to be of type %d. Got: %d",r->getRegionCode(),rd.type,r->getType());
382 const Region *ncRegion = Region::getInstance(nc,status);
383 if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
384 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode())
715 const Region *region = Region::getInstance("BM",status); local
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionPass.h 10 // This file defines the RegionPass class. All region based analysis,
31 /// @brief A pass that runs on each Region in a function.
42 /// @brief Run the pass on a specific Region
44 /// Accessing regions not contained in the current region is not allowed.
46 /// @param R The region this pass is run on.
49 /// @return True if the pass modifies this Region.
50 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
52 /// @brief Get a pass to print the LLVM IR in the region.
54 /// @param O The output stream to print the Region.
57 /// @return The pass to print the LLVM IR in the region
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceClient.aidl 20 import android.graphics.Region;
44 void onMagnificationChanged(in Region region, float scale, float centerX, float centerY);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegion2Activity.java 22 import android.graphics.Region;
51 private Region mRegion = new Region();
74 Region.Op.DIFFERENCE);
  /frameworks/compile/mclinker/lib/Fragment/
RegionFragment.cpp 17 : Fragment(Fragment::Region, pSD), m_Region(pRegion) {
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 217 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
219 CS_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
220 if (CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = CS_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
250 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
252 DBE_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size);
253 if (DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size > AlgScratchSize) AlgScratchSize = DBE_MemTab.Region[LVM_MEMREGION_TEMPORARY_FAST].Size;
284 EQNB_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Size);
286 EQNB_MemTab.Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Size)
    [all...]
  /frameworks/native/libs/ui/tests/
Region_test.cpp 20 #include <ui/Region.h>
33 void verifyNoTJunctions(const Region& r) {
48 void checkTJunctionFreeFromRegion(const Region& original, int expectedCount = -1) {
49 Region modified = Region::createTJunctionFreeRegion(original);
59 Region r;
77 Region r;
85 Region r;
123 Region r;
139 Region r
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 263 * opaque reference to Region data type
265 typedef struct _XRegion *Region;
379 Region /* r */,
383 extern Region XCreateRegion(
396 Region /* r */
400 Region /* r */
404 Region /* r1 */,
405 Region /* r2 */
515 Region /* sra */,
516 Region /* srb */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 191 #define Region CARD32
197 Region region B32;
207 Region region B32;
217 Region region B32;
230 Region region B32;
240 Region region B32
368 Region region; member in struct:__anon38212
    [all...]
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 22 * Construct an iterator for all of the rectangles in a region. This
23 * effectively makes a private copy of the region, so any subsequent edits
24 * to region will not affect the iterator.
26 * @param region the region that will be iterated
28 public RegionIterator(Region region) {
29 mNativeIter = nativeConstructor(region.ni());
33 * Return the next rectangle in the region. If there are no more rectangles
  /frameworks/compile/mclinker/include/mcld/Fragment/
RegionFragment.h 19 * \brief RegionFragment is a kind of Fragment containing input memory region
31 return F->getKind() == Fragment::Region;
  /frameworks/native/services/surfaceflinger/
LayerDim.h 37 virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
  /frameworks/base/core/java/android/view/
WindowManagerInternal.java 22 import android.graphics.Region;
57 * Called when the region where magnification operates changes. Note that this isn't the
60 * @param magnificationRegion the current magnification region
62 public void onMagnificationRegionChanged(Region magnificationRegion);
139 * Set by the accessibility layer to observe changes in the magnified region,
162 * @param magnificationRegion the current magnification region
164 public abstract void getMagnificationRegion(@NonNull Region magnificationRegion);
  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 19 import android.graphics.Region;
62 // Window touchable region.
63 public final Region touchableRegion = new Region();
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 149 NullabilityBugVisitor(const MemRegion *M) : Region(M) {}
154 ID.AddPointer(Region);
163 // The tracked region.
164 const MemRegion *Region;
173 const MemRegion *Region, CheckerContext &C,
177 void reportBug(ErrorKind Error, ExplodedNode *N, const MemRegion *Region,
183 if (Region) {
184 R->markInteresting(Region);
185 R->addVisitor(llvm::make_unique<NullabilityBugVisitor>(Region));
197 /// If an SVal wraps a region that should be tracked, it will return a pointe
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 75 canvas.clipRect(30, 30, 70, 70, Region.Op.DIFFERENCE);
84 canvas.clipPath(mPath, Region.Op.REPLACE);
91 canvas.clipRect(40, 40, 100, 100, Region.Op.UNION);
98 canvas.clipRect(40, 40, 100, 100, Region.Op.XOR);
105 canvas.clipRect(40, 40, 100, 100, Region.Op.REVERSE_DIFFERENCE);
Regions.java 62 private void drawRgn(Canvas canvas, int color, String str, Region.Op op) {
68 Region rgn = new Region();
106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION);
111 drawRgn(canvas, Color.BLUE, "Xor", Region.Op.XOR);
116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE);
121 drawRgn(canvas, Color.WHITE, "Intersect", Region.Op.INTERSECT);
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 27 import android.graphics.Region;
80 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
83 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE);
86 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
89 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);

Completed in 1809 milliseconds

12 3 4 5 6 7 8 91011>>