Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 7 of 7) sorted by relevance

/webrtc/constraints/src/algorithms/fitness_distance/value_range_constraint/
H A Dtests.rs141 mod empty; module
/webrtc/rtp/src/codecs/opus/
H A Dopus_test.rs23 let empty = Bytes::from_static(&[]); in test_opus_payload() localVariable
/webrtc/rtp/src/codecs/g7xx/
H A Dg7xx_test.rs34 let empty = Bytes::from_static(&[]); in test_g7xx_payload() localVariable
/webrtc/rtp/src/codecs/vp8/
H A Dvp8_test.rs180 let empty = Bytes::from_static(&[]); in test_vp8_payload_eror() localVariable
/webrtc/media/src/io/sample_builder/
H A Dsample_sequence_location.rs45 pub(crate) fn empty(&self) -> bool { in empty() method
/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs8 let empty = Bytes::from_static(&[]); in test_h264_payload() localVariable
/webrtc/constraints/src/
H A Dconstraint.rs697 fn empty() { in empty() function