Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A 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;
/aosp12/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp488 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
753 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
1061 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp743 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in dequeueBuffers() typedef