| /rockchip-linux_mpp/osal/driver/ |
| H A D | vcodec_service.c | 154 } 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 D | mpp_platform_test.c | 88 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 D | hal_info.c | 92 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 D | mpi.c | 65 { 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 D | mpp.c | 242 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 D | hal_dummy_enc_api.c | 78 .type = MPP_CTX_ENC,
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_type.h | 109 MPP_CTX_ENC, /**< encoder */ enumerator
|
| /rockchip-linux_mpp/kmpp/test/ |
| H A D | kmpp_vdec_test.c | 34 mpp_vdec_kcfg_set_u32(cfg, "type", MPP_CTX_ENC); in main()
|
| H A D | kmpp_venc_test.c | 31 mpp_venc_kcfg_set_u32(cfg, "type", MPP_CTX_ENC); in main()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu.c | 152 ctx_type = MPP_CTX_ENC; in VPUClientInit()
|
| H A D | vpu_api.cpp | 329 ? (MPP_CTX_ENC) : (MPP_CTX_BUTT); in vpu_open_context()
|
| H A D | vpu_api_legacy.cpp | 420 type = MPP_CTX_ENC; in init() 432 if (MPP_CTX_ENC == type) { in init()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_v2.c | 118 ret = hal_info_init(&p->hal_info, MPP_CTX_ENC, coding); in mpp_enc_init_v2()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_test.c | 239 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 D | mpi_rc2_test.c | 444 ret = mpp_init(enc_ctx, MPP_CTX_ENC, enc_cmd->type); in mpi_rc_enc_init()
|
| H A D | mpi_enc_mt_test.c | 576 ret = mpp_init(p->ctx, MPP_CTX_ENC, p->type); in mt_test_res_init()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_soc.c | 1191 else if (type == MPP_CTX_ENC) in mpp_check_soc_cap()
|
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_enc_utils.c | 230 if (!mpp_check_support_format(MPP_CTX_ENC, type)) in mpi_enc_opt_t()
|