HomeSort by relevance Sort by last modified time
    Searched defs:layer (Results 201 - 225 of 383) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_device_drm.cpp 229 Layer &layer = hw_layer_info.hw_layers.at(i); local
230 LayerBuffer *input_buffer = &layer.input_buffer;
594 Layer &layer = hw_layer_info.hw_layers.at(i); local
595 LayerBuffer *input_buffer = &layer.input_buffer;
613 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha);
616 SetBlending(layer.blending, &blending);
628 if (layer.transform.flip_horizontal) {
631 if (layer.transform.flip_vertical)
769 Layer &layer = hw_layer_info.hw_layers.at(i); local
    [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/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 151 hwc_layer_1_t* layer = &(list->hwLayers[index]); local
154 layer->compositionType = HWC_OVERLAY;
155 layer->hints |= HWC_HINT_CLEAR_FB;
159 layer->compositionType = HWC_OVERLAY;
230 // populate layer and MDP maps
266 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) {
267 private_handle_t *hnd = (private_handle_t *)layer->handle;
270 ALOGE("%s: layer handle is NULL", __FUNCTION__);
277 hwc_rect_t crop = layer->sourceCrop;
278 hwc_rect_t dst = layer->displayFrame
404 hwc_layer_1_t* layer = &list->hwLayers[i]; local
516 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local
649 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local
682 hwc_layer_1_t* layer = &list->hwLayers[index]; local
710 hwc_layer_1_t* layer = &list->hwLayers[index]; local
821 __FUNCTION__, layer, zOrder, dest); local
861 hwc_layer_1_t* layer = &list->hwLayers[index]; local
914 hwc_layer_1_t *layer = &list->hwLayers[i]; local
936 using pipe: %d", __FUNCTION__, layer, local
968 hwc_layer_1_t* layer = &list->hwLayers[i]; local
1018 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local
1034 hwc_layer_1_t* layer = &list->hwLayers[index]; local
1075 "dest_pipeR: %d",__FUNCTION__, layer, zOrder, lDest, rDest); local
1105 hwc_layer_1_t *layer = &list->hwLayers[i]; local
1138 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local
1149 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 205 Layer *layer = layer_info.stack->layers.at(layer_info.index[0]); local
207 if (layer->composition != kCompositionGPUTarget) {
208 DLOGV_IF(kTagResources, "Not an FB layer");
255 DLOGV_IF(kTagResources, "1 pipe acquired for FB layer, left_pipe = %x", left_pipe->pipe_id);
283 DLOGV_IF(kTagResources, "2 pipes acquired for FB layer, left_pipe = %x, right_pipe = %x",
434 // Layer cannot qualify for SrcSplit if source or destination width exceeds max pipe width.
505 Layer *layer = layer_info.stack->layers.at(layer_info.index[0]); local
507 error = ValidateLayerParams(layer);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 370 Layer &layer = hw_layer_info.hw_layers.at(i); local
371 LayerBuffer *input_buffer = &layer.input_buffer;
378 if (layer.flags.solid_fill) {
395 // Unfortunately this layer will be skipped from validation because it's dimensions are
401 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha);
404 SetBlending(layer.blending, &blending);
416 if (layer.transform.flip_horizontal) {
419 if (layer.transform.flip_vertical) {
472 for (Layer &layer : hw_layer_info.hw_layers)
535 Layer &layer = hw_layer_info.hw_layers.at(i); local
    [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...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AdaptiveIconDrawable.java 68 * background layer as following:
118 * background layer.
167 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); local
168 layer.mDrawable = drawable;
169 layer.mDrawable.setCallback(this);
171 layer.mDrawable.getChangingConfigurations();
172 return layer;
197 * Sets the layer to the {@param index} and invalidates cache.
199 * @param index The index of the layer.
200 * @param layer The layer to add
226 final ChildDrawable layer = array[i]; local
428 final ChildDrawable layer = array[i]; local
478 final ChildDrawable layer = new ChildDrawable(state.mDensity); local
1001 final ChildDrawable layer = array[i]; local
    [all...]
LayerDrawable.java 50 * It can be defined in an XML file with the <code>&lt;layer-list></code> element.
51 * Each Drawable in the layer is defined in a nested <code>&lt;item></code>.
73 * Padding mode used to nest each layer inside the padding of the previous
74 * layer.
81 * Padding mode used to stack each layer directly atop the previous layer.
113 * Creates a new layer drawable with the list of specified layers.
123 * Creates a new layer drawable with the specified list of layers and the
190 final ChildDrawable layer = array[i]; local
191 layer.setDensity(density)
218 final ChildDrawable layer = array[i]; local
259 final ChildDrawable layer = new ChildDrawable(state.mDensity); local
481 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); local
494 final ChildDrawable layer = createLayer(dr); local
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 197 UINT layer, nrOfLayers = self->nrOfLayers; local
199 for (layer = 0; layer < nrOfLayers; layer++) {
200 if (length[layer] > 0) {
201 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer],
202 length[layer], layer);
216 if (layer >= 1) {
217 self->nrOfLayers = layer;
1028 INT layer = 0; local
1111 INT layer; local
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 264 UINT layer) {
295 if (layer != 0) {
314 hTp->asc[layer] = hTp->asc[(1 * 1)];
316 hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer],
317 hTp->asc[layer].configMode, &hTp->asc[layer].AacConfigChanged);
325 err = DrmRawSdcAudioConfig_Parse(&hTp->asc[layer], hBs, &hTp->callbacks,
331 hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer],
332 hTp->asc[layer].configMode, &hTp->asc[layer].AacConfigChanged)
987 int layer; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 1317 name << "Layer " << layer; local
1318 desc << "Layer " << layer; local
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 294 TextureLayerAttachment (void) : layer(0) {}
296 glw::GLsizei layer; member in struct:deqp::gls::FboUtil::config::TextureLayerAttachment
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 12 * This is an example demonstrating how to implement a multi-layer
62 ARG_DEF("r", "scale-factors", 1, "scale factors (lowest to highest layer)");
387 // Number of input frames per layer.
389 // Total (cumulative) number of encoded frames per layer.
391 // Number of encoded non-key frames per layer.
393 // Framerate per layer (cumulative).
395 // Target average frame size per layer (per-frame-bandwidth per layer).
397 // Actual average frame size per layer.
399 // Average rate mismatch per layer (|target - actual| / target)
425 const int layer = sl * cfg->ts_number_layers + tl; local
465 const int layer = sl * cfg->ts_number_layers + tl; local
808 const int layer = sl * enc_cfg.ts_number_layers + tl; local
891 const int layer = local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 229 * - For layered rendering we can't determine if this covers the same layer
283 unsigned layer = 0; local
303 layer = *(unsigned*)pv[setup->layer_slot];
304 layer = MIN2(layer, scene->fb_max_layer);
386 tri->inputs.layer = layer;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nv50.cpp 777 Value *layer = i->getSrc(arg - 1); local
779 bld.mkCvt(OP_CVT, TYPE_U32, src, TYPE_F32, layer);
    [all...]
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 207 unsigned layer; member in struct:st_egl_image
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 207 unsigned layer; member in struct:st_context::__anon30621
  /external/swiftshader/src/Renderer/
Renderer.cpp 609 unsigned int layer = context->renderTargetLayer[index]; local
610 data->colorBuffer[index] = (unsigned int*)context->renderTarget[index]->lockInternal(0, 0, layer, LOCK_READWRITE, MANAGED);
622 unsigned int layer = context->depthBufferLayer; local
623 data->depthBuffer = (float*)context->depthBuffer->lockInternal(0, 0, layer, LOCK_READWRITE, MANAGED);
631 unsigned int layer = context->stencilBufferLayer; local
632 data->stencilBuffer = (unsigned char*)context->stencilBuffer->lockStencil(0, 0, layer, MANAGED);
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 162 /** "Layer"
166 uint16_t layer; member in struct:dhcp_pxe_boot_menu_item
217 /** Link-layer protocol */
219 /** Link-layer address */
  /external/webrtc/webrtc/video/
video_quality_test.cc 620 ss << ", Layer #" << params_.ss.selected_sl;
770 SpatialLayer layer; local
771 layer.scaling_factor_num = v[0] == -1 ? 1 : v[0];
772 layer.scaling_factor_den = v[1] == -1 ? 1 : v[1];
773 layer.target_bitrate_bps = v[2];
774 params->ss.spatial_layers.push_back(layer);
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 213 unsigned layer = (ptr[1] >> 1) & 3; local
215 if (layer != 0) {
253 unsigned layer = (ptr[1] >> 1) & 3; local
255 if (layer == 0) {
850 bits.skipBits(3); // ID, layer
1236 unsigned layer = 4 - ((header >> 17) & 3); local
    [all...]
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 144 // Dirty the current layer if possible. When the 9-patch does not
780 GlLayer* layer = static_cast<GlLayer*>(op.layerHandle->backingLayer()); local
863 OffscreenBuffer& layer = **(op.layerHandle); local
    [all...]
FrameBuilder.cpp 61 // TODO: remove, with each layer on its own save stack
77 // only schedule repaint if node still on layer - possible it may have been
80 OffscreenBuffer* layer = layerNode->getLayer(); local
81 if (CC_LIKELY(layer)) {
82 ATRACE_FORMAT("Optimize HW Layer DisplayList %s %ux%u", layerNode->getName(),
86 // TODO: ensure layer damage can't be larger than layer
87 layerDamage.doIntersect(0, 0, layer->viewportWidth, layer->viewportHeight);
92 layer->inverseTransformInWindow.mapPoint3d(lightCenter)
770 GlLayer* layer = static_cast<GlLayer*>(op.layerHandle->backingLayer()); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfacePlacer.java 82 * surfaces according to these frames. Z layer is still assigned withing WindowManagerService.
104 public int layer; field in class:WindowSurfacePlacer.LayerAndToken
484 final int layer = wtoken.getHighestAnimLayer(); local
485 if (topOpeningApp == null || layer > topOpeningLayer) {
487 topOpeningLayer = layer;
524 int layer = wtoken.getHighestAnimLayer(); local
525 if (layerAndToken.token == null || layer > layerAndToken.layer) {
527 layerAndToken.layer = layer;
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 1406 hwc_layer_1_t *layer = &hwcList->hwLayers[0]; local
    [all...]

Completed in 1021 milliseconds

1 2 3 4 5 6 7 891011>>