Searched refs:isVideoLayer (Results 1 – 3 of 3) sorted by relevance
38 bool isVideoLayer(hwc_layer_1_t &layer);
188 videoLayerExist = isVideoLayer(content->hwLayers[j]); in checkVideoExtMode()250 bool DisplayAnalyzer::isVideoLayer(hwc_layer_1_t &layer) in isVideoLayer() function in android::intel::DisplayAnalyzer727 if (isVideoLayer(content->hwLayers[j])) { in handleVideoCheckEvent()
889 …if (analyzer->isVideoLayer(layer) && (mCurrentConfig.extendedModeEnabled || mDebugVspClear || anal… in prepare()