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