/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayUtils.cpp | 85 int getMdpFormat(int format) { in getMdpFormat() function 147 int getMdpFormat(int format, bool tileEnabled) in getMdpFormat() function 150 return getMdpFormat(format); in getMdpFormat() 164 return getMdpFormat(format); in getMdpFormat()
|
D | overlayUtils.h | 367 int getMdpFormat(int format); 368 int getMdpFormat(int format, bool tileEnabled);
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 85 int getMdpFormat(int format) { in getMdpFormat() function 144 int getMdpFormat(int format, int flags) in getMdpFormat() function 167 return getMdpFormat(format); in getMdpFormat() 181 return getMdpFormat(format); in getMdpFormat()
|
D | overlayUtils.h | 370 int getMdpFormat(int format); 371 int getMdpFormat(int format, int flags);
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 85 int getMdpFormat(int format) { in getMdpFormat() function 147 int getMdpFormat(int format, bool tileEnabled) in getMdpFormat() function 150 return getMdpFormat(format); in getMdpFormat() 164 return getMdpFormat(format); in getMdpFormat()
|
D | overlayUtils.h | 379 int getMdpFormat(int format); 380 int getMdpFormat(int format, bool tileEnabled);
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.cpp | 91 int getMdpFormat(int format) { in getMdpFormat() function 153 int getMdpFormat(int format, bool tileEnabled) in getMdpFormat() function 156 return getMdpFormat(format); in getMdpFormat() 170 return getMdpFormat(format); in getMdpFormat()
|
D | overlayUtils.h | 410 int getMdpFormat(int format); 411 int getMdpFormat(int format, bool tileEnabled);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 68 ovutils::getMdpFormat(hnd->format), hnd->size); in configure() 172 ovutils::getMdpFormat(hnd->format), hnd->size); in configure()
|
D | hwc_utils.cpp | 950 getMdpFormat(hnd->format), hnd->size); in configureLowRes() 985 getMdpFormat(hnd->format), hnd->size); in configureLowRes() 1032 getMdpFormat(hnd->format), hnd->size); in configureHighRes() 1042 getMdpFormat(hnd->format), hnd->size); in configureHighRes()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.cpp | 144 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure() 295 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure() 438 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure()
|
D | hwc_utils.cpp | 1579 Whf whf(w, h, getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888), 0); in configColorLayer() 1651 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configureNonSplit() 1657 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureNonSplit() 1659 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureNonSplit() 1758 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configureSplit() 1764 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureSplit() 1766 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureSplit() 1908 getMdpFormat(hnd->format), (uint32_t)hnd->size); in configureSourceSplit() 2065 overlay::utils::getFormatString(utils::getMdpFormat(ohnd->format)), in dumpBuffer()
|
D | hwc_virtual.cpp | 178 utils::getMdpFormat(format)); in set()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.cpp | 138 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure() 289 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure() 432 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure()
|
D | hwc_utils.cpp | 1573 Whf whf(w, h, getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888), 0); in configColorLayer() 1646 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configureNonSplit() 1652 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureNonSplit() 1654 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureNonSplit() 1753 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configureSplit() 1759 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureSplit() 1761 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureSplit() 1904 getMdpFormat(hnd->format), (uint32_t)hnd->size); in configureSourceSplit()
|
D | hwc_virtual.cpp | 166 utils::getMdpFormat(format)); in set()
|
D | hwc_mdpcomp.cpp | 2105 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configure() 2114 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configure() 2116 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configure()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_fbupdate.cpp | 136 ovutils::getMdpFormat(ctx->dpyAttr[mDpy].fbformat, in configure() 278 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure() 441 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, in configure()
|
D | hwc_virtual.cpp | 153 utils::getMdpFormat(format)); in set()
|
D | hwc_utils.cpp | 1894 Whf whf(w, h, getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888), 0); in configColorLayer() 1961 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in getRotDownscale() 2071 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configureNonSplit() 2077 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureNonSplit() 2079 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureNonSplit() 2168 uint32_t format = ovutils::getMdpFormat(hnd->format, isTileRendered(hnd)); in configureSplit() 2174 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureSplit() 2176 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureSplit() 2323 getMdpFormat(hnd->format), (uint32_t)hnd->size); in configureSourceSplit() 2492 overlay::utils::getFormatString(utils::getMdpFormat(format)), in dumpBuffer()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.cpp | 138 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, flags)); in configure() 283 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, flags)); in configure() 448 ovutils::getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888, flags)); in configure()
|
D | hwc_virtual.cpp | 152 utils::getMdpFormat(format)); in set()
|
D | hwc_utils.cpp | 1814 Whf whf(w, h, getMdpFormat(HAL_PIXEL_FORMAT_RGBA_8888)); in configColorLayer() 1881 uint32_t format = ovutils::getMdpFormat(hnd->format, hnd->flags); in getRotDownscale() 1991 uint32_t format = ovutils::getMdpFormat(hnd->format, hnd->flags); in configureNonSplit() 1997 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureNonSplit() 1999 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureNonSplit() 2087 uint32_t format = ovutils::getMdpFormat(hnd->format, hnd->flags); in configureSplit() 2093 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRA_8888); in configureSplit() 2095 whf.format = getMdpFormat(HAL_PIXEL_FORMAT_BGRX_8888); in configureSplit() 2242 getMdpFormat(hnd->format), (uint32_t)hnd->size); in configureSourceSplit() 2408 overlay::utils::getFormatString(utils::getMdpFormat(format)), in dumpBuffer()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.cpp | 90 int getMdpFormat(int format) { in getMdpFormat() function
|
D | overlayUtils.h | 409 int getMdpFormat(int format);
|