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.h673 bool needDstBufRealloc(struct exynos_image &dst, uint32_t index);
DExynosMPP.cpp1057 bool ExynosMPP::needDstBufRealloc(struct exynos_image &dst, uint32_t index) in needDstBufRealloc() function in ExynosMPP
1641 return ((needDstBufRealloc(dst, mCurrentDstBuf) == false) & canUsePrevFrame()); in canSkipProcessing()
1666 if ((realloc = needDstBufRealloc(dst, mCurrentDstBuf)) == true) { in doPostProcessing()