Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp1780 void *lutBuf = NULL; in RgaCollorPalette() local
1959 lutBuf = lut->phyAddr; in RgaCollorPalette()
1964 lutBuf = lut->virAddr; in RgaCollorPalette()
1975 RkRgaGetHandleMapAddress(lut->hnd, &lutBuf); in RgaCollorPalette()
1978 if ((lutFd < 0 || lutFd == 0) && lutBuf == NULL) { in RgaCollorPalette()
2006 …ALOGD("lut: Fd = %.2d , buf = %p, mmuFlag = %d, mmuType = %d\n", lutFd, lutBuf, lut->mmuFlag, lutT… in RgaCollorPalette()
2094 NormalRgaSetPatVirtualInfo(&rgaReg, (unsigned long)lutBuf, in RgaCollorPalette()
2095 (unsigned long)lutBuf + lutVirW * lutVirH, in RgaCollorPalette()
2096 (unsigned long)lutBuf + lutVirW * lutVirH * 5/4, in RgaCollorPalette()
2112 NormalRgaSetPatVirtualInfo(&rgaReg, (unsigned long)lutBuf, in RgaCollorPalette()
[all …]