Home
last modified time | relevance | path

Searched refs:getLayerCount (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dion_buffer.h76 return buffer_.get() ? buffer_->getLayerCount() : 0; in layer_count()
/frameworks/base/core/jni/
Dandroid_hardware_HardwareBuffer.cpp138 return static_cast<jint>(buffer->getLayerCount()); in android_hardware_HardwareBuffer_getLayers()
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h146 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h563 t->attr.layerCount = l.getLayerCount(); in wrapAs()
668 t->attr.anwBuffer.layerCount = l.mGraphicBuffer->getLayerCount(); in wrapAs()
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp103 outDesc->layers = gbuffer->getLayerCount(); in AHardwareBuffer_describe()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp487 .layerCount = target->getLayerCount(), in setClientTarget()
602 .layerCount = buffer->getLayerCount(), in setLayerBuffer()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DConversion.h556 t->attr.layerCount = l.getLayerCount(); in wrapAs()
639 t->attr.anwBuffer.layerCount = graphicBuffer->getLayerCount(); in wrapAs()
/frameworks/native/libs/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.cpp129 t->attr.layerCount = l.getLayerCount(); in wrapAs()