Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 66) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdtrans.c58 if (cinfo->progress != NULL) in jpeg_read_coefficients()
59 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo); in jpeg_read_coefficients()
67 if (cinfo->progress != NULL && in jpeg_read_coefficients()
69 if (++cinfo->progress->pass_counter >= cinfo->progress->pass_limit) { in jpeg_read_coefficients()
71 cinfo->progress->pass_limit += (long) cinfo->total_iMCU_rows; in jpeg_read_coefficients()
123 if (cinfo->progress != NULL) { in transdecode_master_selection()
135 cinfo->progress->pass_counter = 0L; in transdecode_master_selection()
136 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in transdecode_master_selection()
137 cinfo->progress->completed_passes = 0; in transdecode_master_selection()
138 cinfo->progress->total_passes = 1; in transdecode_master_selection()
A Djdapistd.c58 if (cinfo->progress != NULL) in jpeg_start_decompress()
59 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo); in jpeg_start_decompress()
67 if (cinfo->progress != NULL && in jpeg_start_decompress()
69 if (++cinfo->progress->pass_counter >= cinfo->progress->pass_limit) { in jpeg_start_decompress()
111 if (cinfo->progress != NULL) { in output_pass_setup()
112 cinfo->progress->pass_counter = (long) cinfo->output_scanline; in output_pass_setup()
113 cinfo->progress->pass_limit = (long) cinfo->output_height; in output_pass_setup()
114 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo); in output_pass_setup()
166 if (cinfo->progress != NULL) { in jpeg_read_scanlines()
168 cinfo->progress->pass_limit = (long) cinfo->output_height; in jpeg_read_scanlines()
[all …]
A Dwrrle.c83 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_output_rle() local
139 if (progress != NULL) { in start_output_rle()
182 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in finish_output_rle() local
215 if (progress != NULL) { in finish_output_rle()
217 progress->pub.pass_counter = 0; in finish_output_rle()
229 if (progress != NULL) { in finish_output_rle()
230 progress->pub.pass_counter++; in finish_output_rle()
251 if (progress != NULL) { in finish_output_rle()
252 progress->pub.pass_counter++; in finish_output_rle()
260 if (progress != NULL) in finish_output_rle()
[all …]
A Drdrle.c86 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_input_rle() local
170 if (progress != NULL) { in start_input_rle()
172 progress->total_extra_passes++; in start_input_rle()
250 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in load_image() local
263 if (progress != NULL) { in load_image()
265 progress->pub.pass_counter = 0; in load_image()
279 if (progress != NULL) { in load_image()
280 progress->pub.pass_counter++; in load_image()
303 if (progress != NULL) { in load_image()
328 if (progress != NULL) { in load_image()
[all …]
A Dcdjpeg.c70 cd_progress_ptr prog = (cd_progress_ptr) cinfo->progress; in progress_monitor()
89 start_progress_monitor (j_common_ptr cinfo, cd_progress_ptr progress) in start_progress_monitor() argument
93 progress->pub.progress_monitor = progress_monitor; in start_progress_monitor()
94 progress->completed_extra_passes = 0; in start_progress_monitor()
95 progress->total_extra_passes = 0; in start_progress_monitor()
96 progress->percent_done = -1; in start_progress_monitor()
97 cinfo->progress = &progress->pub; in start_progress_monitor()
A Djcapistd.c89 if (cinfo->progress != NULL) { in jpeg_write_scanlines()
90 cinfo->progress->pass_counter = (long) cinfo->next_scanline; in jpeg_write_scanlines()
91 cinfo->progress->pass_limit = (long) cinfo->image_height; in jpeg_write_scanlines()
92 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo); in jpeg_write_scanlines()
134 if (cinfo->progress != NULL) { in jpeg_write_raw_data()
135 cinfo->progress->pass_counter = (long) cinfo->next_scanline; in jpeg_write_raw_data()
136 cinfo->progress->pass_limit = (long) cinfo->image_height; in jpeg_write_raw_data()
137 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo); in jpeg_write_raw_data()
A Dwrbmp.c352 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in finish_output_bmp() local
362 if (progress != NULL) { in finish_output_bmp()
363 progress->pub.pass_counter = (long) (cinfo->output_height - row); in finish_output_bmp()
364 progress->pub.pass_limit = (long) cinfo->output_height; in finish_output_bmp()
365 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in finish_output_bmp()
375 if (progress != NULL) in finish_output_bmp()
376 progress->completed_extra_passes++; in finish_output_bmp()
429 if (cinfo->progress != NULL) { in jinit_write_bmp()
430 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in jinit_write_bmp() local
431 progress->total_extra_passes++; /* count file input as separate pass */ in jinit_write_bmp()
A Drdbmp.c227 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in preload_image() local
231 if (progress != NULL) { in preload_image()
232 progress->pub.pass_counter = (long) row; in preload_image()
233 progress->pub.pass_limit = (long) cinfo->image_height; in preload_image()
234 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in preload_image()
247 if (progress != NULL) in preload_image()
248 progress->completed_extra_passes++; in preload_image()
429 if (cinfo->progress != NULL) { in start_input_bmp()
430 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_input_bmp() local
431 progress->total_extra_passes++; /* count file input as separate pass */ in start_input_bmp()
A Drdtarga.c304 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in preload_image() local
308 if (progress != NULL) { in preload_image()
309 progress->pub.pass_counter = (long) row; in preload_image()
310 progress->pub.pass_limit = (long) cinfo->image_height; in preload_image()
311 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in preload_image()
317 if (progress != NULL) in preload_image()
318 progress->completed_extra_passes++; in preload_image()
427 if (cinfo->progress != NULL) { in start_input_tga()
428 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_input_tga() local
429 progress->total_extra_passes++; /* count file input as separate pass */ in start_input_tga()
A Djdmaster.c388 if (cinfo->progress != NULL && ! cinfo->buffered_image && in master_selection()
399 cinfo->progress->pass_counter = 0L; in master_selection()
400 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in master_selection()
401 cinfo->progress->completed_passes = 0; in master_selection()
402 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2); in master_selection()
461 if (cinfo->progress != NULL) { in prepare_for_output_pass()
462 cinfo->progress->completed_passes = master->pass_number; in prepare_for_output_pass()
463 cinfo->progress->total_passes = master->pass_number + in prepare_for_output_pass()
469 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1); in prepare_for_output_pass()
A Djcapimin.c62 cinfo->progress = NULL; in jpeg_CreateCompress()
171 if (cinfo->progress != NULL) { in jpeg_finish_compress()
172 cinfo->progress->pass_counter = (long) iMCU_row; in jpeg_finish_compress()
173 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows; in jpeg_finish_compress()
174 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo); in jpeg_finish_compress()
A Djconfig.cfg56 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
A Dcdjpeg.h150 cd_progress_ptr progress));
A Djcmaster.c729 if (cinfo->progress != NULL) { in prepare_for_pass()
730 cinfo->progress->completed_passes = master->pass_number; in prepare_for_pass()
731 cinfo->progress->total_passes = master->total_passes; in prepare_for_pass()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dpydfu.py217 def write_memory(addr, buf, progress=None, progress_addr=0, progress_size=0): argument
233 if progress and xfer_count % 2 == 0:
234 progress(progress_addr, xfer_base + xfer_bytes - progress_addr, progress_size)
508 def write_elements(elements, mass_erase_used, progress=None): argument
520 if progress and elem_size:
521 progress(elem_addr, 0, elem_size)
535 write_memory(addr, data[:write_size], progress, elem_addr, elem_size)
539 if progress:
540 progress(elem_addr, addr - elem_addr, elem_size)
610 write_elements(elements, args.mass_erase, progress=cli_progress)
/AliOS-Things-master/components/linkkit/ota/
A Dota_lib.c262 int otalib_GenReportMsg(char *buf, size_t buf_len, uint32_t id, int progress, in otalib_GenReportMsg() argument
270 progress); in otalib_GenReportMsg()
275 progress, msg_detail); in otalib_GenReportMsg()
A Diotx_ota.c17 static int ota_check_progress(IOT_OTA_Progress_t progress) in ota_check_progress() argument
19 return ((progress >= IOT_OTAP_BURN_FAILED) && in ota_check_progress()
20 (progress <= IOT_OTAP_FETCH_PERCENTAGE_MAX)); in ota_check_progress()
460 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress, in IOT_OTA_ReportProgress() argument
479 if (!ota_check_progress(progress)) { in IOT_OTA_ReportProgress()
492 ret = otalib_GenReportMsg(msg_reported, MSG_REPORT_LEN, h_ota->id, progress, in IOT_OTA_ReportProgress()
A Diotx_ota_internal.h114 int otalib_GenReportMsg(char *buf, size_t buf_len, uint32_t id, int progress,
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Ddjpeg.c435 struct cdjpeg_progress_mgr progress; in main() local
531 start_progress_monitor((j_common_ptr) &cinfo, &progress); in main()
598 progress.pub.completed_passes = progress.pub.total_passes; in main()
A Djpegtran.c392 struct cdjpeg_progress_mgr progress; in main() local
473 start_progress_monitor((j_common_ptr) &dstinfo, &progress); in main()
A Dcjpeg.c524 struct cdjpeg_progress_mgr progress; in main() local
618 start_progress_monitor((j_common_ptr) &cinfo, &progress); in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/doc/
A DTODO13 standards track; in any case it's too formal for a work in progress.
/AliOS-Things-master/components/oss/src/http/
A DCurlHttpClient.cc212 TransferProgressHandler progress; member
248 if (state->progress) { in sendBody()
249 state->progress(got, state->transferred, state->total, state->userData); in sendBody()
300 if (state->progress) { in recvBody()
301 state->progress(wanted, state->transferred, state->total, state->userData); in recvBody()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dota_api.h150 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress,
/AliOS-Things-master/components/linksdk/components/task/
A Daiot_task_api.h165 uint8_t progress; /* 任务处理的进度,数字从0-100 */ member

Completed in 37 milliseconds

123