Searched refs:info (Results 1 – 3 of 3) sorted by relevance
150 key_timer_t* info = new key_timer_t; in ProcessKey() local151 info->ui = this; in ProcessKey()152 info->key_code = key_code; in ProcessKey()153 info->count = key_down_count; in ProcessKey()155 pthread_create(&thread, nullptr, &RecoveryUI::time_key_helper, info); in ProcessKey()191 key_timer_t* info = (key_timer_t*) cookie; in time_key_helper() local192 info->ui->time_key(info->key_code, info->count); in time_key_helper()193 delete info; in time_key_helper()
74 num_frames = int(img.info.get('Frames', 1))85 out.info = img.info
54 info = struct.pack(BITMAPINFO_HEADER_FMT, variable69 f.write(info)