Lines Matching refs:dstAttrs

230     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()
298 buffer.hstride = dstAttrs.at(AHEIGHT); in wrapbuffer_handle()
299 buffer.format = dstAttrs.at(AFORMAT); in wrapbuffer_handle()
313 std::vector<int> dstAttrs; in wrapbuffer_GraphicBuffer() local
331 ret = RkRgaGetHandleAttributes(buf->handle, &dstAttrs); in wrapbuffer_GraphicBuffer()
337 buffer.width = dstAttrs.at(AWIDTH); in wrapbuffer_GraphicBuffer()
338 buffer.height = dstAttrs.at(AHEIGHT); in wrapbuffer_GraphicBuffer()
339 buffer.wstride = dstAttrs.at(ASTRIDE); in wrapbuffer_GraphicBuffer()
340 buffer.hstride = dstAttrs.at(AHEIGHT); in wrapbuffer_GraphicBuffer()
341 buffer.format = dstAttrs.at(AFORMAT); in wrapbuffer_GraphicBuffer()
363 std::vector<int> dstAttrs; in wrapbuffer_AHardwareBuffer() local
383 ret = RkRgaGetHandleAttributes(gbuffer->handle, &dstAttrs); in wrapbuffer_AHardwareBuffer()
389 buffer.width = dstAttrs.at(AWIDTH); in wrapbuffer_AHardwareBuffer()
390 buffer.height = dstAttrs.at(AHEIGHT); in wrapbuffer_AHardwareBuffer()
391 buffer.wstride = dstAttrs.at(ASTRIDE); in wrapbuffer_AHardwareBuffer()
392 buffer.hstride = dstAttrs.at(AHEIGHT); in wrapbuffer_AHardwareBuffer()
393 buffer.format = dstAttrs.at(AFORMAT); in wrapbuffer_AHardwareBuffer()