| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_ps.c | 197 RockchipSocType soc_type; in h265e_set_sps() local 212 soc_type = mpp_get_soc_type(); in h265e_set_sps() 213 if (soc_type == ROCKCHIP_SOC_RK3576 || soc_type == ROCKCHIP_SOC_RV1126B) { in h265e_set_sps() 461 RockchipSocType soc_type = mpp_get_soc_type(); in h265e_set_pps() local 468 if (soc_type == ROCKCHIP_SOC_RK3566 || soc_type == ROCKCHIP_SOC_RK3568) { in h265e_set_pps() 470 } else if (soc_type == ROCKCHIP_SOC_RK3588) { in h265e_set_pps()
|
| H A D | h265e_api.c | 47 RockchipSocType soc_type; in h265e_init() local 74 soc_type = mpp_get_soc_type(); in h265e_init() 75 if (soc_type == ROCKCHIP_SOC_RK3528 || in h265e_init() 76 soc_type == ROCKCHIP_SOC_RK3576 || in h265e_init() 77 soc_type == ROCKCHIP_SOC_RV1126B) in h265e_init()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_sys_cfg.c | 421 RockchipSocType soc_type = mpp_get_soc_type(); in mpp_sys_dec_buf_chk_proc() local 439 if (soc_type == ROCKCHIP_SOC_RK3399) in mpp_sys_dec_buf_chk_proc() 441 else if (soc_type == ROCKCHIP_SOC_RK3588) in mpp_sys_dec_buf_chk_proc() 474 if (soc_type == ROCKCHIP_SOC_RK3576) in mpp_sys_dec_buf_chk_proc() 481 if (soc_type == ROCKCHIP_SOC_RK3588) in mpp_sys_dec_buf_chk_proc() 496 if ((aligned_byte > 1920 || soc_type == ROCKCHIP_SOC_RK3576) in mpp_sys_dec_buf_chk_proc() 500 switch (soc_type) { in mpp_sys_dec_buf_chk_proc()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_soc.h | 78 const RockchipSocType soc_type; member
|
| /rockchip-linux_mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_rkv.c | 811 RockchipSocType soc_type = mpp_get_soc_type(); in hal_jpegd_rkv_control() local 819 if (soc_type < ROCKCHIP_SOC_RK3576 || MPP_FRAME_FMT_IS_RGB(output_fmt)) { in hal_jpegd_rkv_control() 826 if (soc_type >= ROCKCHIP_SOC_RK3576) { in hal_jpegd_rkv_control() 828 } else if (soc_type >= ROCKCHIP_SOC_RK3588) { in hal_jpegd_rkv_control()
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_enc_test.c | 206 RockchipSocType soc_type = mpp_get_soc_type(); in get_mdinfo_size() local 210 if (soc_type == ROCKCHIP_SOC_RV1126B) { in get_mdinfo_size() 214 } else if (soc_type == ROCKCHIP_SOC_RK3588) { in get_mdinfo_size() 752 RK_U32 soc_type; in test_mpp_run() local 756 soc_type = mpp_get_soc_type(); in test_mpp_run() 901 if (soc_type == ROCKCHIP_SOC_RV1126B) { in test_mpp_run()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_platform.c | 127 if (srv->soc_info->soc_type == ROCKCHIP_SOC_AUTO) in mpp_plat_srv_init()
|
| H A D | mpp_soc.c | 1169 type = srv->soc_info->soc_type; in mpp_get_soc_type()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu2.c | 943 RockchipSocType soc_type = mpp_get_soc_type(); in vdpu2_h264d_start() local 950 if (soc_type == ROCKCHIP_SOC_RK3326 || in vdpu2_h264d_start() 951 soc_type == ROCKCHIP_SOC_PX30 || in vdpu2_h264d_start() 952 soc_type == ROCKCHIP_SOC_RK3228H) in vdpu2_h264d_start()
|
| /rockchip-linux_mpp/osal/driver/ |
| H A D | vcodec_service.c | 174 RockchipSocType soc_type = mpp_get_soc_type(); in mpp_get_vcodec_dev_name() local 176 switch (soc_type) { in mpp_get_vcodec_dev_name()
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp.c | 65 RockchipSocType soc_type = mpp_get_soc_type(); in check_frm_task_cnt_cap() local 67 if (soc_type == ROCKCHIP_SOC_RK3588 || soc_type == ROCKCHIP_SOC_RK3576) { in check_frm_task_cnt_cap() 70 if (coding == MPP_VIDEO_CodingMJPEG && soc_type == ROCKCHIP_SOC_RK3588) in check_frm_task_cnt_cap()
|
| /rockchip-linux_mpp/utils/ |
| H A D | mpp_enc_roi_utils.c | 636 RockchipSocType soc_type = mpp_get_soc_type(); in mpp_enc_roi_init() local 641 switch (soc_type) { in mpp_enc_roi_init()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 179 RockchipSocType soc_type = mpp_get_soc_type(); in hal_h264e_vepu541_init() local 181 if (soc_type == ROCKCHIP_SOC_RK3566 || soc_type == ROCKCHIP_SOC_RK3568) in hal_h264e_vepu541_init()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 623 RockchipSocType soc_type = mpp_get_soc_type(); in hal_h265e_v541_init() local 625 if (soc_type == ROCKCHIP_SOC_RK3566 || soc_type == ROCKCHIP_SOC_RK3568) in hal_h265e_v541_init()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1095 RockchipSocType soc_type = mpp_get_soc_type(); in proc_h265_cfg() local 1097 if (soc_type >= ROCKCHIP_SOC_RK3576) { in proc_h265_cfg()
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 603 - Using soc_type for compare instead of soc_name
|