Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h701 struct DequeueBufferInput : public LightFlattenable<DequeueBufferInput> { struct
705 inline bool isFixedSize() const { return true; } in isFixedSize()
710 uint32_t width;
711 uint32_t height;
712 PixelFormat format;
713 uint64_t usage;
714 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.cpp674 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in dequeueBuffers() typedef