HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 476 - 500 of 6628) sorted by null

<<11121314151617181920>>

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 245 final List<Layer> mLayers = new ArrayList<Layer>();
248 mLayers.add(new Layer(name, image, offset, visible));
253 for (Layer layer : mLayers) {
254 length += layer.getLength();
261 for (Layer layer : mLayers) {
262 layer.write(out);
267 for (Layer layer : mLayers)
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CacheManager.cpp 19 #include "Layer.h"
215 log.appendFormat(" Layer Info:\n");
219 for (std::set<Layer*>::iterator it = renderState->mActiveLayers.begin();
221 const Layer* layer = *it; local
222 const char* layerType = layer->getApi() == Layer::Api::OpenGL ? "GlLayer" : "VkLayer";
223 log.appendFormat(" %s size %dx%d\n", layerType, layer->getWidth(),
224 layer->getHeight());
225 layerMemoryTotal += layer->getWidth() * layer->getHeight() * 4
    [all...]
  /frameworks/base/libs/input/
SpriteController.h 98 // The base layer for pointer sprites.
101 // The base layer for spot sprites.
119 /* Sets the layer of the sprite, relative to the system sprite overlay layer.
120 * Layer 0 is the overlay layer, > 0 appear above this layer. */
121 virtual void setLayer(int32_t layer) = 0;
183 positionX(0), positionY(0), layer(0), alpha(1.0f),
193 int32_t layer; member in struct:android::SpriteController::SpriteState
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display.h 161 // Dim layer flag set by SurfaceFlinger service.
184 virtual void PrepareDynamicRefreshRate(Layer *layer);
201 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
203 bool IsLayerUpdating(hwc_display_contents_1_t *content_list, const Layer *layer);
252 int PrepareLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer);
253 void CommitLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer)
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display.h 161 // Dim layer flag set by SurfaceFlinger service.
184 virtual void PrepareDynamicRefreshRate(Layer *layer);
201 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
203 bool IsLayerUpdating(hwc_display_contents_1_t *content_list, const Layer *layer);
252 int PrepareLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer);
253 void CommitLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.h 121 // Dim layer flag set by SurfaceFlinger service.
144 virtual void PrepareDynamicRefreshRate(Layer *layer);
161 DisplayError SetMetaData(const private_handle_t *pvt_handle, Layer *layer);
163 bool IsLayerUpdating(hwc_display_contents_1_t *content_list, const Layer *layer);
207 int PrepareLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer);
208 void CommitLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 35 /** The initial delay when rendering in hardware layer. */
48 /** {@link Runnable} to be run when the page is rendered in hardware layer. */
52 // Switch to hardware layer.
61 // Always render in hardware layer to avoid flicker when switch.
64 // Render in software layer on top if needed, and we're visible (i.e. it's worthwhile to
103 * Destroys the {@link Bitmap} used for software layer.
118 * This is useful when you know that the WebView draws sooner to a software layer than it does
119 * to its normal hardware layer.
127 * to switch between software and hardware layer.
131 // Schedule to switch from software layer to hardware layer in 1s
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsPublisherSubscriberTest.java 58 public static final VmsLayer LAYER = new VmsLayer(LAYER_ID, LAYER_SUBTYPE, LAYER_VERSION);
60 new VmsAssociatedLayer(LAYER, new HashSet<>(Arrays.asList(EXPECTED_PUBLISHER_ID)));
116 * will be started. Method setUp() subscribes to a layer and triggers
135 mVmsSubscriberManager.subscribe(LAYER);
143 * This test method subscribes to a layer and triggers
151 assertEquals(LAYER, mClientCallback.getLayer());
175 * In this test the client subscribes to a layer and verifies that it gets the
201 public void onVmsMessageReceived(VmsLayer layer, byte[] payload) {
202 assertEquals(LAYER, layer);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 67 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
68 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) &&
83 hwc_layer_1_t *layer,
94 ctx->mLayerRotMap[mDpy]->add(layer, mRot);
127 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
130 // ext only layer present..
132 layer = &list->hwLayers[extOnlyLayerIndex];
133 layer->compositionType = HWC_OVERLAY;
143 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf)
280 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
420 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 74 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
75 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) &&
90 hwc_layer_1_t *layer,
101 ctx->mLayerRotMap[mDpy]->add(layer, mRot);
133 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
136 // ext only layer present..
138 layer = &list->hwLayers[extOnlyLayerIndex];
139 layer->compositionType = HWC_OVERLAY;
149 pipeSpecs.needsScaling = qhwc::needsScaling(layer);
171 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf)
286 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
426 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.cpp 236 const Layer &layer = layer_info.hw_layers.at(0); local
238 if (layer.composition != kCompositionGPUTarget) {
239 DLOGV_IF(kTagResources, "Not an FB layer");
286 DLOGV_IF(kTagResources, "1 pipe acquired for FB layer, left_pipe = %x", left_pipe->pipe_id);
314 DLOGV_IF(kTagResources, "2 pipes acquired for FB layer, left_pipe = %x, right_pipe = %x",
471 // Layer cannot qualify for SrcSplit if source or destination width exceeds max pipe width.
542 const Layer &layer = layer_info.hw_layers.at(0); local
544 error = ValidateLayerParams(&layer);
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.cpp 236 const Layer &layer = layer_info.hw_layers.at(0); local
238 if (layer.composition != kCompositionGPUTarget) {
239 DLOGV_IF(kTagResources, "Not an FB layer");
286 DLOGV_IF(kTagResources, "1 pipe acquired for FB layer, left_pipe = %x", left_pipe->pipe_id);
314 DLOGV_IF(kTagResources, "2 pipes acquired for FB layer, left_pipe = %x, right_pipe = %x",
471 // Layer cannot qualify for SrcSplit if source or destination width exceeds max pipe width.
542 const Layer &layer = layer_info.hw_layers.at(0); local
544 error = ValidateLayerParams(&layer);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 236 const Layer &layer = layer_info.hw_layers.at(0); local
238 if (layer.composition != kCompositionGPUTarget) {
239 DLOGV_IF(kTagResources, "Not an FB layer");
286 DLOGV_IF(kTagResources, "1 pipe acquired for FB layer, left_pipe = %x", left_pipe->pipe_id);
314 DLOGV_IF(kTagResources, "2 pipes acquired for FB layer, left_pipe = %x, right_pipe = %x",
471 // Layer cannot qualify for SrcSplit if source or destination width exceeds max pipe width.
542 const Layer &layer = layer_info.hw_layers.at(0); local
544 error = ValidateLayerParams(&layer);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 860 bool isDownscaleRequired(hwc_layer_1_t const* layer) {
861 hwc_rect_t displayFrame = layer->displayFrame;
862 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
874 bool needsScaling(hwc_layer_1_t const* layer) {
876 hwc_rect_t displayFrame = layer->displayFrame;
877 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
884 if(layer->transform & HWC_TRANSFORM_ROT_90)
893 // Checks if layer needs scaling with split
894 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer
984 hwc_layer_1_t *layer = &list->hwLayers[i]; local
1026 hwc_layer_1_t const* layer = &list->hwLayers[i]; local
1423 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j]; local
2426 hwc_layer_1_t* layer = &(list->hwLayers[index]); local
2604 hwc_layer_1_t* layer = getLayer(index); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 70 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); local
71 LAYER_CONTEXT *const lc = &svc->layer_context[layer];
93 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
98 lc->target_bandwidth = oxcf->layer_target_bitrate[layer];
118 // layer.
119 // Cyclic refresh is only applied on base temporal layer.
142 // Still have extra buffer for base layer golden frame
148 // Update the layer context from a change_config() call.
154 int sl, tl, layer = 0, spatial_layer_target; local
160 layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers)
833 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers); local
871 int layer = LAYER_IDS_TO_IDX(sl, svc->number_temporal_layers - 1, local
879 int layer = LAYER_IDS_TO_IDX(sl, tl, svc->number_temporal_layers); local
    [all...]
  /external/scapy/doc/scapy/
build_dissect.rst 5 Adding new protocol (or more correctly: a new *layer*) in Scapy is very easy. All the magic is in the fields. If the
12 A layer is a subclass of the ``Packet`` class. All the logic behind layer manipulation
14 A simple layer is compounded by a list of fields that will be either concatenated
15 when assembling the layer or dissected one by one when disassembling a string.
26 In this example, our layer has three fields. The first one is an 2 byte integer
83 One can easily access a layer by its name: ``p[TCP]`` returns the ``TCP``
87 There is an optional argument (``nb``) which returns the ``nb`` th layer of required protocol.
89 Let's put everything together now, playing with the ``TCP`` layer::
100 Building a new layer
    [all...]
  /external/libxcam/modules/ocl/
cl_pyramid_blender.cpp 227 CLPyramidBlender::get_gauss_image (uint32_t layer, uint32_t buf_index, bool is_uv)
229 XCAM_ASSERT (layer < _layers);
232 return _pyramid_layers[layer].gauss_image[plane][buf_index];
236 CLPyramidBlender::get_lap_image (uint32_t layer, uint32_t buf_index, bool is_uv)
238 XCAM_ASSERT (layer < _layers);
242 return _pyramid_layers[layer].lap_image[plane][buf_index];
246 CLPyramidBlender::get_blend_image (uint32_t layer, bool is_uv)
248 XCAM_ASSERT (layer < _layers);
251 return _pyramid_layers[layer].blend_image[plane][BlendImageIndex];
255 CLPyramidBlender::get_reconstruct_image (uint32_t layer, bool is_uv
    [all...]
  /cts/tests/tests/graphics/res/drawable/
layer_drawable_density.xml 18 <layer-list
35 </layer-list>
layer_drawable_intrinsic.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
24 </layer-list>
layer_drawable_intrinsic_mixed.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
29 </layer-list>
layerdrawable_theme.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"
29 </layer-list
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/drawable/
progress_horizontal.xml 22 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
40 </layer-list
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/drawable/
ic_launcher_badged.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
25 </layer-list>
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/res/drawable/
accept_circle.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
38 </layer-list
arrow_circle.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
38 </layer-list

Completed in 891 milliseconds

<<11121314151617181920>>