Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c360 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_init()
463 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_reset()
512 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_control()
H A Dh264d_dpb.c873 if (p_Vid->dpb_fast_out) in write_picture()
1336 if ((p_Dpb->p_Vid->dpb_fast_out && is_i_frm)) { in output_dpb_fastplay()
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()
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()
1355 p_Dpb->p_Vid->dpb_fast_out = MPP_DISABLE_FAST_PLAY; in output_dpb_fastplay_once()
H A Dh264d_global.h1057 RK_U32 dpb_fast_out; member