Searched refs:HWC_SKIP_LAYER (Results 1 – 20 of 20) sorted by relevance
143 HWC_SKIP_LAYER = 0x00000001, enumerator
190 if ((content->hwLayers[j].flags & HWC_SKIP_LAYER)) { in checkVideoExtMode()216 isVideoLayerSkipped |= (content->hwLayers[j].flags & HWC_SKIP_LAYER); in checkVideoExtMode()604 layer->flags &= ~HWC_SKIP_LAYER; in blankSecondaryDevice()730 mIgnoreVideoSkipFlag = !(content->hwLayers[j].flags & HWC_SKIP_LAYER); in handleVideoCheckEvent()
347 if ((mLayer->flags & HWC_SKIP_LAYER) || in setupAttributes()
61 if (layer.flags & HWC_SKIP_LAYER) { in checkSupported()127 if (layer.flags & HWC_SKIP_LAYER) { in checkCursorSupported()
66 player->flags &= ~HWC_SKIP_LAYER; in prepare()
60 if (layer.flags & HWC_SKIP_LAYER) { in checkSupported()126 if (layer.flags & HWC_SKIP_LAYER) { in checkRgbOverlaySupported()186 if (layer.flags & HWC_SKIP_LAYER) { in checkCursorSupported()
290 if ((mLayer->flags & HWC_SKIP_LAYER) || in setupAttributes()
212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
1579 if ((hwcLayer.flags & HWC_SKIP_LAYER) != 0) { in to_string()2294 hwc1Layer.flags = HWC_SKIP_LAYER; in applyCompositionType()2303 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2316 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2329 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2334 hwc1Layer.flags |= HWC_SKIP_LAYER; in applyCompositionType()2340 ALOGV_IF(hwc1Layer.flags & HWC_SKIP_LAYER, " and skipping"); in applyCompositionType()
269 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
484 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
406 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
383 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
270 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
462 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
790 return !(layer.flags & HWC_SKIP_LAYER) && layer.transform == 0 && in canUseDirectly()893 if ((layer.flags & HWC_SKIP_LAYER) && !analyzer->ignoreVideoSkipFlag()) { in prepare()
449 layer->flags.skip = ((hwc_layer.flags & HWC_SKIP_LAYER) > 0); in PrePrepareLayerStack()
549 layer->flags.skip = ((hwc_layer.flags & HWC_SKIP_LAYER) > 0); in PrePrepareLayerStack()