Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp1774 int lutFd = -1; in RgaCollorPalette() local
1812 srcFd = dstFd = lutFd = -1; in RgaCollorPalette()
1957 lutFd = lut->handle; in RgaCollorPalette()
1961 lutFd = lut->fd; in RgaCollorPalette()
1971 RkRgaGetHandleFd(lut->hnd, &lutFd); in RgaCollorPalette()
1974 if (lutFd < 0 || lutFd == 0) { in RgaCollorPalette()
1978 if ((lutFd < 0 || lutFd == 0) && lutBuf == NULL) { in RgaCollorPalette()
2000 if (lutFd == 0) in RgaCollorPalette()
2001 lutFd = -1; in RgaCollorPalette()
2006 …ALOGD("lut: Fd = %.2d , buf = %p, mmuFlag = %d, mmuType = %d\n", lutFd, lutBuf, lut->mmuFlag, lutT… in RgaCollorPalette()
[all …]