Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp176 std::vector<int> srcAttrs,dstAttrs; in NormalRgaGetRects() local
186 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() local
227 ret = RkRgaGetHandleAttributes(hnd, &dstAttrs); in NormalRgaGetRect()
[all …]
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp230 std::vector<int> dstAttrs; in importbuffer_GraphicBuffer_handle() local
235 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() local
289 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 …]