Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/encoder/
Dencoder.rs69 pub struct SessionConfig { struct
70 pub src_params: Params,
71 pub dst_params: Params,
72 pub dst_profile: Profile,
73 pub dst_bitrate: u32,
74 pub dst_h264_level: Option<Level>,
75 pub frame_rate: u32,
/external/openscreen/cast/streaming/
Dsession_config.cc12 SessionConfig::SessionConfig(Ssrc sender_ssrc, in SessionConfig() function in openscreen::cast::SessionConfig