chromeos / cros-codecs

BSD 3-Clause "New" or "Revised" License
30 stars 11 forks source link

encoder: Enable zero copy #65

Open bgrzesik opened 9 months ago

bgrzesik commented 9 months ago

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