| /system/cros-codecs/src/codec/h265/ |
| D | parser.rs | 718 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/ |
| D | parser.rs | 67 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 …]
|
| D | synthesizer.rs | 22 impl private::NaluStruct for Sps {} implementation 149 sps: &'n Sps, in synthesize()
|
| D | picture.rs | 154 sps: &Sps, in new_from_slice()
|
| D | dpb.rs | 515 pub fn sliding_window_marking(&mut self, pic: &mut PictureData, sps: &Sps) { in sliding_window_marking()
|
| /system/cros-codecs/src/decoder/stateless/h265/ |
| D | dummy.rs | 24 _: &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()
|
| D | vaapi.rs | 102 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()
|
| D | v4l2.rs | 52 _sps: &Sps, in begin_picture() 65 _sps: &Sps, in decode_slice()
|
| /system/cros-codecs/src/decoder/stateless/h264/ |
| D | dummy.rs | 37 _: &Sps, in start_picture() 53 _: &Sps, in decode_slice()
|
| D | vaapi.rs | 204 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()
|
| D | v4l2.rs | 102 sps: &Sps, in start_picture() 150 _: &Sps, in decode_slice()
|
| /system/cros-codecs/src/decoder/stateless/ |
| D | h264.rs | 110 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()
|
| D | h265.rs | 71 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/ |
| D | vaapi.rs | 104 sps: &Sps, in build_enc_seq_param()
|