Lines Matching refs:obj
69 KmppObj obj = NULL; in MPP_SINGLETON() local
84 kmpp_obj_get_f(&obj, kcfg_defs[type]); in MPP_SINGLETON()
86 *cfg = obj; in MPP_SINGLETON()
88 return obj ? MPP_OK : MPP_NOK; in MPP_SINGLETON()
93 KmppObj obj = NULL; in mpp_venc_kcfg_init_by_name() local
116 kmpp_obj_get_f(&obj, kcfg_defs[type]); in mpp_venc_kcfg_init_by_name()
118 *cfg = obj; in mpp_venc_kcfg_init_by_name()
120 return obj ? MPP_OK : MPP_NOK; in mpp_venc_kcfg_init_by_name()
125 KmppObj obj = cfg; in mpp_venc_kcfg_deinit() local
132 return kmpp_obj_put_f(obj); in mpp_venc_kcfg_deinit()
142 KmppObj obj = (KmppObj)cfg; \
143 MPP_RET ret = (MPP_RET)kmpp_obj_set_##cfg_type(obj, name, val); \
152 KmppObj obj = (KmppObj)cfg; \
153 MPP_RET ret = (MPP_RET)kmpp_obj_get_##cfg_type(obj, name, val); \
166 KmppObj obj = cfg; in mpp_venc_kcfg_show() local
173 kmpp_obj_udump(obj); in mpp_venc_kcfg_show()