Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdmainct.c270 main_ptr->buffer_full = FALSE; /* Mark buffer empty */ in start_pass_main()
299 if (!main_ptr->buffer_full) { in process_data_simple_main()
302 main_ptr->buffer_full = TRUE; /* OK, we have an iMCU row to work with */ in process_data_simple_main()
319 main_ptr->buffer_full = FALSE; in process_data_simple_main()
337 if (!main_ptr->buffer_full) { in process_data_context_main()
341 main_ptr->buffer_full = TRUE; /* OK, we have an iMCU row to work with */ in process_data_context_main()
389 main_ptr->buffer_full = FALSE; in process_data_context_main()
Djdapistd.c452 (lines_left_in_iMCU_row <= 1 && main_ptr->buffer_full && in jpeg_skip_scanlines()
461 if (lines_left_in_iMCU_row <= 1 && main_ptr->buffer_full) { in jpeg_skip_scanlines()
472 main_ptr->buffer_full = FALSE; in jpeg_skip_scanlines()
488 main_ptr->buffer_full = FALSE; in jpeg_skip_scanlines()
Djdmainct.h23 boolean buffer_full; /* Have we gotten an iMCU row from decoder? */ member
/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector.cc37 const bool buffer_full = elements_in_buffer_ == kPeakEnveloperBufferSize; in Process() local
38 if (buffer_full) { in Process()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc528 state->cond.wait(lock, [&] { return !state->buffer_full(); }); in Init()
602 bool was_full = stdin_->buffer_full(); in ReadStdin()
610 if (was_full && !stdin_->buffer_full()) { in ReadStdin()
629 bool buffer_full() const { return buffer_remaining() == 0; } in buffer_full() function
/external/boringssl/src/tool/
Dtransport_common.cc533 state->cond.wait(lock, [&] { return !state->buffer_full(); }); in Init()
607 bool was_full = stdin_->buffer_full(); in ReadStdin()
615 if (was_full && !stdin_->buffer_full()) { in ReadStdin()
634 bool buffer_full() const { return buffer_remaining() == 0; } in buffer_full() function