Searched refs:getRotDownscale (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 468 int getRotDownscale(hwc_context_t *ctx, const hwc_layer_1_t *layer);
|
D | hwc.cpp | 140 (has90Transform(layer) || getRotDownscale(ctx, layer)) in setDMAState()
|
D | hwc_utils.cpp | 1863 int getRotDownscale(hwc_context_t *ctx, const hwc_layer_1_t *layer) { in getRotDownscale() function 2006 int downscale = getRotDownscale(ctx, layer); in configureNonSplit() 2106 int downscale = getRotDownscale(ctx, layer); in configureSplit()
|
D | hwc_mdpcomp.cpp | 2798 const uint32_t downscale = getRotDownscale(ctx, layer); in acquireMDPPipes() 2873 int downscale = getRotDownscale(ctx, layer); in configure()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.h | 444 int getRotDownscale(hwc_context_t *ctx, const hwc_layer_1_t *layer);
|
D | hwc.cpp | 141 (has90Transform(layer) || getRotDownscale(ctx, layer)) in setDMAState()
|
D | hwc_utils.cpp | 1943 int getRotDownscale(hwc_context_t *ctx, const hwc_layer_1_t *layer) { in getRotDownscale() function 2086 int downscale = getRotDownscale(ctx, layer); in configureNonSplit() 2187 int downscale = getRotDownscale(ctx, layer); in configureSplit()
|
D | hwc_mdpcomp.cpp | 2693 int downscale = getRotDownscale(ctx, layer); in configure()
|