Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c53 EphyrXVPriv *xv_priv; member
220 static EphyrXVPriv *xv_priv; in ephyrInitVideo() local
234 if (!xv_priv) { in ephyrInitVideo()
235 xv_priv = ephyrXVPrivNew(); in ephyrInitVideo()
237 if (!xv_priv) { in ephyrInitVideo()
242 if (!ephyrXVPrivRegisterAdaptors(xv_priv, pScreen)) { in ephyrInitVideo()
255 EphyrXVPriv *xv_priv = NULL; in ephyrXVPrivNew() local
259 xv_priv = calloc(1, sizeof(EphyrXVPriv)); in ephyrXVPrivNew()
260 if (!xv_priv) { in ephyrXVPrivNew()
265 if (!ephyrXVPrivQueryHostAdaptors(xv_priv)) { in ephyrXVPrivNew()
[all …]