Home
last modified time | relevance | path

Searched refs:needDstBufRealloc (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h713 bool needDstBufRealloc(struct exynos_image &dst, uint32_t index);
DExynosMPP.cpp1068 bool ExynosMPP::needDstBufRealloc(struct exynos_image &dst, uint32_t index) in needDstBufRealloc() function in ExynosMPP
1685 return ((needDstBufRealloc(dst, mCurrentDstBuf) == false) & canUsePrevFrame()); in canSkipProcessing()
1708 if ((realloc = needDstBufRealloc(dst, mCurrentDstBuf)) == true) { in doPostProcessing()