Searched defs:Synthesizer (Results 1 – 2 of 2) sorted by relevance
| /system/cros-codecs/src/codec/h264/ |
| D | synthesizer.rs | 50 pub struct Synthesizer<'n, N: private::NaluStruct, W: Write> { struct 58 impl<N: private::NaluStruct, W: Write> Synthesizer<'_, N, W> { impl 146 impl<'n, W: Write> Synthesizer<'n, Sps, W> { implementation 362 impl<'n, W: Write> Synthesizer<'n, Pps, W> { impl
|
| /system/cros-codecs/src/codec/av1/ |
| D | synthesizer.rs | 99 pub struct Synthesizer<'o, O: private::ObuStruct, W: Write> { struct 104 impl<'o, O, W> Synthesizer<'o, O, W> implementation 186 impl<'o, W> Synthesizer<'o, TemporalDelimiterObu, W> implementation 207 impl<'o, W> Synthesizer<'o, SequenceHeaderObu, W> implementation 624 impl<'o, W> Synthesizer<'o, FrameHeaderObu, W> implementation
|