Home
last modified time | relevance | path

Searched defs:DequeueBufferInput (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h758 struct DequeueBufferInput : public LightFlattenable<DequeueBufferInput> { struct
762 inline bool isFixedSize() const { return true; } in isFixedSize()
767 uint32_t width;
768 uint32_t height;
769 PixelFormat format;
770 uint64_t usage;
771 bool getTimestamps;
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp467 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
732 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
1035 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
/frameworks/native/libs/gui/
DSurface.cpp787 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; typedef