Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp331 static int kMaxIgbpRetry = 20; // TODO: small number can cause crash in releasing. in fetchGraphicBlock() local
336 while (curTry++ < kMaxIgbpRetry) { in fetchGraphicBlock()