Home
last modified time | relevance | path

Searched refs:scaling_list_data (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h19 MppBuffer scaling_list_data; member
46 MppBuffer scaling_list_data; member
H A Dhal_h265d_rkv.c51 &reg_ctx->g_buf[i].scaling_list_data, in hal_h265d_alloc_res()
74 ret = mpp_buffer_get(reg_ctx->group, &reg_ctx->scaling_list_data, in hal_h265d_alloc_res()
104 if (reg_ctx->g_buf[i].scaling_list_data) { in hal_h265d_release_res()
105 ret = mpp_buffer_put(reg_ctx->g_buf[i].scaling_list_data); in hal_h265d_release_res()
133 if (reg_ctx->scaling_list_data) { in hal_h265d_release_res()
134 ret = mpp_buffer_put(reg_ctx->scaling_list_data); in hal_h265d_release_res()
446 RK_U8 *ptr_scaling = (RK_U8 *)mpp_buffer_get_ptr(reg_ctx->scaling_list_data); in hal_h265d_v345_output_pps_packet()
447 RK_U32 fd = mpp_buffer_get_fd(reg_ctx->scaling_list_data); in hal_h265d_v345_output_pps_packet()
659 RK_U8 *ptr_scaling = (RK_U8 *)mpp_buffer_get_ptr(reg_ctx->scaling_list_data); in hal_h265d_output_pps_packet()
660 RK_U32 fd = mpp_buffer_get_fd(reg_ctx->scaling_list_data); in hal_h265d_output_pps_packet()
[all …]
H A Dhal_h265d_vdpu34x.c635 RK_U8 *ptr_scaling = (RK_U8 *)mpp_buffer_get_ptr(reg_ctx->scaling_list_data); in hal_h265d_output_pps_packet()
646 RK_U32 fd = mpp_buffer_get_fd(reg_ctx->scaling_list_data); in hal_h265d_output_pps_packet()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1339 static int scaling_list_data(HEVCContext *s, ScalingList *sl, HEVCSPS *sps) in scaling_list_data() function
1670 ret = scaling_list_data(s, &sps->scaling_list, sps); in mpp_hevc_decode_nal_sps()
2154 ret = scaling_list_data(s, &pps->scaling_list, sps); in mpp_hevc_decode_nal_pps()