Searched refs:dstAttrs (Results 1 – 2 of 2) sorted by relevance
176 std::vector<int> srcAttrs,dstAttrs; in NormalRgaGetRects() local186 ret = RkRgaGetHandleAttributes(dst, &dstAttrs); 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()209 tmpRects->dst.wstride = dstAttrs.at(ASTRIDE); in NormalRgaGetRects()210 tmpRects->dst.format = dstAttrs.at(AFORMAT); in NormalRgaGetRects()212 *dType = dstAttrs.at(ATYPE); in NormalRgaGetRects()220 std::vector<int> dstAttrs; in NormalRgaGetRect() local227 ret = RkRgaGetHandleAttributes(hnd, &dstAttrs); in NormalRgaGetRect()[all …]
230 std::vector<int> dstAttrs; in importbuffer_GraphicBuffer_handle() local235 ret = RkRgaGetHandleAttributes(hnd, &dstAttrs); in importbuffer_GraphicBuffer_handle()241 param.width = dstAttrs.at(ASTRIDE); in importbuffer_GraphicBuffer_handle()242 param.height = dstAttrs.at(AHEIGHT); in importbuffer_GraphicBuffer_handle()243 param.format = dstAttrs.at(AFORMAT); in importbuffer_GraphicBuffer_handle()271 std::vector<int> dstAttrs; in wrapbuffer_handle() local289 ret = RkRgaGetHandleAttributes(hnd, &dstAttrs); in wrapbuffer_handle()295 buffer.width = dstAttrs.at(AWIDTH); in wrapbuffer_handle()296 buffer.height = dstAttrs.at(AHEIGHT); in wrapbuffer_handle()297 buffer.wstride = dstAttrs.at(ASTRIDE); in wrapbuffer_handle()[all …]