Searched refs:st_cfg_cnt (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_mlvec.cpp | 253 RK_S32 st_cfg_cnt = 0; in vpu_api_mlvec_set_dy_max_tid() local 271 st_cfg_cnt = 1; in vpu_api_mlvec_set_dy_max_tid() 296 st_cfg_cnt = 3; in vpu_api_mlvec_set_dy_max_tid() 333 st_cfg_cnt = 5; in vpu_api_mlvec_set_dy_max_tid() 394 st_cfg_cnt = 9; in vpu_api_mlvec_set_dy_max_tid() 418 mpp_assert(st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 420 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() 421 if (lt_cfg_cnt || st_cfg_cnt) { in vpu_api_mlvec_set_dy_max_tid() 426 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cfg_cnt, st_cfg_cnt); in vpu_api_mlvec_set_dy_max_tid() 428 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cfg_cnt, st_ref); in vpu_api_mlvec_set_dy_max_tid()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_ref.cpp | 130 p->st_cfg_cnt = 0; in mpp_enc_ref_cfg_set_cfg_cnt() 166 ref, p->st_cfg_cnt, frm->is_non_ref, frm->temporal_id, in mpp_enc_ref_cfg_add_st_cfg() 169 memcpy(&p->st_cfg[p->st_cfg_cnt], frm, sizeof(*frm) * cnt); in mpp_enc_ref_cfg_add_st_cfg() 170 p->st_cfg_cnt += cnt; in mpp_enc_ref_cfg_add_st_cfg() 182 RK_S32 st_cfg_cnt = p->st_cfg_cnt; in mpp_enc_ref_cfg_check() local 249 if (ready && st_cfg_cnt) { in mpp_enc_ref_cfg_check() 253 for (pos = 0; pos < st_cfg_cnt; pos++, cfg++) { in mpp_enc_ref_cfg_check() 279 if (pos == 0 || (pos == st_cfg_cnt - 1)) { in mpp_enc_ref_cfg_check() 436 .st_cfg_cnt = 1,
|
| H A D | mpp_enc_refs.cpp | 592 RK_S32 st_cfg_cnt = cfg->st_cfg_cnt; in mpp_enc_refs_dryrun() local 603 lt_cfg_cnt, st_cfg_cnt); in mpp_enc_refs_dryrun() 605 for (st_idx = 0; st_idx < st_cfg_cnt; st_idx++, st_cfg++) { in mpp_enc_refs_dryrun() 774 RK_S32 st_cfg_cnt = cfg->st_cfg_cnt; in get_cpb_st_cfg_pos() local 777 if (st_cfg_pos >= st_cfg_cnt) in get_cpb_st_cfg_pos() 778 st_cfg_pos = (st_cfg_cnt > 1) ? (1) : (0); in get_cpb_st_cfg_pos()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_enc_ref.h | 47 RK_S32 st_cfg_cnt; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 101 if (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1 || in h264e_vepu_stream_amend_config() 121 if (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1) in h264e_vepu_stream_amend_config()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 585 if (ctx->task_cnt > 1 && (ref->lt_cfg_cnt || ref->st_cfg_cnt > 1)) { in hal_h264e_vepu580_get_task()
|