Searched refs:getBufferType (Results 1 – 5 of 5) sorted by relevance
708 uint32_t getBufferType(uint64_t usage);709 uint32_t getBufferType(const buffer_handle_t handle);
969 mDstImgs[index].bufferType = getBufferType(usage); in allocOutBuf()1015 uint32_t ExynosMPP::getBufferType(uint64_t usage) in getBufferType() function in ExynosMPP1029 uint32_t ExynosMPP::getBufferType(const buffer_handle_t handle) in getBufferType() function in ExynosMPP1033 return getBufferType(usage); in getBufferType()1039 if (getBufferType(usage) == MPP_BUFFER_DUMP) { in getBufferUsage()1107 mDstImgs[index].bufferType, getBufferType(dst.usageFlags), dst.usageFlags, in needDstBufRealloc()1115 (mDstImgs[index].bufferType != getBufferType(dst.usageFlags)) || in needDstBufRealloc()1234 srcImgInfo->bufferType = getBufferType(srcHandle); in setupLayer()1394 dstImgInfo->bufferType = getBufferType(dstHandle); in setupDst()
664 if (layer.getBufferType() == AcrylicCanvas::MT_EMPTY) { in prepareImage()673 if (layer.getBufferType() == AcrylicCanvas::MT_DMABUF) { in prepareImage()681 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()682 "Unknown buffer type %d", layer.getBufferType()); in prepareImage()
526 if (other.getBufferType() == MT_DMABUF) { in importLayer()
617 memory_type getBufferType() { return mMemoryType; } in getBufferType() function