Searched refs:layerCount (Results 1 - 18 of 18) sorted by relevance

/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/hardware/interfaces/vr/composer/1.0/
H A DIVrComposerClient.hal48 uint32_t layerCount;
/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/services/vr/hardware_composer/impl/
H A Dvr_composer_client.cpp106 .layerCount = read(),
H A Dvr_hwc.cpp48 static_cast<int32_t>(metadata.format), metadata.layerCount,
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java97 final int layerCount = ancestorsWithBackgrounds.size();
98 for (int i = layerCount - 1; i >= 0; i--) {
/frameworks/av/include/media/omx/1.0/
H A DConversion.h563 t->attr.layerCount = l.getLayerCount();
595 ints[5] = static_cast<int32_t>(t.attr.layerCount);
659 t->attr.anwBuffer.layerCount = 0;
668 t->attr.anwBuffer.layerCount = l.mGraphicBuffer->getLayerCount();
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h69 status_t setTemporalLayerCount(uint32_t layerCount);
/frameworks/av/media/libstagefright/foundation/include/
H A DMPEG4Writer.h69 status_t setTemporalLayerCount(uint32_t layerCount);
/frameworks/av/media/libstagefright/include/
H A DMPEG4Writer.h69 status_t setTemporalLayerCount(uint32_t layerCount);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp155 write(metadata.layerCount);
476 .layerCount = target->getLayerCount(),
591 .layerCount = buffer->getLayerCount(),
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h556 t->attr.layerCount = l.getLayerCount();
588 ints[5] = static_cast<int32_t>(t.attr.layerCount);
630 t->attr.anwBuffer.layerCount = 0;
639 t->attr.anwBuffer.layerCount = graphicBuffer->getLayerCount();
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp127 t->attr.layerCount = l.getLayerCount();
160 ints[5] = static_cast<int32_t>(t.attr.layerCount);
/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 4430 milliseconds