Searched refs:num_decoded_frame (Results 1 – 2 of 2) sorted by relevance
525 static double time_next_buffer_is_free(int num_decoded_frame, in time_next_buffer_is_free() argument529 if (num_decoded_frame == 0) { in time_next_buffer_is_free()550 static double get_removal_time(int mode, int num_decoded_frame, in get_removal_time() argument558 return time_next_buffer_is_free(num_decoded_frame, decoder_buffer_delay, in get_removal_time()571 decoder_model->num_decoded_frame, decoder_model->num_shown_frame,615 decoder_model->num_decoded_frame = -1; in decoder_model_init()657 int num_decoded_frame = decoder_model->num_decoded_frame; in av1_decoder_model_try_smooth_buf() local658 if (!show_existing_frame) ++num_decoded_frame; in av1_decoder_model_try_smooth_buf()664 decoder_model->mode, num_decoded_frame, in av1_decoder_model_try_smooth_buf()736 if (!show_existing_frame) ++decoder_model->num_decoded_frame; in decoder_model_process_frame()[all …]
130 int num_decoded_frame; member