HomeSort by relevance Sort by last modified time
    Searched defs:eos_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/dec/
bit_reader.h 51 int eos_; /* input stream is finished */ member in struct:__anon16313
100 } else if (br->eos_) {
109 br->eos_ = 1;
  /external/chromium_org/third_party/libwebp/utils/
bit_reader.h 118 int eos_; // bitstream is finished member in struct:__anon17918
133 // Flags eos_ if this read attempt is going to cross the read buffer.
  /external/webp/src/utils/
bit_reader.h 118 int eos_; // bitstream is finished member in struct:__anon17056
133 // Flags eos_ if this read attempt is going to cross the read buffer.

Completed in 115 milliseconds