Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_mdpcomp.cpp942 int numPTORLayersFound = 0; in fullMDPCompWithPTOR() local
944 numPTORLayersFound < MAX_PTOR_LAYERS); i--) { in fullMDPCompWithPTOR()
976 minLayerIndex[numPTORLayersFound] = i; in fullMDPCompWithPTOR()
977 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame; in fullMDPCompWithPTOR()
979 numPTORLayersFound++; in fullMDPCompWithPTOR()
984 if (!numPTORLayersFound) in fullMDPCompWithPTOR()
1009 ctx->mPtorInfo.count = numPTORLayersFound; in fullMDPCompWithPTOR()
1029 int32_t blending[numPTORLayersFound]; in fullMDPCompWithPTOR()
1030 uint8_t planeAlpha[numPTORLayersFound]; in fullMDPCompWithPTOR()
1031 uint32_t transform[numPTORLayersFound]; in fullMDPCompWithPTOR()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp944 int numPTORLayersFound = 0; in fullMDPCompWithPTOR() local
946 numPTORLayersFound < MAX_PTOR_LAYERS); i--) { in fullMDPCompWithPTOR()
978 minLayerIndex[numPTORLayersFound] = i; in fullMDPCompWithPTOR()
979 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame; in fullMDPCompWithPTOR()
981 numPTORLayersFound++; in fullMDPCompWithPTOR()
986 if (!numPTORLayersFound) in fullMDPCompWithPTOR()
1011 ctx->mPtorInfo.count = numPTORLayersFound; in fullMDPCompWithPTOR()
1028 Whf layerWhf[numPTORLayersFound]; // To store w,h,f of PTOR layers in fullMDPCompWithPTOR()
1031 int32_t blending[numPTORLayersFound]; in fullMDPCompWithPTOR()
1032 uint8_t planeAlpha[numPTORLayersFound]; in fullMDPCompWithPTOR()
[all …]
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp843 int numPTORLayersFound = 0; in fullMDPCompWithPTOR() local
845 numPTORLayersFound < MAX_PTOR_LAYERS); i--) { in fullMDPCompWithPTOR()
876 minLayerIndex[numPTORLayersFound] = i; in fullMDPCompWithPTOR()
877 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame; in fullMDPCompWithPTOR()
879 numPTORLayersFound++; in fullMDPCompWithPTOR()
888 numPTORLayersFound--; in fullMDPCompWithPTOR()
892 if (!numPTORLayersFound) in fullMDPCompWithPTOR()
895 ctx->mPtorInfo.count = numPTORLayersFound; in fullMDPCompWithPTOR()
914 for(int j = 0; j < numPTORLayersFound; j++) { in fullMDPCompWithPTOR()