Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp1776 rga_rect_t relSrcRect,tmpSrcRect,relDstRect,tmpDstRect, relLutRect, tmpLutRect; in RgaCollorPalette() local
1810 memcpy(&relLutRect, &lut->rect, sizeof(rga_rect_t)); in RgaCollorPalette()
1989 if (!isRectValid(relLutRect)) { in RgaCollorPalette()
1995 memcpy(&relLutRect, &tmpLutRect, sizeof(rga_rect_t)); in RgaCollorPalette()
2011 relLutRect.format = RkRgaCompatibleFormat(relLutRect.format); in RgaCollorPalette()
2064 lutVirW = relLutRect.wstride; in RgaCollorPalette()
2065 lutVirH = relLutRect.hstride; in RgaCollorPalette()
2066 lutXPos = relLutRect.xoffset; in RgaCollorPalette()
2067 lutYPos = relLutRect.yoffset; in RgaCollorPalette()
2068 lutActW = relLutRect.width; in RgaCollorPalette()
[all …]