Lines Matching refs:hwLayers
197 videoLayerExist = isVideoLayer(content->hwLayers[j]); in checkVideoExtMode()
199 if ((content->hwLayers[j].flags & HWC_SKIP_LAYER)) { in checkVideoExtMode()
202 videoHandle = content->hwLayers[j].handle; in checkVideoExtMode()
203 videoFullScreenOnPrimary = isVideoFullScreen(0, content->hwLayers[j]); in checkVideoExtMode()
224 if (content->hwLayers[j].handle == videoHandle) { in checkVideoExtMode()
225 isVideoLayerSkipped |= (content->hwLayers[j].flags & HWC_SKIP_LAYER); in checkVideoExtMode()
232 mVideoExtModeEligible = isVideoFullScreen(i, content->hwLayers[j]); in checkVideoExtMode()
607 layer = &content->hwLayers[j]; in blankSecondaryDevice()
736 if (isVideoLayer(content->hwLayers[j])) { in handleVideoCheckEvent()
737 videoHandles[i] = (intptr_t)content->hwLayers[j].handle; in handleVideoCheckEvent()
739 mIgnoreVideoSkipFlag = !(content->hwLayers[j].flags & HWC_SKIP_LAYER); in handleVideoCheckEvent()
815 if (content->hwLayers[i].handle == layer.handle) { in isPresentationLayer()
844 if (isProtectedLayer(content->hwLayers[i])) in hasProtectedLayer()
877 hwc_layer_1_t *layer = &display->hwLayers[i]; in setCompositionType()