Home
last modified time | relevance | path

Searched refs:stats_time (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_api.h139 RK_S32 stats_time; member
H A Drk_venc_cmd.h361 RK_S32 stats_time; member
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_rc_api.h139 RK_S32 stats_time; member
H A Drk_venc_cmd.h361 RK_S32 stats_time; member
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c140 RK_U32 stat_len = fps->fps_out_num * ctx->usr_cfg.stats_time / fps->fps_out_denorm; in bits_model_param_init()
313 ctx->ins_bps = mpp_data_sum_v2(ctx->stat_bits) / usr_cfg->stats_time; in bits_model_preset()
373 ctx->ins_bps = mpp_data_sum_v2(ctx->stat_bits) / usr_cfg->stats_time; in bits_model_update()
674 RK_S32 stat_time = usr_cfg->stats_time; in reenc_calc_cbr_ratio()
855 RK_S32 stat_time = usr_cfg->stats_time; in reenc_calc_vbr_ratio()
1145 ctx->usr_cfg.stats_time); in bits_model_init()
1196 RK_S32 stat_time = usr_cfg->stats_time; in check_re_enc()
H A Drc_model_v2_smt.c419 RK_S32 stat_time = ctx->usr_cfg.stats_time; in reenc_calc_cbr_ratio_smt()
500 RK_S32 stat_time = ctx->usr_cfg.stats_time; in reenc_calc_vbr_ratio_smt()
558 RK_S32 stat_time = ctx->usr_cfg.stats_time; in check_re_enc_smt()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp663 dst->stats_time = src->stats_time; in mpp_enc_proc_rc_cfg()
757 if (dst->stats_time && dst->stats_time > 60) { in mpp_enc_proc_rc_cfg()
759 dst->stats_time); in mpp_enc_proc_rc_cfg()
1221 cfg->stats_time = rc->stats_time ? rc->stats_time : 3; in set_rc_cfg()
1222 cfg->stats_time = mpp_clip(cfg->stats_time, 1, 60); in set_rc_cfg()
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic.h286 unsigned long stats_time; member
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic.h225 unsigned long stats_time; /* time of stats update */ member
H A Dfnic_main.c214 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
216 fnic->stats_time = jiffies; in fnic_get_stats()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp165 …ENTRY(rc, stats_time, S32, RK_S32, MPP_ENC_RC_CFG_CHANGE_ST_TIME, rc, st…
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dcxd2841er.c63 unsigned long stats_time; member
3283 if (priv->stats_time && in cxd2841er_get_frontend()
3284 (!time_after(jiffies, priv->stats_time))) in cxd2841er_get_frontend()
3288 priv->stats_time = jiffies + msecs_to_jiffies(1000); in cxd2841er_get_frontend()
3371 priv->stats_time = 0; in cxd2841er_set_frontend_s()