Searched refs:st_cnt (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_enc_ref_test.c | 29 RK_S32 st_cnt = 0; in main() local 44 st_cnt = 9; in main() 46 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in main() 130 st_cnt = 3; in main() 132 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in main()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_enc_utils.c | 657 RK_S32 st_cnt = 0; in mpi_enc_gen_ref_cfg() local 682 st_cnt = 9; in mpi_enc_gen_ref_cfg() 748 st_cnt = 5; in mpi_enc_gen_ref_cfg() 788 st_cnt = 3; in mpi_enc_gen_ref_cfg() 814 if (lt_cnt || st_cnt) { in mpi_enc_gen_ref_cfg() 815 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_ref_cfg() 820 if (st_cnt) in mpi_enc_gen_ref_cfg() 821 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cnt, st_ref); in mpi_enc_gen_ref_cfg() 835 RK_S32 st_cnt = 8; in mpi_enc_gen_smart_gop_ref_cfg() local 842 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_smart_gop_ref_cfg()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_ref.h | 211 RK_S32 st_cnt; member 224 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_ref.h | 211 RK_S32 st_cnt; member 224 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt);
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_ref.cpp | 100 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt) in mpp_enc_ref_cfg_set_cfg_cnt() argument 121 if (st_cnt) { in mpp_enc_ref_cfg_set_cfg_cnt() 122 st_cfg = mpp_calloc(MppEncRefStFrmCfg, st_cnt); in mpp_enc_ref_cfg_set_cfg_cnt() 128 p->max_st_cfg = st_cnt; in mpp_enc_ref_cfg_set_cfg_cnt()
|