Home
last modified time | relevance | path

Searched refs:getBufferType (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp963 mDstImgs[index].bufferType = getBufferType(usage); in allocOutBuf()
1008 uint32_t ExynosMPP::getBufferType(uint64_t usage) in getBufferType() function in ExynosMPP
1022 uint32_t ExynosMPP::getBufferType(const buffer_handle_t handle) in getBufferType() function in ExynosMPP
1026 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()
H A DExynosMPP.h669 uint32_t getBufferType(uint64_t usage);
670 uint32_t getBufferType(const buffer_handle_t handle);
/aosp12/hardware/google/graphics/common/libacryl/
H A Dacrylic_g2d.cpp636 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()
H A Dacrylic_layer.cpp524 if (other.getBufferType() == MT_DMABUF) { in importLayer()
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h604 memory_type getBufferType() { return mMemoryType; } in getBufferType() function