Home
last modified time | relevance | path

Searched refs:HWC_SKIP_LAYER (Results 1 – 20 of 20) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h143 HWC_SKIP_LAYER = 0x00000001, enumerator
/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp190 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()
DHwcLayer.cpp347 if ((mLayer->flags & HWC_SKIP_LAYER) || in setupAttributes()
DHwcLayerList.cpp61 if (layer.flags & HWC_SKIP_LAYER) { in checkSupported()
127 if (layer.flags & HWC_SKIP_LAYER) { in checkCursorSupported()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DDummyDevice.cpp66 player->flags &= ~HWC_SKIP_LAYER; in prepare()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayerList.cpp60 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()
DHwcLayer.cpp290 if ((mLayer->flags & HWC_SKIP_LAYER) || in setupAttributes()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1579 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()
Dhwc_dump_layers.cpp269 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
Dhwc_utils.h484 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
Dhwc_utils.h406 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
Dhwc_utils.h383 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_dump_layers.cpp270 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"", in logLayer()
Dhwc_utils.h462 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER))); in isSkipLayer()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp790 return !(layer.flags & HWC_SKIP_LAYER) && layer.transform == 0 && in canUseDirectly()
893 if ((layer.flags & HWC_SKIP_LAYER) && !analyzer->ignoreVideoSkipFlag()) { in prepare()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp449 layer->flags.skip = ((hwc_layer.flags & HWC_SKIP_LAYER) > 0); in PrePrepareLayerStack()
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_display.cpp549 layer->flags.skip = ((hwc_layer.flags & HWC_SKIP_LAYER) > 0); in PrePrepareLayerStack()