Searched refs:dpb_first_fast_played (Results 1 – 3 of 3) sorted by relevance
362 p_Dec->p_Vid->dpb_first_fast_played = 0; in h264d_init()465 p_Dec->p_Vid->dpb_first_fast_played = 0; in h264d_reset()
1349 if (p_Dpb->p_Vid->dpb_fast_out && is_i_frm && !p_Dpb->p_Vid->dpb_first_fast_played) { in output_dpb_fastplay_once()1351 p_Dpb->p_Vid->dpb_first_fast_played = 1; in output_dpb_fastplay_once()1354 if (p_Dpb->p_Vid->dpb_fast_out && is_i_frm && p_Dpb->p_Vid->dpb_first_fast_played) { in output_dpb_fastplay_once()
1058 RK_U32 dpb_first_fast_played; member