Searched refs:tmpRects (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRgaApi.cpp | 174 buffer_handle_t dst,int* sType,int* dType,drm_rga_t* tmpRects) { in NormalRgaGetRects() argument 193 memset(tmpRects,0,sizeof(drm_rga_t)); in NormalRgaGetRects() 196 tmpRects->src.size = srcAttrs.at(ASIZE); in NormalRgaGetRects() 197 tmpRects->src.width = srcAttrs.at(AWIDTH); in NormalRgaGetRects() 198 tmpRects->src.height = srcAttrs.at(AHEIGHT); in NormalRgaGetRects() 199 tmpRects->src.wstride = srcAttrs.at(ASTRIDE); in NormalRgaGetRects() 200 tmpRects->src.format = srcAttrs.at(AFORMAT); in NormalRgaGetRects() 206 tmpRects->dst.size = dstAttrs.at(ASIZE); in NormalRgaGetRects() 207 tmpRects->dst.width = dstAttrs.at(AWIDTH); in NormalRgaGetRects() 208 tmpRects->dst.height = dstAttrs.at(AHEIGHT); in NormalRgaGetRects() [all …]
|
| H A D | NormalRga.cpp | 240 drm_rga_t tmpRects,relRects; in NormalRgaPaletteTable() local 265 ret = NormalRgaGetRects(NULL, dst, &srcType, &dstType, &tmpRects); in NormalRgaPaletteTable() 276 memcpy(&(relRects.dst), &(tmpRects.dst), sizeof(rga_rect_t)); in NormalRgaPaletteTable() 278 memcpy(&(relRects.src), &(tmpRects.src), sizeof(rga_rect_t)); in NormalRgaPaletteTable() 282 memcpy(&relRects, &tmpRects, sizeof(drm_rga_t)); in NormalRgaPaletteTable() 286 tmpRects.src.xoffset,tmpRects.src.yoffset, in NormalRgaPaletteTable() 287 tmpRects.src.width, tmpRects.src.height, in NormalRgaPaletteTable() 288 tmpRects.src.wstride,tmpRects.src.format, tmpRects.src.size, in NormalRgaPaletteTable() 289 tmpRects.dst.xoffset,tmpRects.dst.yoffset, in NormalRgaPaletteTable() 290 tmpRects.dst.width, tmpRects.dst.height, in NormalRgaPaletteTable() [all …]
|
| H A D | NormalRga.h | 64 int *sType, int *dType, drm_rga_t* tmpRects);
|