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

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dbit_reader.h51 int eos_; /* input stream is finished */ member in struct:__anon11688
100 } else if (br->eos_) {
109 br->eos_ = 1;
/external/chromium_org/third_party/libwebp/utils/
H A Dbit_reader.h118 int eos_; // bitstream is finished member in struct:__anon13293
133 // Flags eos_ if this read attempt is going to cross the read buffer.
/external/webp/src/utils/
H A Dbit_reader.h118 int eos_; // bitstream is finished member in struct:__anon33390
133 // Flags eos_ if this read attempt is going to cross the read buffer.

Completed in 1460 milliseconds