Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp172 int priv_fd = -1; in doPreProcess() local
175 priv_fd = gmeta.fd1; in doPreProcess()
177 priv_fd = gmeta.fd2; in doPreProcess()
179 if (priv_fd >= 0) { in doPreProcess()
181 …= (ExynosVideoMeta*)mmap(0, sizeof(ExynosVideoMeta), PROT_READ|PROT_WRITE, MAP_SHARED, priv_fd, 0); in doPreProcess()