Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp2578 constexpr int kMaxReallocTry = 5; in sendOutputBuffers() local
2626 if (++reallocTryNum > kMaxReallocTry) { in sendOutputBuffers()
2629 mName, kMaxReallocTry); in sendOutputBuffers()