Home
last modified time | relevance | path

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

/webrtc/media/src/io/h264_reader/
H A Dh264_reader_test.rs6 let test_function = |input: &[u8]| { in test_data_does_not_start_with_h264header() localVariable
15 test_function(&[2]); in test_data_does_not_start_with_h264header()
16 test_function(&[0, 2]); in test_data_does_not_start_with_h264header()
17 test_function(&[0, 0, 2]); in test_data_does_not_start_with_h264header()
18 test_function(&[0, 0, 2, 0]); in test_data_does_not_start_with_h264header()
19 test_function(&[0, 0, 0, 2]); in test_data_does_not_start_with_h264header()
42 let test_function = |input: &[u8]| { in test_eof() localVariable
51 test_function(&[0, 0, 0, 1]); in test_eof()
52 test_function(&[0, 0, 1]); in test_eof()
53 test_function(&[]); in test_eof()