Searched refs:enable_fast_play (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 358 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 D | h264d_dpb.c | 1377 switch (p_Dpb->p_Vid->p_Dec->cfg->base.enable_fast_play) { in scan_dpb_output()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_dec_cfg.c | 40 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 D | mpp_dec_cfg.h | 92 RK_U32 enable_fast_play; member
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec.c | 960 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 D | h265d_parser.c | 1206 if (cfg->base.enable_fast_play && (IS_IDR(s) || in mpp_hevc_output_frame()
|