Searched defs:QueueBufferInput (Results 1 – 2 of 2) sorted by relevance
265 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct266 friend class Flattenable<QueueBufferInput>; argument281 : 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;
428 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput