/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdtrans.c | 58 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 D | jdapistd.c | 58 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 D | wrrle.c | 83 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 D | rdrle.c | 86 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 D | cdjpeg.c | 70 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 D | jcapistd.c | 89 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 D | wrbmp.c | 352 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 D | rdbmp.c | 227 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 D | rdtarga.c | 304 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 D | jdmaster.c | 388 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 D | jcapimin.c | 62 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 D | jconfig.cfg | 56 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
|
A D | cdjpeg.h | 150 cd_progress_ptr progress));
|
A D | jcmaster.c | 729 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 D | pydfu.py | 217 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 D | ota_lib.c | 262 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 D | iotx_ota.c | 17 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 D | iotx_ota_internal.h | 114 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 D | djpeg.c | 435 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 D | jpegtran.c | 392 struct cdjpeg_progress_mgr progress; in main() local 473 start_progress_monitor((j_common_ptr) &dstinfo, &progress); in main()
|
A D | cjpeg.c | 524 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 D | TODO | 13 standards track; in any case it's too formal for a work in progress.
|
/AliOS-Things-master/components/oss/src/http/ |
A D | CurlHttpClient.cc | 212 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 D | ota_api.h | 150 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress,
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.h | 165 uint8_t progress; /* 任务处理的进度,数字从0-100 */ member
|