Home
last modified time | relevance | path

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

/external/jpeg/
Djdmainct.c120 boolean buffer_full; /* Have we gotten an iMCU row from decoder? */ member
323 main->buffer_full = FALSE; /* Mark buffer empty */ in start_pass_main()
353 if (! main->buffer_full) { in process_data_simple_main()
356 main->buffer_full = TRUE; /* OK, we have an iMCU row to work with */ in process_data_simple_main()
373 main->buffer_full = FALSE; in process_data_simple_main()
392 if (! main->buffer_full) { in process_data_context_main()
396 main->buffer_full = TRUE; /* OK, we have an iMCU row to work with */ in process_data_context_main()
440 main->buffer_full = FALSE; in process_data_context_main()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdmainct.c121 boolean buffer_full; /* Have we gotten an iMCU row from decoder? */ member
324 main->buffer_full = FALSE; /* Mark buffer empty */ in start_pass_main()
354 if (! main->buffer_full) { in process_data_simple_main()
357 main->buffer_full = TRUE; /* OK, we have an iMCU row to work with */ in process_data_simple_main()
374 main->buffer_full = FALSE; in process_data_simple_main()
393 if (! main->buffer_full) { in process_data_context_main()
397 main->buffer_full = TRUE; /* OK, we have an iMCU row to work with */ in process_data_context_main()
441 main->buffer_full = FALSE; in process_data_context_main()