Home
last modified time | relevance | path

Searched refs:st_cnt (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_ref.h209 signed int st_cnt; member
222 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, signed int lt_cnt, signed int st_cnt);
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_ref.h210 RK_S32 st_cnt; member
223 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt);
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_ref.h210 RK_S32 st_cnt; member
223 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_ref.h211 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);
/device/soc/rockchip/rk3399/hardware/mpp/src/
H A Dmpi_enc_utils.c55 RK_S32 st_cnt = 0; in mpi_enc_gen_ref_cfg() local
88 st_cnt = 9; // 9 pin in mpi_enc_gen_ref_cfg()
155 st_cnt = ST_COUNT_5; in mpi_enc_gen_ref_cfg()
196 st_cnt = ST_COUNT_3; in mpi_enc_gen_ref_cfg()
224 if (lt_cnt || st_cnt) { in mpi_enc_gen_ref_cfg()
225 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_ref_cfg()
230 if (st_cnt) in mpi_enc_gen_ref_cfg()
231 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cnt, st_ref); in mpi_enc_gen_ref_cfg()
245 RK_S32 st_cnt = 8; in mpi_enc_gen_smart_gop_ref_cfg() local
260 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_smart_gop_ref_cfg()
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/src/
H A Dmpi_enc_utils.c56 RK_S32 st_cnt = 0; in mpi_enc_gen_ref_cfg() local
89 st_cnt = 9; in mpi_enc_gen_ref_cfg()
156 st_cnt = ST_COUNT_5; in mpi_enc_gen_ref_cfg()
197 st_cnt = ST_COUNT_3; in mpi_enc_gen_ref_cfg()
225 if (lt_cnt || st_cnt) { in mpi_enc_gen_ref_cfg()
226 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_ref_cfg()
231 if (st_cnt) in mpi_enc_gen_ref_cfg()
232 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cnt, st_ref); in mpi_enc_gen_ref_cfg()
246 RK_S32 st_cnt = 8; in mpi_enc_gen_smart_gop_ref_cfg() local
261 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_smart_gop_ref_cfg()
[all...]
/device/soc/rockchip/common/hardware/mpp/src/
H A Dmpi_enc_utils.c35 signed int st_cnt = 0; in mpi_enc_gen_ref_cfg() local
68 st_cnt = 0x9; in mpi_enc_gen_ref_cfg()
135 st_cnt = 0x5; in mpi_enc_gen_ref_cfg()
176 st_cnt = 0x3; in mpi_enc_gen_ref_cfg()
204 if (lt_cnt || st_cnt) { in mpi_enc_gen_ref_cfg()
205 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_ref_cfg()
211 if (st_cnt) { in mpi_enc_gen_ref_cfg()
212 ret = mpp_enc_ref_cfg_add_st_cfg(ref, st_cnt, st_ref); in mpi_enc_gen_ref_cfg()
227 signed int st_cnt = 0x8; in mpi_enc_gen_smart_gop_ref_cfg() local
242 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cnt); in mpi_enc_gen_smart_gop_ref_cfg()
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/
H A Dhdi_mpp_mpi.h119 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_cfg_cnt)(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt);
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/
H A Dhdi_mpp_mpi.h119 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_cfg_cnt)(MppEncRefCfg ref, signed int lt_cnt, signed int st_cnt);

Completed in 7 milliseconds