Lines Matching refs:mppSource
2142 ExynosMPPSource* mppSource = mpp->mAssignedSources[j]; in deliverPerformanceInfo() local
2144 mppSource->mSrcImg.w, mppSource->mSrcImg.h, in deliverPerformanceInfo()
2145 mppSource->mSrcImg.format); in deliverPerformanceInfo()
2147 if (mppSource->mSrcImg.compressed == 1) in deliverPerformanceInfo()
2151 src_area.left = mppSource->mSrcImg.x; in deliverPerformanceInfo()
2152 src_area.top = mppSource->mSrcImg.y; in deliverPerformanceInfo()
2153 src_area.right = mppSource->mSrcImg.x + mppSource->mSrcImg.w; in deliverPerformanceInfo()
2154 src_area.bottom = mppSource->mSrcImg.y + mppSource->mSrcImg.h; in deliverPerformanceInfo()
2157 out_area.left = mppSource->mMidImg.x; in deliverPerformanceInfo()
2158 out_area.top = mppSource->mMidImg.y; in deliverPerformanceInfo()
2159 out_area.right = mppSource->mMidImg.x + mppSource->mMidImg.w; in deliverPerformanceInfo()
2160 out_area.bottom = mppSource->mMidImg.y + mppSource->mMidImg.h; in deliverPerformanceInfo()
2162 frame->setTransfer(j, src_area, out_area, mppSource->mSrcImg.transform); in deliverPerformanceInfo()