Searched defs:QueueBufferInput (Results 1 – 5 of 5) sorted by relevance
291 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct292 friend class Flattenable<QueueBufferInput>; argument311 : timestamp(_timestamp), isAutoTimestamp(_isAutoTimestamp), in timestamp()344 const Region& getSurfaceDamage() const { return surfaceDamage; } in getSurfaceDamage()345 void setSurfaceDamage(const Region& damage) { surfaceDamage = damage; } in setSurfaceDamage()347 const HdrMetadata& getHdrMetadata() const { return hdrMetadata; } in getHdrMetadata()348 void setHdrMetadata(const HdrMetadata& metadata) { hdrMetadata = metadata; } in setHdrMetadata()353 Rect crop;357 sp<Fence> fence;358 Region surfaceDamage;[all …]
38 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput
1088 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput
361 QueueBufferInput QueueBufferInput; typedef
35 typedef IGraphicBufferProducer::QueueBufferInput QueueBufferInput; typedef