Searched refs:hal_info_to_string (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/common/ |
| H A D | hal_info.c | 178 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 D | hal_info.h | 66 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val);
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec.c | 435 val = hal_info_to_string(hal_info, DEC_INFO_FORMAT, &dec->coding); in update_dec_hal_info()
|