Searched refs:Xres (Results 1 – 2 of 2) sorted by relevance
95 void reallocDstBufs(uint32_t Xres, uint32_t Yres);96 bool needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP *m2mMPP);122 void doReallocDstBufs(uint32_t Xres, uint32_t Yres);
231 void ExynosResourceManager::doReallocDstBufs(uint32_t Xres, uint32_t Yres) in doReallocDstBufs() argument234 mDstBufMgrThread->reallocDstBufs(Xres, Yres); in doReallocDstBufs()237 bool ExynosResourceManager::DstBufMgrThread::needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP… in needDstRealloc() argument240 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[all …]