Home
last modified time | relevance | path

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

/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_buffer.c19 #define KMPP_OBJ_INTF_TYPE KmppBufGrpCfg
25 KmppBufGrpCfg kmpp_buf_grp_to_cfg(KmppBufGrp grp) in kmpp_buf_grp_to_cfg()
31 return (KmppBufGrpCfg)(priv->obj); in kmpp_buf_grp_to_cfg()
48 KmppBufGrpCfg cfg; in kmpp_buf_grp_impl_init()
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_buffer.h15 typedef void* KmppBufGrpCfg; typedef
43 KmppBufGrpCfg kmpp_buf_grp_to_cfg(KmppBufGrp grp);
58 #define KMPP_OBJ_INTF_TYPE KmppBufGrpCfg
H A Dkmpp_buffer_impl.h48 KmppBufGrpCfg cfg_ext;
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_buffer_test.c17 KmppBufGrpCfg grp_cfg = NULL; in main()