| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | generic-board-config.sh | 24 ref_cfg="$3" 62 grep -Eq "^${req}\$" "${ref_cfg}" && continue 69 grep -Eq "^${req/%=n/=y}\$" "${ref_cfg}" || continue
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_refs.cpp | 104 MppEncRefCfgImpl *ref_cfg; member 215 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg) in mpp_enc_refs_set_cfg() argument 217 if (NULL == refs || (ref_cfg && check_is_mpp_enc_ref_cfg(ref_cfg))) { in mpp_enc_refs_set_cfg() 218 mpp_err_f("invalid input refs %p ref_cfg %p\n", refs, ref_cfg); in mpp_enc_refs_set_cfg() 222 enc_refs_dbg_func("enter %p cfg %p\n", refs, ref_cfg); in mpp_enc_refs_set_cfg() 228 if (NULL == ref_cfg) in mpp_enc_refs_set_cfg() 229 ref_cfg = mpp_enc_ref_default(); in mpp_enc_refs_set_cfg() 231 cfg = (MppEncRefCfgImpl *)ref_cfg; in mpp_enc_refs_set_cfg() 233 p->ref_cfg = cfg; in mpp_enc_refs_set_cfg() 273 enc_refs_dbg_func("leave %p cfg %p\n", refs, ref_cfg); in mpp_enc_refs_set_cfg() [all …]
|
| H A D | mpp_enc_cfg.cpp | 140 …ENTRY(rc, ref_cfg, Ptr, void *, MPP_ENC_RC_CFG_CHANGE_GOP_REF_CFG, rc, re…
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_v2.cpp | 138 mpp_enc_ref_cfg_init(&p->cfg.ref_cfg); in mpp_enc_init_v2() 139 ret = mpp_enc_ref_cfg_copy(p->cfg.ref_cfg, mpp_enc_ref_default()); in mpp_enc_init_v2() 183 if (enc->cfg.ref_cfg) { in mpp_enc_deinit_v2() 184 mpp_enc_ref_cfg_deinit(&enc->cfg.ref_cfg); in mpp_enc_deinit_v2() 185 enc->cfg.ref_cfg = NULL; in mpp_enc_deinit_v2()
|
| H A D | mpp_enc_impl.cpp | 585 dst->ref_cfg = src->ref_cfg; in mpp_enc_proc_rc_cfg() 865 MppEncRefCfg dst = enc->cfg.ref_cfg; in mpp_enc_control_set_ref_cfg() 872 enc->cfg.ref_cfg = dst; in mpp_enc_control_set_ref_cfg() 918 mpp_enc_control_set_ref_cfg(enc, enc->cfg.rc.ref_cfg); in mpp_enc_proc_cfg() 946 mpp_enc_control_set_ref_cfg(enc, enc->cfg.rc.ref_cfg); in mpp_enc_proc_cfg() 1177 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in set_rc_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/inc/ |
| H A D | mpp_enc_cfg.h | 45 MppEncRefCfg ref_cfg; member
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_enc_refs.h | 61 MPP_RET mpp_enc_refs_set_cfg(MppEncRefs refs, MppEncRefCfg ref_cfg);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 170 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in h265e_set_sps() local 179 MppEncCpbInfo *cpb_info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in h265e_set_sps()
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_cmd.h | 343 void *ref_cfg; member 1090 MppEncH265RefCfg ref_cfg; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 343 void *ref_cfg; member 1075 MppEncH265RefCfg ref_cfg; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 97 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg->ref_cfg; in h264e_vepu_stream_amend_config()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 233 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 234 if (ref_cfg) { in setup_hal_bufs() 235 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs()
|
| H A D | hal_h264e_vepu540c.c | 206 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 208 if (ref_cfg) { in setup_hal_bufs() 209 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs()
|
| H A D | hal_h264e_vepu580.c | 412 MppEncRefCfg ref_cfg = cfg->ref_cfg; in setup_hal_bufs() local 414 if (ref_cfg) { in setup_hal_bufs() 415 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in setup_hal_bufs() 547 MppEncRefCfgImpl *ref = (MppEncRefCfgImpl *)cfg_set->ref_cfg; in hal_h264e_vepu580_get_task()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 67 MppEncRefCfg ref = cfg->ref_cfg; in h264e_sps_update()
|
| H A D | h264e_dpb.c | 125 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(cfg->ref_cfg); in h264e_dpb_setup()
|
| H A D | h264e_api_v2.c | 782 MppEncCpbInfo *cpb_info = mpp_enc_ref_cfg_get_cpb_info(p->cfg->ref_cfg); in h264e_proc_hal()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | madera.h | 170 struct madera_fll_cfg ref_cfg; member
|
| H A D | madera.c | 3821 struct madera_fll_cfg *ref_cfg, in madera_set_fll_phase_integrator() argument 3827 if (!sync && ref_cfg->theta == 0) in madera_set_fll_phase_integrator()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 148 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu540c_h265_setup_hal_bufs() local 187 if (ref_cfg) { in vepu540c_h265_setup_hal_bufs() 188 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in vepu540c_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu541.c | 190 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu54x_h265_setup_hal_bufs() local 227 if (ref_cfg) { in vepu54x_h265_setup_hal_bufs() 228 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in vepu54x_h265_setup_hal_bufs()
|
| H A D | hal_h265e_vepu580.c | 315 MppEncRefCfg ref_cfg = ctx->cfg->ref_cfg; in vepu580_h265_setup_hal_bufs() local 328 if (ref_cfg) { in vepu580_h265_setup_hal_bufs() 329 MppEncCpbInfo *info = mpp_enc_ref_cfg_get_cpb_info(ref_cfg); in vepu580_h265_setup_hal_bufs()
|