| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 59 mpp_env_get_u32("md_theta", ¶ms->md_theta, ctx->params.md_theta); in get_param_from_env() 60 mpp_env_get_u32("md_r", ¶ms->md_r, ctx->params.md_r); in get_param_from_env() 61 mpp_env_get_u32("md_lambda", ¶ms->md_lambda, ctx->params.md_lambda); in get_param_from_env() 63 mpp_env_get_u32("mv_similar_thr", ¶ms->mv_similar_thr, ctx->params.mv_similar_thr); in get_param_from_env() 64 …mpp_env_get_u32("mv_similar_num_thr0", ¶ms->mv_similar_num_thr0, ctx->params.mv_similar_num_th… in get_param_from_env() 66 mpp_env_get_u32("eedi_thr0", ¶ms->eedi_thr0, ctx->params.eedi_thr0); in get_param_from_env() 67 mpp_env_get_u32("comb_t_thr", ¶ms->comb_t_thr, ctx->params.comb_t_thr); in get_param_from_env() 68 mpp_env_get_u32("comb_feature_thr", ¶ms->comb_feature_thr, ctx->params.comb_feature_thr); in get_param_from_env() 79 mpp_env_get_u32("iep_debug", &iep_debug, 0); in iep2_init() 120 mpp_env_get_u32("iep_md_pre_en", &iep_md_pre_en, 0); in iep2_init()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api.cpp | 285 mpp_env_get_u32("vpu_api_debug", &vpu_api_debug, 0); in vpu_open_context() 288 mpp_env_get_u32("use_original", &force_original, 0); in vpu_open_context() 289 mpp_env_get_u32("use_mpp_mode", &force_mpp_mode, 0); in vpu_open_context() 425 mpp_env_get_u32("force_original", &force_original, 0); in vpu_close_context()
|
| H A D | vpu_mem_legacy.c | 131 mpp_env_get_u32("vpu_mem_debug", &vpu_mem_debug, 0); in open_vpu_memory_pool() 170 mpp_env_get_u32("vpu_mem_debug", &vpu_mem_debug, 0); in create_vpu_memory_pool_allocator()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_test.c | 453 mpp_env_get_u32("mirroring", &mirroring, 0); in test_mpp_enc_cfg_setup() 454 mpp_env_get_u32("rotation", &rotation, 0); in test_mpp_enc_cfg_setup() 455 mpp_env_get_u32("flip", &flip, 0); in test_mpp_enc_cfg_setup() 587 mpp_env_get_u32("constraint_set", &constraint_set, 0); in test_mpp_enc_cfg_setup() 606 mpp_env_get_u32("split_mode", &p->split_mode, MPP_ENC_SPLIT_NONE); in test_mpp_enc_cfg_setup() 607 mpp_env_get_u32("split_arg", &p->split_arg, 0); in test_mpp_enc_cfg_setup() 608 mpp_env_get_u32("split_out", &p->split_out, 0); in test_mpp_enc_cfg_setup() 621 mpp_env_get_u32("gop_mode", &gop_mode, gop_mode); in test_mpp_enc_cfg_setup() 704 mpp_env_get_u32("sei_mode", &sei_mode, MPP_ENC_SEI_MODE_DISABLE); in test_mpp_enc_cfg_setup() 723 mpp_env_get_u32("osd_enable", &p->osd_enable, 0); in test_mpp_enc_cfg_setup() [all …]
|
| H A D | mpi_enc_mt_test.c | 444 mpp_env_get_u32("split_mode", &p->split_mode, MPP_ENC_SPLIT_NONE); in test_mt_cfg_setup() 445 mpp_env_get_u32("split_arg", &p->split_arg, 0); in test_mt_cfg_setup() 446 mpp_env_get_u32("split_out", &p->split_out, 0); in test_mt_cfg_setup() 459 mpp_env_get_u32("gop_mode", &gop_mode, gop_mode); in test_mt_cfg_setup() 499 mpp_env_get_u32("osd_enable", &p->osd_enable, 0); in test_mt_cfg_setup() 500 mpp_env_get_u32("osd_mode", &p->osd_mode, MPP_ENC_OSD_PLT_TYPE_DEFAULT); in test_mt_cfg_setup() 501 mpp_env_get_u32("roi_enable", &p->roi_enable, 0); in test_mt_cfg_setup() 502 mpp_env_get_u32("user_data_enable", &p->user_data_enable, 0); in test_mt_cfg_setup()
|
| /rockchip-linux_mpp/kmpp/base/ |
| H A D | kmpp_vdec_cfg.c | 80 mpp_env_get_u32("vdec_kcfg_debug", &vdec_kcfg_debug, 0); in MPP_SINGLETON() 113 mpp_env_get_u32("vdec_kcfg_debug", &vdec_kcfg_debug, 0); in mpp_vdec_kcfg_init_by_name()
|
| H A D | kmpp_venc_cfg.c | 81 mpp_env_get_u32("venc_kcfg_debug", &venc_kcfg_debug, 0); in MPP_SINGLETON() 114 mpp_env_get_u32("venc_kcfg_debug", &venc_kcfg_debug, 0); in mpp_venc_kcfg_init_by_name()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_env.h | 15 RK_S32 mpp_env_get_u32(const char *name, RK_U32 *value, RK_U32 default_value);
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_env.c | 11 RK_S32 mpp_env_get_u32(const char *name, RK_U32 *value, RK_U32 default_value) in mpp_env_get_u32() function
|
| H A D | mpp_lock.c | 22 mpp_env_get_u32("mpp_lock_debug", &lock->debug, 0); in mpp_spinlock_init()
|
| H A D | mpp_singleton.c | 29 mpp_env_get_u32("mpp_sgln_debug", &sgln_debug, 0); in mpp_singleton_add()
|
| H A D | mpp_dmabuf.c | 30 mpp_env_get_u32("mpp_dmabuf_has_partial_ops", &has_partial_ops, has_partial_ops); in mpp_dmabuf_init()
|
| H A D | mpp_runtime.c | 73 mpp_env_get_u32("mpp_rt_debug", &mpp_rt_debug, 0); in mpp_rt_srv_init()
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_env_test.c | 28 mpp_env_get_u32(env_debug, &env_debug_u32, 0); in main()
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp_info.c | 40 mpp_env_get_u32("mpp_show_history", &show_history, 0); in show_mpp_version()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_api.c | 251 mpp_env_get_u32("hal_h264d_debug", &hal_h264d_debug, 0); in hal_h264d_init() 264 mpp_env_get_u32("use_mpp_mode", &mode, cfg->cfg->base.codec_mode); in hal_h264d_init()
|
| /rockchip-linux_mpp/mpp/hal/vpu/m2vd/ |
| H A D | hal_m2vd_api.c | 67 mpp_env_get_u32("m2vh_debug", &m2vh_debug, 0); in hal_m2vd_init()
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_dma_heap.c | 121 mpp_env_get_u32("dma_heap_debug", &dma_heap_debug, 0); in dma_heap_init() 205 mpp_env_get_u32("dma_heap_debug", &dma_heap_debug, dma_heap_debug); in os_allocator_dma_heap_open()
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_api_v2.c | 50 mpp_env_get_u32("vp8e_hal_debug", &vp8e_hal_debug, 0); in hal_vp8e_init()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_api.c | 70 mpp_env_get_u32("h263d_hal_debug", &h263d_hal_debug, 0); in hal_h263d_init()
|
| /rockchip-linux_mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_api_v2.c | 52 mpp_env_get_u32("hal_jpege_debug", &hal_jpege_debug, 0); in hal_jpege_init()
|
| /rockchip-linux_mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_api_v2.c | 54 mpp_env_get_u32("hal_h264e_debug", &hal_h264e_debug, 0); in hal_h264e_init()
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_api.c | 110 mpp_env_get_u32("hal_vp8d_debug", &hal_vp8d_debug, 0); in hal_vp8d_init()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_api.c | 81 mpp_env_get_u32("avs2d_debug", &avs2d_hal_debug, 0); in hal_avs2d_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 329 mpp_env_get_u32("h264d_debug", &h264d_debug, H264D_DBG_ERROR); in h264d_init() 358 mpp_env_get_u32("force_fast_play_mode", &p_Dec->cfg->base.enable_fast_play, in h264d_init() 461 mpp_env_get_u32("force_fast_play_mode", &p_Dec->cfg->base.enable_fast_play, in h264d_reset() 510 mpp_env_get_u32("force_fast_play_mode", &p_Dec->cfg->base.enable_fast_play, in h264d_control()
|