Searched refs:getBufferType (Results 1 – 5 of 5) sorted by relevance
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()
669 uint32_t getBufferType(uint64_t usage);670 uint32_t getBufferType(const buffer_handle_t handle);
636 if (layer.getBufferType() == AcrylicCanvas::MT_EMPTY) { in prepareImage()645 if (layer.getBufferType() == AcrylicCanvas::MT_DMABUF) { in prepareImage()653 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()654 "Unknown buffer type %d", layer.getBufferType()); in prepareImage()
524 if (other.getBufferType() == MT_DMABUF) { in importLayer()
604 memory_type getBufferType() { return mMemoryType; } in getBufferType() function