Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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
261 val = hal_info_to_string(ctx, ENC_INFO_FORMAT, &info->coding); in hal_info_from_enc_cfg()
269 val = hal_info_to_string(ctx, ENC_INFO_RC_MODE, &rc->rc_mode); in hal_info_from_enc_cfg()
287 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);
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp442 val = hal_info_to_string(hal_info, DEC_INFO_FORMAT, &dec->coding); in update_dec_hal_info()