Home
last modified time | relevance | path

Searched refs:mpp_env_get_u32 (Results 1 – 25 of 99) sorted by relevance

1234

/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2.c59 mpp_env_get_u32("md_theta", &params->md_theta, ctx->params.md_theta); in get_param_from_env()
60 mpp_env_get_u32("md_r", &params->md_r, ctx->params.md_r); in get_param_from_env()
61 mpp_env_get_u32("md_lambda", &params->md_lambda, ctx->params.md_lambda); in get_param_from_env()
63 mpp_env_get_u32("mv_similar_thr", &params->mv_similar_thr, ctx->params.mv_similar_thr); in get_param_from_env()
64mpp_env_get_u32("mv_similar_num_thr0", &params->mv_similar_num_thr0, ctx->params.mv_similar_num_th… in get_param_from_env()
66 mpp_env_get_u32("eedi_thr0", &params->eedi_thr0, ctx->params.eedi_thr0); in get_param_from_env()
67 mpp_env_get_u32("comb_t_thr", &params->comb_t_thr, ctx->params.comb_t_thr); in get_param_from_env()
68 mpp_env_get_u32("comb_feature_thr", &params->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 Dvpu_api.cpp285 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 Dvpu_mem_legacy.c131 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 Dmpi_enc_test.c453 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 Dmpi_enc_mt_test.c444 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 Dkmpp_vdec_cfg.c80 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 Dkmpp_venc_cfg.c81 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 Dmpp_env.h15 RK_S32 mpp_env_get_u32(const char *name, RK_U32 *value, RK_U32 default_value);
/rockchip-linux_mpp/osal/
H A Dmpp_env.c11 RK_S32 mpp_env_get_u32(const char *name, RK_U32 *value, RK_U32 default_value) in mpp_env_get_u32() function
H A Dmpp_lock.c22 mpp_env_get_u32("mpp_lock_debug", &lock->debug, 0); in mpp_spinlock_init()
H A Dmpp_singleton.c29 mpp_env_get_u32("mpp_sgln_debug", &sgln_debug, 0); in mpp_singleton_add()
H A Dmpp_dmabuf.c30 mpp_env_get_u32("mpp_dmabuf_has_partial_ops", &has_partial_ops, has_partial_ops); in mpp_dmabuf_init()
H A Dmpp_runtime.c73 mpp_env_get_u32("mpp_rt_debug", &mpp_rt_debug, 0); in mpp_rt_srv_init()
/rockchip-linux_mpp/osal/test/
H A Dmpp_env_test.c28 mpp_env_get_u32(env_debug, &env_debug_u32, 0); in main()
/rockchip-linux_mpp/mpp/
H A Dmpp_info.c40 mpp_env_get_u32("mpp_show_history", &show_history, 0); in show_mpp_version()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c251 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 Dhal_m2vd_api.c67 mpp_env_get_u32("m2vh_debug", &m2vh_debug, 0); in hal_m2vd_init()
/rockchip-linux_mpp/osal/allocator/
H A Dallocator_dma_heap.c121 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 Dhal_vp8e_api_v2.c50 mpp_env_get_u32("vp8e_hal_debug", &vp8e_hal_debug, 0); in hal_vp8e_init()
/rockchip-linux_mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_api.c70 mpp_env_get_u32("h263d_hal_debug", &h263d_hal_debug, 0); in hal_h263d_init()
/rockchip-linux_mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_api_v2.c52 mpp_env_get_u32("hal_jpege_debug", &hal_jpege_debug, 0); in hal_jpege_init()
/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_api_v2.c54 mpp_env_get_u32("hal_h264e_debug", &hal_h264e_debug, 0); in hal_h264e_init()
/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_api.c110 mpp_env_get_u32("hal_vp8d_debug", &hal_vp8d_debug, 0); in hal_vp8d_init()
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c81 mpp_env_get_u32("avs2d_debug", &avs2d_hal_debug, 0); in hal_avs2d_init()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c329 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()

1234