Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h291 struct QueueBufferInput : public Flattenable<QueueBufferInput> { struct
292 friend class Flattenable<QueueBufferInput>; argument
311 : 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 …]
/frameworks/native/libs/gui/
DQueueBufferInputOutput.cpp38 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput
DIGraphicBufferProducer.cpp1088 IGraphicBufferProducer::QueueBufferInput::QueueBufferInput(const Parcel& parcel) { in QueueBufferInput() function in android::IGraphicBufferProducer::QueueBufferInput
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h361 QueueBufferInput QueueBufferInput; typedef
/frameworks/av/media/ndk/tests/
DAImageReaderWindowHandleTest.cpp35 typedef IGraphicBufferProducer::QueueBufferInput QueueBufferInput; typedef