Home
last modified time | relevance | path

Searched refs:stream_config (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/bufferstreams/rust/src/publishers/
Dbuffer_pool_publisher.rs22 stream_config: StreamConfig, field
31 pub fn new(stream_config: StreamConfig, size: usize) -> Option<Self> { in new()
32 BufferPool::new(size, stream_config).map(|buffer_pool| Self { in new()
33 stream_config, in new()
59 self.stream_config in get_publisher_stream_config()
/frameworks/native/libs/bufferstreams/rust/src/buffers/
Dbuffer_pool.rs66 pub fn new(pool_size: usize, stream_config: StreamConfig) -> Option<Self> { in new()
70 if let Some(buffer) = stream_config.create_hardware_buffer() { in new()
/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs19 mod stream_config; module
24 pub use stream_config::*;