Lines Matching refs:exynosMPPVG
235 ExynosMPP *exynosMPPVG = nullptr; in doPreProcess() local
240 exynosMPPVG = mpp_it == otfMPPs.end() ? nullptr : *mpp_it; in doPreProcess()
246 if (isFormatYUV(gmeta.format) && exynosMPPVG) { in doPreProcess()
250 uint32_t srcCropXAlign = exynosMPPVG->getSrcXOffsetAlign(src_img); in doPreProcess()
251 uint32_t srcCropYAlign = exynosMPPVG->getSrcYOffsetAlign(src_img); in doPreProcess()
252 uint32_t srcCropWidthAlign = exynosMPPVG->getSrcWidthAlign(src_img); in doPreProcess()
253 uint32_t srcCropHeightAlign = exynosMPPVG->getSrcHeightAlign(src_img); in doPreProcess()
263 if (exynosMPPVG && ((getDrmMode(mLayerBuffer) != NO_DRM) || in doPreProcess()
273 uint32_t cropWidthAlign = exynosMPPVG->getSrcCropWidthAlign(src_img); in doPreProcess()
274 uint32_t cropHeightAlign = exynosMPPVG->getSrcCropHeightAlign(src_img); in doPreProcess()
294 uint32_t minDstWidth = exynosMPPVG->getDstMinWidth(dst_img); in doPreProcess()
295 uint32_t minDstHeight = exynosMPPVG->getDstMinHeight(dst_img); in doPreProcess()