Home
last modified time | relevance | path

Searched refs:layerIndex (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument
217 mDisplayName, layerIndex); in logLayer()
221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer()
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer()
254 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer()
308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
321 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer()
[all …]
Dhwc_dump_layers.h122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
Dhwc.cpp138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
139 layerIndex++) { in setDMAState()
140 if(list->hwLayers[layerIndex].compositionType != in setDMAState()
143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
Dhwc_utils.h139 int layerIndex[MAX_PTOR_LAYERS]; member
146 if(index == layerIndex[i]) in getPTORArrayIndex()
Dhwc_mdpcomp.cpp889 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR()
907 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR()
953 ctx->mPtorInfo.layerIndex[0], ctx->mPtorInfo.layerIndex[1]); in fullMDPCompWithPTOR()
Dhwc_copybit.cpp229 int ovlapIndex = ptorInfo->layerIndex[i]; in prepareOverlap()
594 int ovlapIndex = ptorInfo->layerIndex[j]; in drawOverlap()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument
217 mDisplayName, layerIndex); in logLayer()
221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer()
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer()
254 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer()
308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
321 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer()
[all …]
Dhwc_dump_layers.h122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
Dhwc.cpp138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
139 layerIndex++) { in setDMAState()
140 if(list->hwLayers[layerIndex].compositionType != in setDMAState()
143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()