Lines Matching refs:Xres

231 void ExynosResourceManager::doReallocDstBufs(uint32_t Xres, uint32_t Yres)  in doReallocDstBufs()  argument
234 mDstBufMgrThread->reallocDstBufs(Xres, Yres); in doReallocDstBufs()
237 bool ExynosResourceManager::DstBufMgrThread::needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP… in needDstRealloc() argument
240 if (((Xres == 720 && Yres == 1480) && (m2mMPP->getDstAllocSize() != DST_SIZE_HD_PLUS)) || in needDstRealloc()
241 ((Xres == 720 && Yres == 1280) && (m2mMPP->getDstAllocSize() != DST_SIZE_HD)) || in needDstRealloc()
242 ((Xres == 1080 && Yres == 2220) && (m2mMPP->getDstAllocSize() != DST_SIZE_FHD_PLUS)) || in needDstRealloc()
243 ((Xres == 1080 && Yres == 1920) && (m2mMPP->getDstAllocSize() != DST_SIZE_FHD)) || in needDstRealloc()
244 ((Xres == 1440 && Yres == 2960) && (m2mMPP->getDstAllocSize() != DST_SIZE_WQHD_PLUS)) || in needDstRealloc()
245 ((Xres == 1440 && Yres == 2560) && (m2mMPP->getDstAllocSize() != DST_SIZE_WQHD))) { in needDstRealloc()
251 void ExynosResourceManager::DstBufMgrThread::reallocDstBufs(uint32_t Xres, uint32_t Yres) in reallocDstBufs() argument
257 if (needDstRealloc(Xres, Yres, mM2mMPPs[i])) { in reallocDstBufs()
312 int32_t ExynosResourceManager::doAllocDstBufs(uint32_t Xres, uint32_t Yres) in doAllocDstBufs() argument
324 __func__, index, mM2mMPPs[i]->mDstImgs[index].bufferHandle, Xres, Yres); in doAllocDstBufs()
326 ret = mM2mMPPs[i]->allocOutBuf(ALIGN_UP(Xres, bufAlign), in doAllocDstBufs()
336 mM2mMPPs[i]->setDstAllocSize(Xres, Yres); in doAllocDstBufs()