Lines Matching refs:base
357 p_Dec->immediate_out = p_Dec->cfg->base.fast_out; in h264d_init()
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()
511 p_Dec->cfg->base.enable_fast_play); in h264d_control()
512 p_Dec->p_Vid->dpb_fast_out = p_Dec->cfg->base.enable_fast_play; in h264d_control()
513 H264D_LOG("fast play mode: %d", p_Dec->cfg->base.enable_fast_play); in h264d_control()
588 if (p_Dec->cfg->base.split_parse) { in h264d_prepare()