Home
last modified time | relevance | path

Searched defs:NaluWriter (Results 1 – 2 of 2) sorted by relevance

/system/cros-codecs/src/codec/h264/
Dnalu_writer.rs121 pub struct NaluWriter<W: Write>(BitWriter<EmulationPrevention<W>>); struct
123 impl<W: Write> NaluWriter<W> { implementation
Dsynthesizer.rs29 NaluWriter(NaluWriterError), enumerator