Searched defs:layerCount (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h52 uint32_t layerCount, uint64_t usage,
67 uint32_t layerCount; member in struct:android::GraphicBufferAllocator::alloc_rec_t
H A DGraphicBuffer.h122 PixelFormat format, uint32_t layerCount,
128 PixelFormat format, uint32_t layerCount,
130 : GraphicBuffer(handle, method, width, height, format, layerCount,
146 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); }
225 PixelFormat format, uint32_t layerCount,
126 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint32_t usage, uint32_t stride) argument
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h91 uintptr_t layerCount; member in struct:ANativeWindowBuffer
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp69 rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
75 rec.width, rec.stride, rec.height, rec.layerCount, rec.format,
96 PixelFormat format, uint32_t layerCount, uint64_t usage,
107 // Ensure that layerCount is valid.
108 if (layerCount < 1)
109 layerCount = 1;
114 info.layerCount = layerCount;
128 rec.layerCount = layerCount;
95 allocate(uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, buffer_handle_t* handle, uint32_t* stride, uint64_t , std::string requestorName) argument
[all...]
H A DGraphicBuffer.cpp55 layerCount = 0;
88 PixelFormat format, uint32_t layerCount,
94 layerCount, usage, stride);
141 inLayerCount == layerCount &&
160 if (inLayerCount != layerCount) return true;
178 layerCount = inLayerCount;
187 PixelFormat format, uint32_t layerCount, uint64_t usage,
196 ANativeWindowBuffer::layerCount = layerCount; member in class:android::ANativeWindowBuffer
347 buf[5] = static_cast<int32_t>(layerCount);
86 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, uint32_t stride) argument
185 initWithHandle(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, uint32_t stride) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1481 status_t MPEG4Writer::setTemporalLayerCount(uint32_t layerCount) { argument
1482 if (layerCount > 9) {
1486 if (layerCount > 0) {
1487 mMetaKeys->setInt32(kMetaKey_TemporalLayerCount, layerCount);
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1774 uint32_t layerCount; member in struct:VkImageSubresourceRange
2233 uint32_t layerCount; member in struct:VkImageSubresourceLayers
2285 uint32_t layerCount; member in struct:VkClearRect

Completed in 188 milliseconds