cros-codecs icon indicating copy to clipboard operation
cros-codecs copied to clipboard

encoder: Enable zero copy

Open bgrzesik opened this issue 1 year ago • 0 comments

We can expand the CodedBitstreamBuffer to accept another generic from the backend, a segment, which would require AsRef<[u8]> . In the case of the vaapi it would be mapped to libva::MappedCodedSegment

bgrzesik avatar Feb 28 '24 08:02 bgrzesik