Home
last modified time | relevance | path

Searched defs:BufferPool (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/
H A DBufferPool.h43 struct BufferPool { struct
46 int64_t mTimestampMs;
47 int64_t mLastCleanUpMs;
48 int64_t mLastLogMs;
49 BufferId mSeq;
50 BufferId mStartSeq;
51 bool mValid;
52 BufferStatusObserver mObserver;
53 BufferInvalidationChannel mInvalidationChannel;
55 std::map<ConnectionId, std::set<BufferId>> mUsingBuffers;
[all …]
H A DBufferPool.cpp43 BufferPool::BufferPool() in BufferPool() function in aidl::android::hardware::media::bufferpool2::implementation::BufferPool
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/
H A DAccessorImpl.h99 struct BufferPool { struct
102 int64_t mTimestampUs;
103 int64_t mLastCleanUpUs;
104 int64_t mLastLogUs;
105 BufferId mSeq;
106 BufferId mStartSeq;
107 bool mValid;
108 BufferStatusObserver mObserver;
109 BufferInvalidationChannel mInvalidationChannel;
111 std::map<ConnectionId, std::set<BufferId>> mUsingBuffers;
[all …]
H A DAccessorImpl.cpp321 Accessor::Impl::Impl::BufferPool::BufferPool() in BufferPool() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor::Impl::Impl::BufferPool
/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/
H A DAccessorImpl.h73 struct BufferPool { struct
76 int64_t mTimestampUs;
77 int64_t mLastCleanUpUs;
78 int64_t mLastLogUs;
79 BufferId mSeq;
80 BufferStatusObserver mObserver;
82 std::map<ConnectionId, std::set<BufferId>> mUsingBuffers;
83 std::map<BufferId, std::set<ConnectionId>> mUsingConnections;
85 std::map<ConnectionId, std::set<TransactionId>> mPendingTransactions;
89 std::set<TransactionId> mCompletedTransactions;
[all …]
H A DAccessorImpl.cpp238 Accessor::Impl::Impl::BufferPool::BufferPool() in BufferPool() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor::Impl::Impl::BufferPool
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSAllocator.h213 struct BufferPool { struct
222 BufferPool(const id<MTLDevice> Device, uint32_t Usage) : in BufferPool() function
226 const id<MTLDevice> device;
228 const uint32_t usage;
230 uint32_t n_buffers = 0;
232 size_t allocated_size = 0;
234 size_t available_size = 0;
236 std::set<HeapBlock*, HeapComparison> heaps;
238 std::set<BufferBlock*, BufferComparison> available_buffers;
245 std::unordered_set<BufferBlock*> buffers_pending_free;
[all …]
/aosp_15_r20/frameworks/native/libs/bufferstreams/rust/src/buffers/
H A Dbuffer_pool.rs59 pub struct BufferPool(Arc<Mutex<BufferPoolInner>>); struct
61 impl BufferPool { impl
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_onyxc_int.h85 typedef struct BufferPool { struct
96 } BufferPool; argument
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/
Dnamed_pipe.rs1027 struct BufferPool { struct
1031 impl BufferPool { argument
1032 fn with_capacity(cap: usize) -> BufferPool { in with_capacity()
/aosp_15_r20/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DBufferPool.java25 final class BufferPool { class
32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool() method in BufferPool
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dbuffer_pool.rs23 pub trait BufferPool { trait
H A Dmod.rs728 buffer_pool: &'b Shared<impl BufferPool>, in run_gbl_fastboot()
759 buffer_pool: impl BufferPool, in run_gbl_fastboot_stack()
/aosp_15_r20/external/libaom/av1/common/
H A Dav1_common_int.h174 typedef struct BufferPool { struct
195 } BufferPool; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dreverseproxy.go181 BufferPool BufferPool member
204 type BufferPool interface { interface
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/include/media/
H A DPassthroughTrackTranscoder.h53 explicit BufferPool(int maxBufferCount) : mMaxBufferCount(maxBufferCount){}; in BufferPool() function
/aosp_15_r20/external/scudo/standalone/tests/
H A Drelease_test.cpp629 TEST(ScudoReleaseTest, BufferPool) { in TEST() argument
636 using BufferPool = in TEST() typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dbuffer_pool.cc25 BufferPool::BufferPool(size_t buffer_size_in_bytes) in BufferPool() function in tensorflow::profiler::BufferPool
/aosp_15_r20/external/libgav1/src/
H A Dbuffer_pool.cc116 BufferPool::BufferPool( in BufferPool() function in libgav1::BufferPool
H A Dbuffer_pool.h46 class BufferPool; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/image/png/
Dwriter.go24 BufferPool EncoderBufferPool member
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/
H A Dtest_config.cc609 static CRYPTO_BUFFER_POOL *BufferPool() { in BufferPool() function
/aosp_15_r20/external/boringssl/src/ssl/test/
H A Dtest_config.cc616 static CRYPTO_BUFFER_POOL *BufferPool() { in BufferPool() function
/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c1954 } BufferPool; typedef
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h1000 class BufferPool; variable

12