Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/
H A Dmpp_hal.c35 static const MppHalApi *hw_apis[] = { variable
97 for (i = 0; i < MPP_ARRAY_ELEMS(hw_apis); i++) { in mpp_hal_init()
98 if (cfg->type == hw_apis[i]->type && in mpp_hal_init()
99 cfg->coding == hw_apis[i]->coding) { in mpp_hal_init()
100 p->api = hw_apis[i]; in mpp_hal_init()
105 mpp_err_f("hal %s init failed ret %d\n", hw_apis[i]->name, ret); in mpp_hal_init()