Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/modules/sensors/
DSensorEventQueue.cpp26 SensorEventQueue::SensorEventQueue(int capacity) { in SensorEventQueue()
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp165 …Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int… in Impl()
194 static Impl *Import(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id) { in Import()
469 C2MemoryUsage usage, size_t capacity, size_t *align, unsigned *heapMask, unsigned *flags) { in mapUsage()
505 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()
DC2Buffer.cpp331 uint32_t capacity, in fetchLinearBlock()
510 AllocParams(C2MemoryUsage usage, uint32_t capacity) in AllocParams()
618 uint32_t capacity, C2MemoryUsage usage, std::vector<uint8_t> *params) { in getLinearParams()
664 uint32_t capacity, C2MemoryUsage usage, in fetchLinearBlock()
755 uint32_t capacity, in fetchLinearBlock()
DC2Store.cpp166 size_t *align, unsigned *heapMask, unsigned *flags) -> c2_status_t { in UseComponentStoreForIonAllocator()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp309 sp<ABuffer> newBuffer(size_t capacity) { in newBuffer()
418 [localBufferPool](size_t capacity) { in AllocateGraphicBuffer()
774 int32_t capacity = kLinearBufferSize; in requestNewBuffer() local
811 int32_t capacity = kLinearBufferSize; in toArrayMode() local
853 size_t capacity, in EncryptedLinearInputBuffers()
1334 [lbp = mLocalBufferPool](size_t capacity) { in wrap()
1343 [lbp = mLocalBufferPool](size_t capacity) { in wrap()
1352 [lbp = mLocalBufferPool](size_t capacity) { in allocateArrayBuffer()
2176 int32_t capacity = kLinearBufferSize; in start() local
/hardware/google/av/codec2/include/
DC2Buffer.h343 inline constexpr uint32_t capacity() const { return mCapacity; } in capacity() function
359 inline explicit constexpr _C2LinearCapacityAspect(uint32_t capacity) in _C2LinearCapacityAspect()
460 inline constexpr explicit C2LinearCapacity(size_t capacity) in C2LinearCapacity()
821 C2LinearAllocation(size_t capacity) : _C2LinearCapacityAspect(c2_min(capacity, UINT32_MAX)) {} in C2LinearAllocation()
DC2Config.h1007 uint32_t capacity; ///< buffer capacity to be allocated if 1D member
2021 uint32_t capacity; ///< capacity member
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp348 size_t capacity = 0u; in process() local
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp244 void allocateLinear(size_t capacity) { in allocateLinear()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp1111 uint32_t capacity, in setEncodeArgs()