Home
last modified time | relevance | path

Searched refs:dpb_first_fast_played (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c362 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()
H A Dh264d_dpb.c1349 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()
H A Dh264d_global.h1058 RK_U32 dpb_first_fast_played; member