/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/ |
H A D | BufferPool.h | 43 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 D | BufferPool.cpp | 43 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 D | AccessorImpl.h | 99 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 D | AccessorImpl.cpp | 321 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 D | AccessorImpl.h | 73 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 D | AccessorImpl.cpp | 238 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 D | MPSAllocator.h | 213 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 D | buffer_pool.rs | 59 pub struct BufferPool(Arc<Mutex<BufferPoolInner>>); struct 61 impl BufferPool { impl
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_onyxc_int.h | 85 typedef struct BufferPool { struct 96 } BufferPool; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/ |
D | named_pipe.rs | 1027 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 D | BufferPool.java | 25 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 D | buffer_pool.rs | 23 pub trait BufferPool { trait
|
H A D | mod.rs | 728 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 D | av1_common_int.h | 174 typedef struct BufferPool { struct 195 } BufferPool; argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/ |
D | reverseproxy.go | 181 BufferPool BufferPool member 204 type BufferPool interface { interface
|
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/include/media/ |
H A D | PassthroughTrackTranscoder.h | 53 explicit BufferPool(int maxBufferCount) : mMaxBufferCount(maxBufferCount){}; in BufferPool() function
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | release_test.cpp | 629 TEST(ScudoReleaseTest, BufferPool) { in TEST() argument 636 using BufferPool = in TEST() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A D | buffer_pool.cc | 25 BufferPool::BufferPool(size_t buffer_size_in_bytes) in BufferPool() function in tensorflow::profiler::BufferPool
|
/aosp_15_r20/external/libgav1/src/ |
H A D | buffer_pool.cc | 116 BufferPool::BufferPool( in BufferPool() function in libgav1::BufferPool
|
H A D | buffer_pool.h | 46 class BufferPool; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/png/ |
D | writer.go | 24 BufferPool EncoderBufferPool member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | test_config.cc | 609 static CRYPTO_BUFFER_POOL *BufferPool() { in BufferPool() function
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | test_config.cc | 616 static CRYPTO_BUFFER_POOL *BufferPool() { in BufferPool() function
|
/aosp_15_r20/external/lz4/programs/ |
H A D | lz4io.c | 1954 } BufferPool; typedef
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 1000 class BufferPool; variable
|