Home
last modified time | relevance | path

Searched refs:first_slice_segment_in_pic_flag (Results 1 – 2 of 2) sorted by relevance

/system/cros-codecs/src/codec/h265/
Dparser.rs1538 pub first_slice_segment_in_pic_flag: bool, field
1727 first_slice_segment_in_pic_flag: Default::default(), in default()
1800 let first_slice_segment_in_pic_flag = self.header.first_slice_segment_in_pic_flag; in replace_header() localVariable
1816 self.header.first_slice_segment_in_pic_flag = first_slice_segment_in_pic_flag; in replace_header()
3753 SliceHeader { first_slice_segment_in_pic_flag: r.read_bit()?, ..Default::default() }; in parse_slice_header()
3770 if !hdr.first_slice_segment_in_pic_flag { in parse_slice_header()
4417 assert!(hdr.first_slice_segment_in_pic_flag); in chromium_slice_header_parsing()
4430 assert!(hdr.first_slice_segment_in_pic_flag); in chromium_slice_header_parsing()
4679 assert!(hdr.first_slice_segment_in_pic_flag); in test25fps_slice_header_parsing()
4727 assert!(hdr.first_slice_segment_in_pic_flag); in test25fps_slice_header_parsing()
/system/cros-codecs/src/decoder/stateless/
Dh265.rs1074 let first_slice_segment_in_pic_flag = slice.header.first_slice_segment_in_pic_flag; in process_nalu() localVariable
1088 Some(cur_pic) if first_slice_segment_in_pic_flag => { in process_nalu()