Searched refs:HalInfo (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/common/ |
| H A D | hal_info.h | 55 typedef void* HalInfo; typedef 61 MPP_RET hal_info_init(HalInfo *ctx, MppCtxType type, MppCodingType coding); 62 MPP_RET hal_info_deinit(HalInfo ctx); 63 MPP_RET hal_info_set(HalInfo ctx, RK_U32 type, RK_U32 flag, RK_U64 data); 64 MPP_RET hal_info_get(HalInfo ctx, MppDevInfoCfg *data, RK_S32 *size); 66 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val); 69 MPP_RET hal_info_from_enc_cfg(HalInfo ctx, MppEncCfgSet *cfg);
|
| H A D | hal_info.c | 36 MPP_RET hal_info_init(HalInfo *ctx, MppCtxType type, MppCodingType coding) in hal_info_init() 60 MPP_RET hal_info_deinit(HalInfo ctx) in hal_info_deinit() 66 MPP_RET hal_info_set(HalInfo ctx, RK_U32 type, RK_U32 flag, RK_U64 data) in hal_info_set() 121 MPP_RET hal_info_get(HalInfo ctx, MppDevInfoCfg *data, RK_S32 *size) in hal_info_get() 178 RK_U64 hal_info_to_string(HalInfo ctx, RK_U32 type, void *val) in hal_info_to_string() 249 MPP_RET hal_info_from_enc_cfg(HalInfo ctx, MppEncCfgSet *cfg) in hal_info_from_enc_cfg()
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_enc_impl.h | 61 HalInfo hal_info;
|
| H A D | mpp_dec_impl.h | 86 HalInfo hal_info;
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec.c | 423 HalInfo hal_info = dec->hal_info; in update_dec_hal_info()
|