Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs77 dst_h264_level: Option<Level>, field
142 let dst_h264_level = if dest_format == Format::H264 { in new() localVariable
154 dst_h264_level, in new()
191 dst_h264_level: self.dst_h264_level.clone(), in set_encode_session()
1018 stream.dst_h264_level = Some(Level::H264_1_0); in set_params()
1020 stream.dst_h264_level = None; in set_params()
1107 Format::H264 => CtrlVal::Level(stream.dst_h264_level.ok_or_else(|| { in get_control()
1188 stream.dst_h264_level = Some(level); in set_control()
Dencoder.rs74 pub dst_h264_level: Option<Level>, field
Dlibvda_encoder.rs216 h264_output_level: config.dst_h264_level.map(|level| { in start_session()