Home
last modified time | relevance | path

Searched refs:kLinearBufferSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp547 int32_t capacity = kLinearBufferSize; in Alloc()
625 int32_t capacity = kLinearBufferSize; in Alloc()
880 uint32_t size = kLinearBufferSize; in realloc()
1016 return new LocalLinearBuffer(format, new ABuffer(kLinearBufferSize)); in getAlloc()
DCCodecBuffers.h32 constexpr size_t kLinearBufferSize = 1048576; variable
DCCodecBufferChannel.cpp908 int32_t capacity = kLinearBufferSize; in start()
/frameworks/av/media/codec2/sfplugin/tests/
DMediaCodec_sanity_test.cpp60 const static size_t kLinearBufferSize = 1048576; variable
189 maxInputSize = kLinearBufferSize; // input size is set by channel in TEST_P()