Home
last modified time | relevance | path

Searched refs:MPP_CTX_ENC (Results 1 – 18 of 18) sorted by relevance

/rockchip-linux_mpp/osal/driver/
H A Dvcodec_service.c154 } else if ((platform & HAVE_RKVENC) && (type == MPP_CTX_ENC) && in mpp_get_platform_dev_name()
157 } else if ((platform & HAVE_VEPU22) && (type == MPP_CTX_ENC) && in mpp_get_platform_dev_name()
161 if (type == MPP_CTX_ENC) in mpp_get_platform_dev_name()
179 if (type == MPP_CTX_ENC) in mpp_get_vcodec_dev_name()
217 else if (type == MPP_CTX_ENC && coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
250 else if (type == MPP_CTX_ENC && coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
263 if (type == MPP_CTX_ENC) { in mpp_get_vcodec_dev_name()
285 if (type == MPP_CTX_ENC) { in mpp_get_vcodec_dev_name()
307 if (type == MPP_CTX_ENC) in mpp_get_vcodec_dev_name()
323 if (type == MPP_CTX_ENC) in mpp_get_vcodec_dev_name()
[all …]
/rockchip-linux_mpp/osal/test/
H A Dmpp_platform_test.c88 dev = mpp_get_vcodec_dev_name(MPP_CTX_ENC, MPP_VIDEO_CodingAVC); in main()
91 dev = mpp_get_vcodec_dev_name(MPP_CTX_ENC, MPP_VIDEO_CodingHEVC); in main()
94 dev = mpp_get_vcodec_dev_name(MPP_CTX_ENC, MPP_VIDEO_CodingMJPEG); in main()
/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.c92 case MPP_CTX_ENC : { in hal_info_set()
149 case MPP_CTX_ENC : { in hal_info_get()
203 case MPP_CTX_ENC : { in hal_info_to_string()
/rockchip-linux_mpp/mpp/
H A Dmpi.c65 { MPP_CTX_ENC, MPP_VIDEO_CodingAVC, "enc", "h.264/AVC", },
68 { MPP_CTX_ENC, MPP_VIDEO_CodingMJPEG, "enc", "jpeg", },
71 { MPP_CTX_ENC, MPP_VIDEO_CodingHEVC, "enc", "h265", },
74 { MPP_CTX_ENC, MPP_VIDEO_CodingVP8, "enc", "vp8", }
H A Dmpp.c242 case MPP_CTX_ENC : { in mpp_ctx_init()
1190 mpp_assert(mpp->mType == MPP_CTX_ENC); in mpp_control()
1557 case MPP_CTX_ENC : { in mpp_notify_flag()
/rockchip-linux_mpp/mpp/hal/dummy/
H A Dhal_dummy_enc_api.c78 .type = MPP_CTX_ENC,
/rockchip-linux_mpp/inc/
H A Drk_type.h109 MPP_CTX_ENC, /**< encoder */ enumerator
/rockchip-linux_mpp/kmpp/test/
H A Dkmpp_vdec_test.c34 mpp_vdec_kcfg_set_u32(cfg, "type", MPP_CTX_ENC); in main()
H A Dkmpp_venc_test.c31 mpp_venc_kcfg_set_u32(cfg, "type", MPP_CTX_ENC); in main()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu.c152 ctx_type = MPP_CTX_ENC; in VPUClientInit()
H A Dvpu_api.cpp329 ? (MPP_CTX_ENC) : (MPP_CTX_BUTT); in vpu_open_context()
H A Dvpu_api_legacy.cpp420 type = MPP_CTX_ENC; in init()
432 if (MPP_CTX_ENC == type) { in init()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c118 ret = hal_info_init(&p->hal_info, MPP_CTX_ENC, coding); in mpp_enc_init_v2()
/rockchip-linux_mpp/test/
H A Dmpi_enc_test.c239 mpp_venc_kcfg_set_u32(init_kcfg, "type", MPP_CTX_ENC); in kmpp_cfg_init()
1194 ret = mpp_init(p->ctx, MPP_CTX_ENC, p->type); in enc_test()
H A Dmpi_rc2_test.c444 ret = mpp_init(enc_ctx, MPP_CTX_ENC, enc_cmd->type); in mpi_rc_enc_init()
H A Dmpi_enc_mt_test.c576 ret = mpp_init(p->ctx, MPP_CTX_ENC, p->type); in mt_test_res_init()
/rockchip-linux_mpp/osal/
H A Dmpp_soc.c1191 else if (type == MPP_CTX_ENC) in mpp_check_soc_cap()
/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.c230 if (!mpp_check_support_format(MPP_CTX_ENC, type)) in mpi_enc_opt_t()