Home
last modified time | relevance | path

Searched refs:enable_fast_play (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c358 mpp_env_get_u32("force_fast_play_mode", &p_Dec->cfg->base.enable_fast_play, in h264d_init()
359 p_Dec->cfg->base.enable_fast_play); in h264d_init()
360 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_init()
361 H264D_LOG("fast play mode: %d", p_Dec->cfg->base.enable_fast_play); in h264d_init()
461 mpp_env_get_u32("force_fast_play_mode", &p_Dec->cfg->base.enable_fast_play, in h264d_reset()
462 p_Dec->cfg->base.enable_fast_play); in h264d_reset()
463 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_reset()
464 H264D_LOG("fast play mode: %d", p_Dec->cfg->base.enable_fast_play); in h264d_reset()
509 p_Dec->cfg->base.enable_fast_play = (param) ? (*((RK_U32 *)param)) : (1); in h264d_control()
510 mpp_env_get_u32("force_fast_play_mode", &p_Dec->cfg->base.enable_fast_play, in h264d_control()
[all …]
H A Dh264d_dpb.c1377 switch (p_Dpb->p_Vid->p_Dec->cfg->base.enable_fast_play) { in scan_dpb_output()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_cfg.c40 ENTRY(prefix, u32, rk_u32, enable_fast_play, FLAG_INCR, base, enable_fast_play) \
68 cfg->base.enable_fast_play = MPP_ENABLE_FAST_PLAY_ONCE; in mpp_dec_cfg_set_default()
70 cfg->base.enable_fast_play = MPP_ENABLE_FAST_PLAY; in mpp_dec_cfg_set_default()
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_dec_cfg.h92 RK_U32 enable_fast_play; member
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec.c960 dec_dbg_func("disable idr immediately output %d\n", base->enable_fast_play); in mpp_dec_set_cfg_by_cmd()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1206 if (cfg->base.enable_fast_play && (IS_IDR(s) || in mpp_hevc_output_frame()