Searched refs:cur (Results 1 – 3 of 3) sorted by relevance
| /webrtc/rtp/src/codecs/h265/ |
| H A D | h265_test.rs | 72 for cur in tests { in test_h265_nalu_header() 73 let header = H265NALUHeader::new(cur.raw_header[0], cur.raw_header[1]); in test_h265_nalu_header() 86 cur.is_ap, in test_h265_nalu_header() 91 cur.is_fu, in test_h265_nalu_header() 158 for cur in tests { in test_h265_fu_header() 159 assert_eq!(cur.header.s(), cur.s, "invalid s field"); in test_h265_fu_header() 160 assert_eq!(cur.header.e(), cur.e, "invalid e field"); in test_h265_fu_header() 161 assert_eq!(cur.header.fu_type(), cur.typ, "invalid FuType field"); in test_h265_fu_header() 621 assert_eq!(cur.value.s(), cur.expected_s, "invalid S"); in test_h265_temporal_scalability_control_information() 622 assert_eq!(cur.value.e(), cur.expected_e, "invalid E"); in test_h265_temporal_scalability_control_information() [all …]
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | signaling_state.rs | 114 cur: RTCSignalingState, in check_next_signaling_state() 120 if sdp_type == RTCSdpType::Rollback && cur == RTCSignalingState::Stable { in check_next_signaling_state() 125 match cur { in check_next_signaling_state() 203 from: cur, in check_next_signaling_state() 211 from: cur, in check_next_signaling_state() 350 for (desc, cur, next, op, sdp_type, expected_err) in tests { in test_signaling_state_transitions() 351 let result = check_next_signaling_state(cur, next, op, sdp_type); in test_signaling_state_transitions()
|
| H A D | mod.rs | 974 let cur = self.signaling_state(); in set_description() localVariable 991 cur, in set_description() 1015 cur, in set_description() 1048 cur, in set_description() 1070 cur, in set_description() 1091 cur, in set_description() 1107 cur, in set_description() 1140 cur, in set_description() 1155 cur, in set_description()
|