Searched defs:QueueBufferInput (Results 1 – 4 of 4) sorted by relevance
294 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct295 explicit inline QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() argument325 QueueBufferInput() = default; argument359 const Region& getSurfaceDamage() const { return surfaceDamage; } in getSurfaceDamage()360 void setSurfaceDamage(const Region& damage) { surfaceDamage = damage; } in setSurfaceDamage()362 const HdrMetadata& getHdrMetadata() const { return hdrMetadata; } in getHdrMetadata()363 void setHdrMetadata(const HdrMetadata& metadata) { hdrMetadata = metadata; } in setHdrMetadata()368 Rect crop;372 sp<Fence> fence;373 Region surfaceDamage;[all …]
35 typedef IGraphicBufferProducer::QueueBufferInput QueueBufferInput; typedef
371 QueueBufferInput QueueBufferInput; typedef
518 using QueueBufferInput = IGraphicBufferProducer::QueueBufferInput; in TEST_P() typedef545 using QueueBufferInput = IGraphicBufferProducer::QueueBufferInput; in TEST_P() typedef