Home
last modified time | relevance | path

Searched refs:isVideoLayer (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.h38 bool isVideoLayer(hwc_layer_1_t &layer);
DDisplayAnalyzer.cpp188 videoLayerExist = isVideoLayer(content->hwLayers[j]); in checkVideoExtMode()
250 bool DisplayAnalyzer::isVideoLayer(hwc_layer_1_t &layer) in isVideoLayer() function in android::intel::DisplayAnalyzer
727 if (isVideoLayer(content->hwLayers[j])) { in handleVideoCheckEvent()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp890 …if (analyzer->isVideoLayer(layer) && (mCurrentConfig.extendedModeEnabled || mDebugVspClear || anal… in prepare()