Home
last modified time | relevance | path

Searched refs:hal_info_to_string (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.c178 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val) in hal_info_to_string() function
260 val = hal_info_to_string(ctx, ENC_INFO_FORMAT, &info->coding); in hal_info_from_enc_cfg()
268 val = hal_info_to_string(ctx, ENC_INFO_RC_MODE, &rc->rc_mode); in hal_info_from_enc_cfg()
286 val = hal_info_to_string(ctx, ENC_INFO_PROFILE, &profile); in hal_info_from_enc_cfg()
H A Dhal_info.h66 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val);
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec.c435 val = hal_info_to_string(hal_info, DEC_INFO_FORMAT, &dec->coding); in update_dec_hal_info()