Searched refs:st_cfg_cnt (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_mlvec.cpp | 252 RK_S32 st_cfg_cnt = 0; in vpu_api_mlvec_set_dy_max_tid() local 270 st_cfg_cnt = 1; in vpu_api_mlvec_set_dy_max_tid() 295 st_cfg_cnt = 3; in vpu_api_mlvec_set_dy_max_tid() 332 st_cfg_cnt = 5; in vpu_api_mlvec_set_dy_max_tid() 393 st_cfg_cnt = 9; in vpu_api_mlvec_set_dy_max_tid() 417 mpp_assert(st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 419 mlvec_dbg_flow("lt_cfg_cnt %d st_cfg_cnt %d\n", lt_cfg_cnt, st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 420 if (lt_cfg_cnt || st_cfg_cnt) { in vpu_api_mlvec_set_dy_max_tid() 425 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cfg_cnt, st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 427 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cfg_cnt, st_ref); in vpu_api_mlvec_set_dy_max_tid()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_ref.c | 117 p->st_cfg_cnt = 0; in mpp_enc_ref_cfg_set_cfg_cnt() 153 ref, p->st_cfg_cnt, frm->is_non_ref, frm->temporal_id, in mpp_enc_ref_cfg_add_st_cfg() 156 memcpy(&p->st_cfg[p->st_cfg_cnt], frm, sizeof(*frm) * cnt); in mpp_enc_ref_cfg_add_st_cfg() 157 p->st_cfg_cnt += cnt; in mpp_enc_ref_cfg_add_st_cfg() 169 RK_S32 st_cfg_cnt = p->st_cfg_cnt; in mpp_enc_ref_cfg_check() local 236 if (ready && st_cfg_cnt) { in mpp_enc_ref_cfg_check() 240 for (pos = 0; pos < st_cfg_cnt; pos++, cfg++) { in mpp_enc_ref_cfg_check() 266 if (pos == 0 || (pos == st_cfg_cnt - 1)) { in mpp_enc_ref_cfg_check() 423 .st_cfg_cnt = 1,
|
| H A D | mpp_enc_refs.c | 582 RK_S32 st_cfg_cnt = cfg->st_cfg_cnt; in mpp_enc_refs_dryrun() local 586 RK_S32 walk_len = MPP_MAX(lt_cfg_cnt, st_cfg_cnt); in mpp_enc_refs_dryrun() 595 lt_cfg_cnt, st_cfg_cnt); in mpp_enc_refs_dryrun() 598 st_cfg = &cfg->st_cfg[st_idx % st_cfg_cnt]; in mpp_enc_refs_dryrun() 767 RK_S32 st_cfg_cnt = cfg->st_cfg_cnt; in get_cpb_st_cfg_pos() local 770 if (st_cfg_pos >= st_cfg_cnt) in get_cpb_st_cfg_pos() 771 st_cfg_pos = (st_cfg_cnt > 1) ? (1) : (0); in get_cpb_st_cfg_pos()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_enc_ref.h | 47 RK_S32 st_cfg_cnt; member
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 107 if (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1 || in h264e_vepu_stream_amend_config() 126 if (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1) in h264e_vepu_stream_amend_config()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 608 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu580_get_task()
|
| H A D | hal_h264e_vepu510.c | 590 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu510_get_task()
|
| H A D | hal_h264e_vepu511.c | 589 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu511_get_task()
|