Home
last modified time | relevance | path

Searched defs:Sps (Results 1 – 14 of 14) sorted by relevance

/system/cros-codecs/src/codec/h265/
Dparser.rs718 pub struct Sps { struct
720 pub video_parameter_set_id: u8,
723 pub max_sub_layers_minus1: u8,
727 pub temporal_id_nesting_flag: bool,
729 pub profile_tier_level: ProfileTierLevel,
732 pub seq_parameter_set_id: u8,
735 pub chroma_format_idc: u8,
739 pub separate_colour_plane_flag: bool,
741 pub pic_width_in_luma_samples: u16,
743 pub pic_height_in_luma_samples: u16,
[all …]
/system/cros-codecs/src/codec/h264/
Dparser.rs67 Sps = 7, enumerator
627 pub struct Sps { struct
630 pub seq_parameter_set_id: u8,
633 pub profile_idc: u8,
636 pub constraint_set0_flag: bool,
638 pub constraint_set1_flag: bool,
640 pub constraint_set2_flag: bool,
642 pub constraint_set3_flag: bool,
644 pub constraint_set4_flag: bool,
646 pub constraint_set5_flag: bool,
[all …]
Dsynthesizer.rs22 impl private::NaluStruct for Sps {} implementation
149 sps: &'n Sps, in synthesize()
Dpicture.rs154 sps: &Sps, in new_from_slice()
Ddpb.rs515 pub fn sliding_window_marking(&mut self, pic: &mut PictureData, sps: &Sps) { in sliding_window_marking()
/system/cros-codecs/src/decoder/stateless/h265/
Ddummy.rs24 _: &crate::codec::h265::parser::Sps, in new_sequence()
41 _: &crate::codec::h265::parser::Sps, in begin_picture()
54 _: &crate::codec::h265::parser::Sps, in decode_slice()
Dvaapi.rs102 Sps, enumerator
107 impl VaStreamInfo for &Sps { implementation
293 fn build_picture_rext(sps: &Sps, pps: &Pps) -> anyhow::Result<BufferType> { in build_picture_rext()
325 fn build_picture_scc(sps: &Sps, pps: &Pps) -> anyhow::Result<BufferType> { in build_picture_scc()
373 sps: &Sps, in build_pic_param()
499 fn find_scaling_list(sps: &Sps, pps: &Pps) -> ScalingListType { in find_scaling_list()
511 fn build_iq_matrix(sps: &Sps, pps: &Pps) -> BufferType { in build_iq_matrix()
638 sps: &Sps, in begin_picture()
694 sps: &Sps, in decode_slice()
Dv4l2.rs52 _sps: &Sps, in begin_picture()
65 _sps: &Sps, in decode_slice()
/system/cros-codecs/src/decoder/stateless/h264/
Ddummy.rs37 _: &Sps, in start_picture()
53 _: &Sps, in decode_slice()
Dvaapi.rs204 sps: &Sps, in build_pic_param()
342 sps: &Sps, in build_slice_param()
462 sps: &Sps, in start_picture()
489 sps: &Sps, in decode_slice()
Dv4l2.rs102 sps: &Sps, in start_picture()
150 _: &Sps, in decode_slice()
/system/cros-codecs/src/decoder/stateless/
Dh264.rs110 sps: &Sps, in start_picture()
122 sps: &Sps, in decode_slice()
823 fn apply_sps(&mut self, sps: &Sps) { in apply_sps()
842 fn negotiation_possible(sps: &Sps, old_negotiation_info: &NegotiationInfo) -> bool { in negotiation_possible()
859 fn apply_sps(&mut self, sps: &Sps) { in apply_sps()
947 sps: &Sps, in handle_frame_num_gap()
998 sps: &Sps, in init_current_pic()
Dh265.rs71 sps: &Sps, in begin_picture()
84 sps: &Sps, in decode_slice()
465 sps: &Sps, in negotiation_possible()
501 sps: &Sps, in decode_rps()
/system/cros-codecs/src/encoder/stateless/h264/
Dvaapi.rs104 sps: &Sps, in build_enc_seq_param()