Searched defs:QueueBufferInput (Results 1 – 2 of 2) sorted by relevance
103 struct QueueBufferInput : public Flattenable { struct105 inline QueueBufferInput(int64_t timestamp, in QueueBufferInput() argument110 inline void deflate(int64_t* outTimestamp, Rect* outCrop, in deflate()130 Rect crop;131 int scalingMode;132 uint32_t transform;133 sp<Fence> fence;
285 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput