Home
last modified time | relevance | path

Searched refs:ChannelLayoutIter (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/codec/
H A Daudio.rs39 pub fn channel_layouts(&self) -> Option<ChannelLayoutIter> { in channel_layouts() argument
44 Some(ChannelLayoutIter::new( in channel_layouts()
114 pub struct ChannelLayoutIter { struct
118 impl ChannelLayoutIter { argument
120 ChannelLayoutIter { ptr } in new()
134 impl Iterator for ChannelLayoutIter { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-pulse/src/backend/
H A Dstream.rs27 struct ChannelLayoutIter { struct
34 fn channel_layout_iter(layout: ChannelLayout) -> ChannelLayoutIter { in channel_layout_iter() argument
36 ChannelLayoutIter { layout, index } in channel_layout_iter()
39 impl Iterator for ChannelLayoutIter { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-pulse/src/backend/
H A Dstream.rs30 struct ChannelLayoutIter { struct
37 fn channel_layout_iter(layout: ChannelLayout) -> ChannelLayoutIter { in channel_layout_iter() argument
39 ChannelLayoutIter { layout, index } in channel_layout_iter()
42 impl Iterator for ChannelLayoutIter { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-pulse/src/backend/
H A Dstream.rs28 struct ChannelLayoutIter { struct
35 fn channel_layout_iter(layout: ChannelLayout) -> ChannelLayoutIter { in channel_layout_iter() argument
37 ChannelLayoutIter { layout, index } in channel_layout_iter()
40 impl Iterator for ChannelLayoutIter { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-pulse/src/backend/
H A Dstream.rs28 struct ChannelLayoutIter { struct
35 fn channel_layout_iter(layout: ChannelLayout) -> ChannelLayoutIter { in channel_layout_iter() argument
37 ChannelLayoutIter { layout, index } in channel_layout_iter()
40 impl Iterator for ChannelLayoutIter { implementation