Searched refs:exynosMPPVG (Results 1 – 1 of 1) sorted by relevance
235 ExynosMPP *exynosMPPVG = nullptr; in doPreProcess() local240 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()[all …]