Add support for GPU-based buffer in video capture pipeline |
||
Issue descriptionThe video capture pipeline currently used shared memory buffers that are mappable to CPU memory space for transport of video frames across processes. Since many frame producers and consumers nowadays work on GPUs, it makes sense to support transport via GPU based memory buffers directly. This could in certain cases prevent memory to be copied from/to GPU based buffers to CPU accessible buffers.
,
Jan 14
|
||
►
Sign in to add a comment |
||
Comment 1 by benhenry@chromium.org
, Aug 1