Searched refs:image_records (Results 1 – 5 of 5) sorted by relevance
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/writer2/ |
H A D | main.py | 146 image_records = resources.records 152 if image_records and image_records[0] is None:
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 1047 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_bl_initiate() local 1085 image_records = cyapa_get_image_record_data_num(fw, &records_num); in cyapa_pip_bl_initiate() 1088 data = image_records[records_num - 1].record_data; in cyapa_pip_bl_initiate() 1242 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_check_fw() local 1260 image_records = in cyapa_pip_check_fw() 1267 app_integrity = &image_records[flash_records_count - 1]; in cyapa_pip_check_fw() 1301 const u8 *data = image_records[i].record_data; in cyapa_pip_check_fw() 1385 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_do_fw_update() local 1392 image_records = in cyapa_pip_do_fw_update() 1400 error = cyapa_pip_write_fw_block(cyapa, &image_records[i]); in cyapa_pip_do_fw_update()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 1047 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_bl_initiate() local 1085 image_records = cyapa_get_image_record_data_num(fw, &records_num); in cyapa_pip_bl_initiate() 1088 data = image_records[records_num - 1].record_data; in cyapa_pip_bl_initiate() 1242 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_check_fw() local 1260 image_records = in cyapa_pip_check_fw() 1267 app_integrity = &image_records[flash_records_count - 1]; in cyapa_pip_check_fw() 1301 const u8 *data = image_records[i].record_data; in cyapa_pip_check_fw() 1385 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_do_fw_update() local 1392 image_records = in cyapa_pip_do_fw_update() 1400 error = cyapa_pip_write_fw_block(cyapa, &image_records[i]); in cyapa_pip_do_fw_update()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/mouse/ |
H A D | cyapa_gen5.c | 1047 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_bl_initiate() local 1085 image_records = cyapa_get_image_record_data_num(fw, &records_num); in cyapa_pip_bl_initiate() 1088 data = image_records[records_num - 1].record_data; in cyapa_pip_bl_initiate() 1242 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_check_fw() local 1260 image_records = in cyapa_pip_check_fw() 1267 app_integrity = &image_records[flash_records_count - 1]; in cyapa_pip_check_fw() 1301 const u8 *data = image_records[i].record_data; in cyapa_pip_check_fw() 1385 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_do_fw_update() local 1392 image_records = in cyapa_pip_do_fw_update() 1400 error = cyapa_pip_write_fw_block(cyapa, &image_records[i]); in cyapa_pip_do_fw_update()
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/debug/ |
H A D | mobi6.py | 763 self.image_records, self.binary_records = [], [] 780 self.image_records.append(ImageRecord(image_index, r, fmt))
|