Home
last modified time | relevance | path

Searched refs:otfMpp (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1161 const ExynosMPP *otfMpp) const { in getAlignedImage()
1162 const auto srcCropWidthAlign = otfMpp ? otfMpp->getSrcCropWidthAlign(image) : 1; in getAlignedImage()
1163 const auto srcCropHeightAlign = otfMpp ? otfMpp->getSrcCropHeightAlign(image) : 1; in getAlignedImage()
1204 ExynosMPP *otfMpp = nullptr; in getCandidateScalingM2mMPPOutImages() local
1212 otfMpp = m; in getCandidateScalingM2mMPPOutImages()
1248 otfMpp = m; in getCandidateScalingM2mMPPOutImages()
1255 if (!otfMpp && !m2mMpp) { in getCandidateScalingM2mMPPOutImages()
1269 dst_scale_img.h, otfMpp ? otfMpp->mLogicalType : -1, otfMppRatio, in getCandidateScalingM2mMPPOutImages()
1292 image_lists.emplace_back(getAlignedImage(dst_scale_img, m2mMpp, otfMpp)); in getCandidateScalingM2mMPPOutImages()
1300 image_lists.emplace_back(getAlignedImage(dst_scale_img, m2mMpp, otfMpp)); in getCandidateScalingM2mMPPOutImages()
DExynosResourceManager.h205 const ExynosMPP *otfMpp) const;