Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
DSaveLayer2Animation.cpp38 int regions = 20; in createContent() local
39 int smallRectHeight = (bounds.height() / regions); in createContent()
49 for (int i = 0; i < regions; i++, top += smallRectHeight) { in createContent()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DSaveLayerInterleaveActivity.java60 int regions = 20; in onCreate()
61 int smallRectHeight = (bounds.height()/regions); in onCreate()
70 for (int i = 0; i < regions; i++, top += smallRectHeight) { in onCreate()
/frameworks/ml/nn/tools/api/
DREADME.md69 The specification file is divided into *regions*, which are sequences of lines
72 Certain regions can enclose certain other regions, but this is very limited:
140 Permitted in regions: null, conditional, section
169 Permitted in regions: null, conditional, section
175 Permitted in regions: section
196 Permitted in regions: null, section
209 Permitted in regions: null, section
215 Permitted in regions: null
Dtypes.spec3061 * regions. The resulting bounding boxes are cliped against the edges of
5212 * the regions of interest, each line with format [x1, y1, x2, y2].
5262 * regions of interest and pooling bins.
5280 * the regions of interest, each line with format [x1, y1, x2, y2].
DNeuralNetworks.t467 * <li>Associate input buffers or memory regions to the model inputs with
470 * <li>Associate output buffers or memory regions to the model outputs with
/frameworks/base/services/core/jni/BroadcastRadio/
Dregions.h27 namespace regions {
Dregions.cpp28 namespace regions { namespace
Dconvert.cpp39 using regions::RegionalBandConfig;
387 auto regionalBands = regions::mapRegions(prop10.bands); in ModulePropertiesFromHal()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java221 protected Void doInBackground(Void... regions) { in doInBackground() argument
313 protected String doInBackground(Region... regions) { in doInBackground() argument
314 d = regions[0].findMatch(mFindRegion, mRs, mDisplayedImage); in doInBackground()
320 regions[0].heal(mHealingScript, mRs, mImage2, mImage2); in doInBackground()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java221 protected Void doInBackground(Void... regions) { in doInBackground() argument
315 protected String doInBackground(Region... regions) { in doInBackground() argument
316 d = regions[0].findMatch(mFindRegion, mRs, mDisplayedImage); in doInBackground()
322 regions[0].heal(mHealingScript, mRs, mImage2, mImage2); in doInBackground()
/frameworks/native/libs/ui/
DAndroid.bp69 //defaults: ["libui-validate-regions-defaults"],
160 name: "libui-validate-regions-defaults",
/frameworks/base/services/core/jni/
DAndroid.bp24 "BroadcastRadio/regions.cpp",
/frameworks/rs/script_api/include/
Drs_for_each.rsh42 RS_FOR_EACH_STRATEGY_SERIAL = 0, // Prefer contiguous memory regions.
45 RS_FOR_EACH_STRATEGY_TILE_SMALL = 3, // Prefer processing small rectangular regions.
46 RS_FOR_EACH_STRATEGY_TILE_MEDIUM = 4, // Prefer processing medium rectangular regions.
47 RS_FOR_EACH_STRATEGY_TILE_LARGE = 5 // Prefer processing large rectangular regions.
/frameworks/base/tests/FlickerTests/
DREADME.md87 visible regions:
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1605 const VkPresentRegionKHR* regions = in QueuePresentKHR() local
1619 (regions && !swapchain.mailbox_mode) ? &regions[sc] : nullptr; in QueuePresentKHR()
/frameworks/layoutlib/validator/resources/
Dstrings.properties44 question_message_identify_unexposed_items = Select regions of the screen with unidentified items.