Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/1.0/
DAccessorImpl.cpp44 struct InternalBuffer { struct
45 BufferId mId;
46 size_t mOwnerCount;
47 size_t mTransactionCount;
48 const std::shared_ptr<BufferPoolAllocation> mAllocation;
49 const size_t mAllocSize;
50 const std::vector<uint8_t> mConfig;
52 InternalBuffer( in InternalBuffer() argument
60 const native_handle_t *handle() { in handle()
/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.cpp52 struct InternalBuffer { struct
53 BufferId mId;
54 size_t mOwnerCount;
55 size_t mTransactionCount;
56 const std::shared_ptr<BufferPoolAllocation> mAllocation;
57 const size_t mAllocSize;
58 const std::vector<uint8_t> mConfig;
59 bool mInvalidated;
61 InternalBuffer( in InternalBuffer() argument
70 const native_handle_t *handle() { in handle()
[all …]