Lines Matching refs:otfMPP
1910 ExynosMPP* otfMPP = NULL; in configureHandle() local
1916 otfMPP = layer.mOtfMPP; in configureHandle()
1923 if (otfMPP == nullptr && layer.mExynosCompositionType != HWC2_COMPOSITION_DISPLAY_DECORATION) { in configureHandle()
1993 cfg.assignedMPP = otfMPP; in configureHandle()
2146 if (otfMPP != nullptr) { in configureHandle()
2147 srcMaxWidth = otfMPP->getSrcMaxWidth(src_img); in configureHandle()
2148 srcMaxHeight = otfMPP->getSrcMaxHeight(src_img); in configureHandle()
2149 srcWidthAlign = otfMPP->getSrcWidthAlign(src_img); in configureHandle()
2150 srcHeightAlign = otfMPP->getSrcHeightAlign(src_img); in configureHandle()
2151 srcXAlign = otfMPP->getSrcXOffsetAlign(src_img); in configureHandle()
2152 srcYAlign = otfMPP->getSrcYOffsetAlign(src_img); in configureHandle()
2153 srcMaxCropWidth = otfMPP->getSrcMaxCropWidth(src_img); in configureHandle()
2154 srcMaxCropHeight = otfMPP->getSrcMaxCropHeight(src_img); in configureHandle()
2155 srcCropWidthAlign = otfMPP->getSrcCropWidthAlign(src_img); in configureHandle()
2156 srcCropHeightAlign = otfMPP->getSrcCropHeightAlign(src_img); in configureHandle()
2164 if (otfMPP != NULL) { in configureHandle()
2181 if (otfMPP != NULL) { in configureHandle()
5420 ExynosMPP *otfMPP = mClientCompositionInfo.mOtfMPP; in removeClientCompositionLayer() local
5421 if (otfMPP != NULL) in removeClientCompositionLayer()
5422 otfMPP->resetAssignedState(); in removeClientCompositionLayer()