Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp123 …ENTRY(base, enable_fast_play, U32, RK_U32, MPP_DEC_CFG_CHANGE_ENABLE_FAST_PLAY, base, ena…
269 cfg->base.enable_fast_play = MPP_ENABLE_FAST_PLAY_ONCE; in mpp_dec_cfg_set_default()
271 cfg->base.enable_fast_play = MPP_ENABLE_FAST_PLAY; in mpp_dec_cfg_set_default()
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp_dec_cfg.h76 RK_U32 enable_fast_play; member
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp522 dst_base->enable_fast_play = src_base->enable_fast_play; in mpp_dec_set_cfg()
1041 cfg->enable_fast_play = (param) ? (*((RK_U32 *)param)) : (0); in mpp_dec_set_cfg_by_cmd()
1043 dec_dbg_func("disable idr immediately output %d\n", cfg->enable_fast_play); in mpp_dec_set_cfg_by_cmd()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_api.c349 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_init()
447 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_reset()
H A Dh264d_dpb.c1377 switch (p_Dpb->p_Vid->p_Dec->cfg->base.enable_fast_play) { in scan_dpb_output()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1184 if (cfg->base.enable_fast_play && (IS_IDR(s) || in mpp_hevc_output_frame()