Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp492 static constexpr int kMaxIntParams = 5; // large enough number; member in _C2BufferPoolAllocator
505 uint32_t params[kMaxIntParams];
607 for (int i = 0; i < kMaxIntParams; ++i) { in compatible()