Searched defs:kMaxRetries (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/
H A Dy4minput.c23 const int kMaxRetries = 5; local
41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries);

Completed in 45 milliseconds