Searched refs:needDstBufRealloc (Results 1 – 2 of 2) sorted by relevance
713 bool needDstBufRealloc(struct exynos_image &dst, uint32_t index);
1068 bool ExynosMPP::needDstBufRealloc(struct exynos_image &dst, uint32_t index) in needDstBufRealloc() function in ExynosMPP1685 return ((needDstBufRealloc(dst, mCurrentDstBuf) == false) & canUsePrevFrame()); in canSkipProcessing()1708 if ((realloc = needDstBufRealloc(dst, mCurrentDstBuf)) == true) { in doPostProcessing()