Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:layer

143                     hwc_layer_1_t const* layer = &list->hwLayers[layerIndex];
144 private_handle_t *hnd = (private_handle_t *)layer->handle;
146 /* If a video layer requires rotation, set the DMA state
150 (layer->transform & HWC_TRANSFORM_ROT_90)) {
191 * the layer-list is non-null and numHwLayers > 0, we assume
206 // value is reset on every prepare. However, for the layer
246 hwc_layer_1_t *layer = &list->hwLayers[i];
247 hwc_rect_t& displayFrame = layer->displayFrame;
248 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
328 hwc_layer_1_t *layer = &list->hwLayers[i];
329 layer->compositionType = HWC_OVERLAY;
602 //TODO We dont check for SKIP flag on this layer because we need PAN
603 //always. Last layer is always FB