Searched refs:lt_cnt (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_venc_ref.h | 208 signed int lt_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 D | rk_venc_ref.h | 209 RK_S32 lt_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 D | rk_venc_ref.h | 209 RK_S32 lt_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 D | rk_venc_ref.h | 210 RK_S32 lt_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 D | mpi_enc_utils.c | 54 RK_S32 lt_cnt = 0; in mpi_enc_gen_ref_cfg() local 79 lt_cnt = 1; in mpi_enc_gen_ref_cfg() 153 lt_cnt = 0; in mpi_enc_gen_ref_cfg() 194 lt_cnt = 0; 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() 227 if (lt_cnt) in mpi_enc_gen_ref_cfg() 228 ret = mpp_enc_ref_cfg_add_lt_cfg(ref, lt_cnt, lt_ref); in mpi_enc_gen_ref_cfg() 244 RK_S32 lt_cnt = 1; in mpi_enc_gen_smart_gop_ref_cfg() local 260 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cn in mpi_enc_gen_smart_gop_ref_cfg() [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 55 RK_S32 lt_cnt = 0; in mpi_enc_gen_ref_cfg() local 80 lt_cnt = 1; in mpi_enc_gen_ref_cfg() 154 lt_cnt = 0; in mpi_enc_gen_ref_cfg() 195 lt_cnt = 0; 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() 228 if (lt_cnt) in mpi_enc_gen_ref_cfg() 229 ret = mpp_enc_ref_cfg_add_lt_cfg(ref, lt_cnt, lt_ref); in mpi_enc_gen_ref_cfg() 245 RK_S32 lt_cnt = 1; in mpi_enc_gen_smart_gop_ref_cfg() local 261 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cn in mpi_enc_gen_smart_gop_ref_cfg() [all...] |
/device/soc/rockchip/common/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 34 signed int lt_cnt = 0; in mpi_enc_gen_ref_cfg() local 59 lt_cnt = 1; in mpi_enc_gen_ref_cfg() 133 lt_cnt = 0; in mpi_enc_gen_ref_cfg() 174 lt_cnt = 0; 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() 207 if (lt_cnt) { in mpi_enc_gen_ref_cfg() 208 ret = mpp_enc_ref_cfg_add_lt_cfg(ref, lt_cnt, lt_ref); in mpi_enc_gen_ref_cfg() 226 signed int lt_cnt = 1; in mpi_enc_gen_smart_gop_ref_cfg() local 242 ret = mpp_enc_ref_cfg_set_cfg_cnt(ref, lt_cnt, st_cn in mpi_enc_gen_smart_gop_ref_cfg() [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/ |
H A D | hdi_mpp_mpi.h | 119 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 D | hdi_mpp_mpi.h | 119 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_cfg_cnt)(MppEncRefCfg ref, signed int lt_cnt, signed int st_cnt);
|
Completed in 6 milliseconds