Searched refs:eos_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dbit_reader.c37 br->eos_ = 0;
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.c140 br->eos_ = 0;
171 br->eos_ = IsEndOfStream(br);
201 br->eos_ = IsEndOfStreamSpecial(br);
208 if (!br->eos_ && n_bits <= VP8L_MAX_NUM_BIT_READ) {
214 br->eos_ = IsEndOfStreamSpecial(br);
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.c140 br->eos_ = 0;
171 br->eos_ = IsEndOfStream(br);
201 br->eos_ = IsEndOfStreamSpecial(br);
208 if (!br->eos_ && n_bits <= VP8L_MAX_NUM_BIT_READ) {
214 br->eos_ = IsEndOfStreamSpecial(br);
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.
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c754 while (!br->eos_ && pos < last) {
811 if (br->error_ || !ok || (br->eos_ && pos < end)) {
813 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
844 while (!br->eos_ && src < src_last) {
928 if (br->error_ || !ok || (br->eos_ && src < src_end)) {
930 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
1169 // If not enough data (br.eos_) resulted in BIT_STREAM_ERROR, update the
1171 if (dec->status_ == VP8_STATUS_BITSTREAM_ERROR && dec->br_.eos_) {
/external/webp/src/dec/
H A Dvp8l.c754 while (!br->eos_ && pos < last) {
811 if (br->error_ || !ok || (br->eos_ && pos < end)) {
813 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
844 while (!br->eos_ && src < src_last) {
928 if (br->error_ || !ok || (br->eos_ && src < src_end)) {
930 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED
1169 // If not enough data (br.eos_) resulted in BIT_STREAM_ERROR, update the
1171 if (dec->status_ == VP8_STATUS_BITSTREAM_ERROR && dec->br_.eos_) {

Completed in 710 milliseconds