Home
last modified time | relevance | path

Searched refs:MAX_PTOR_LAYERS (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h45 #define MAX_PTOR_LAYERS 2 macro
143 int layerIndex[MAX_PTOR_LAYERS];
144 int mRenderBuffOffset[MAX_PTOR_LAYERS];
145 hwc_rect_t displayFrame[MAX_PTOR_LAYERS];
Dhwc_mdpcomp.cpp839 int minLayerIndex[MAX_PTOR_LAYERS] = { -1, -1}; in fullMDPCompWithPTOR()
840 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR()
845 numPTORLayersFound < MAX_PTOR_LAYERS); i--) { in fullMDPCompWithPTOR()
896 for(int i = 0; i < MAX_PTOR_LAYERS; i++) { in fullMDPCompWithPTOR()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h50 #define MAX_PTOR_LAYERS 2 macro
154 int layerIndex[MAX_PTOR_LAYERS];
155 hwc_rect_t displayFrame[MAX_PTOR_LAYERS];
Dhwc_mdpcomp.cpp940 int minLayerIndex[MAX_PTOR_LAYERS] = { -1, -1}; in fullMDPCompWithPTOR()
941 hwc_rect_t overlapRect[MAX_PTOR_LAYERS]; in fullMDPCompWithPTOR()
946 numPTORLayersFound < MAX_PTOR_LAYERS); i--) { in fullMDPCompWithPTOR()
1012 for(int i = 0; i < MAX_PTOR_LAYERS; i++) { in fullMDPCompWithPTOR()