Lines Matching refs:hwLayers
188 videoLayerExist = isVideoLayer(content->hwLayers[j]); in checkVideoExtMode()
190 if ((content->hwLayers[j].flags & HWC_SKIP_LAYER)) { in checkVideoExtMode()
193 videoHandle = content->hwLayers[j].handle; in checkVideoExtMode()
194 videoFullScreenOnPrimary = isVideoFullScreen(0, content->hwLayers[j]); in checkVideoExtMode()
215 if (content->hwLayers[j].handle == videoHandle) { in checkVideoExtMode()
216 isVideoLayerSkipped |= (content->hwLayers[j].flags & HWC_SKIP_LAYER); in checkVideoExtMode()
223 mVideoExtModeEligible = isVideoFullScreen(i, content->hwLayers[j]); in checkVideoExtMode()
598 layer = &content->hwLayers[j]; in blankSecondaryDevice()
727 if (isVideoLayer(content->hwLayers[j])) { in handleVideoCheckEvent()
728 videoHandles[i] = (intptr_t)content->hwLayers[j].handle; in handleVideoCheckEvent()
730 mIgnoreVideoSkipFlag = !(content->hwLayers[j].flags & HWC_SKIP_LAYER); in handleVideoCheckEvent()
806 if (content->hwLayers[i].handle == layer.handle) { in isPresentationLayer()
835 if (isProtectedLayer(content->hwLayers[i])) in hasProtectedLayer()
868 hwc_layer_1_t *layer = &display->hwLayers[i]; in setCompositionType()