Searched refs:progress_val (Results 1 – 3 of 3) sorted by relevance
32 INT progress_val; in video_play_update() local47 progress_val = video_play_ticks * 100 / (video_play_total_seconds * GX_TICKS_SECOND); in video_play_update()48 gx_progress_bar_value_set(&video_screen.video_screen_video_play_progress_bar, progress_val); in video_play_update()
81 INT progress_val; in volume_progress_bar_animation_start() local106 progress_val = progress_bar->gx_progress_bar_info.gx_progress_bar_info_current_val; in volume_progress_bar_animation_start()108 progress_bar_animation_start(base, progress_val); in volume_progress_bar_animation_start()
449 INT progress_val = 0; in task_progress_information_update() local485 progress_val = (tinfo->task_id * 100 / TASK_COUNT); in task_progress_information_update()489 progress_val += (75 + left_progress_info_list[total_stage - 1].current_val) * 25 / 175; in task_progress_information_update()493 progress_val += (left_progress_info_list[0].current_val) * 25 / 175; in task_progress_information_update()503 gx_progress_bar_value_set(&sequence_window.sequence_window_bottom_progress, progress_val); in task_progress_information_update()504 … gx_numeric_prompt_value_set(&sequence_window.sequence_window_bottom_progress_value, progress_val); in task_progress_information_update()