Home
last modified time | relevance | path

Searched defs:QueueBufferInput (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/gui/
DIGraphicBufferProducer.h265 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct
266 friend class Flattenable<QueueBufferInput>; argument
281 : timestamp(timestamp), isAutoTimestamp(isAutoTimestamp), crop(crop), in timestamp()
308 int isAutoTimestamp;
309 Rect crop;
310 int scalingMode;
311 uint32_t transform;
312 uint32_t stickyTransform;
313 int async;
314 sp<Fence> fence;
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp428 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput