Home
last modified time | relevance | path

Searched defs:CachedBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/module/bqhelper/
DGraphicBufferSource.cpp88 struct GraphicBufferSource::CachedBuffer { struct in android::GraphicBufferSource
92 struct Acquirable { };
97 CachedBuffer(slot_id slot, const sp<GraphicBuffer> &graphicBuffer) in CachedBuffer() function
110 slot_id getSlot() const { in getSlot()
117 sp<GraphicBuffer> getGraphicBuffer() const { in getGraphicBuffer()
124 bool isCached() const { in isCached()
131 bool isAcquired() const { in isAcquired()
138 std::shared_ptr<Acquirable> getAcquirable() { in getAcquirable()
149 void onDroppedFromCache() { in onDroppedFromCache()
154 bool mIsCached;
[all …]
/frameworks/av/media/codec2/hal/aidl/inputsurface/
DInputSurfaceSource.cpp103 struct InputSurfaceSource::CachedBuffer { struct in aidl::android::hardware::media::c2::implementation::InputSurfaceSource
107 struct Acquirable { };
112 CachedBuffer(ahwb_id id, AImage *image) in CachedBuffer() argument
124 ahwb_id getId() const { in getId()
131 AImage *getImage() const { in getImage()
138 bool isCached() const { in isCached()
145 bool isAcquired() const { in isAcquired()
152 std::shared_ptr<Acquirable> getAcquirable() { in getAcquirable()
163 void onDroppedFromCache() { in onDroppedFromCache()
168 bool mIsCached;
[all …]