Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/
H A Dmpp_hal.cpp46 static const MppHalApi *hw_apis[] = { variable
108 for (i = 0; i < MPP_ARRAY_ELEMS(hw_apis); i++) { in mpp_hal_init()
109 if (cfg->type == hw_apis[i]->type && in mpp_hal_init()
110 cfg->coding == hw_apis[i]->coding) { in mpp_hal_init()
111 p->api = hw_apis[i]; in mpp_hal_init()
116 mpp_err_f("hal %s init failed ret %d\n", hw_apis[i]->name, ret); in mpp_hal_init()