Searched defs:DequeueBufferInput (Results 1 – 3 of 3) sorted by relevance
701 struct DequeueBufferInput : public LightFlattenable<DequeueBufferInput> { struct705 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;
488 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef753 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef1061 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in TEST_P() typedef
743 using DequeueBufferInput = IGraphicBufferProducer::DequeueBufferInput; in dequeueBuffers() typedef