Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c44 xcb_xv_query_adaptors_reply_t *host_adaptors; member
292 if (a_this->host_adaptors) { in ephyrXVPrivDelete()
293 free(a_this->host_adaptors); in ephyrXVPrivDelete()
294 a_this->host_adaptors = NULL; in ephyrXVPrivDelete()
460 a_this->host_adaptors = xcb_xv_query_adaptors_reply(conn, cookie, &e); in ephyrXVPrivQueryHostAdaptors()
468 if (a_this->host_adaptors) in ephyrXVPrivQueryHostAdaptors()
469 a_this->num_adaptors = a_this->host_adaptors->num_adaptors; in ephyrXVPrivQueryHostAdaptors()
487 it = xcb_xv_query_adaptors_info_iterator(a_this->host_adaptors); in ephyrXVPrivQueryHostAdaptors()
582 it = xcb_xv_query_adaptors_info_iterator(a_this->host_adaptors); in ephyrXVPrivSetAdaptorsHooks()