Searched refs:getBufferType (Results 1 – 4 of 4) sorted by relevance
669 uint32_t getBufferType(uint64_t usage);670 uint32_t getBufferType(const buffer_handle_t handle);
963 mDstImgs[index].bufferType = getBufferType(usage); in allocOutBuf()1008 uint32_t ExynosMPP::getBufferType(uint64_t usage) in getBufferType() function in ExynosMPP1022 uint32_t ExynosMPP::getBufferType(const buffer_handle_t handle) in getBufferType() function in ExynosMPP1026 return getBufferType(usage); in getBufferType()1032 if (getBufferType(usage) == MPP_BUFFER_DUMP) { in getBufferUsage()1090 mDstImgs[index].bufferType, getBufferType(dst.usageFlags), dst.usageFlags, in needDstBufRealloc()1096 (mDstImgs[index].bufferType != getBufferType(dst.usageFlags)) || in needDstBufRealloc()1211 srcImgInfo->bufferType = getBufferType(srcHandle); in setupLayer()1354 dstImgInfo->bufferType = getBufferType(dstHandle); in setupDst()
524 if (other.getBufferType() == MT_DMABUF) { in importLayer()
604 memory_type getBufferType() { return mMemoryType; } in getBufferType() function