Searched refs:test_expected_output (Results 1 – 2 of 2) sorted by relevance
16 let test_expected_output = include_bytes!("../src/test_data/puppets-480x270_20230825.nv12.yuv"); in test_mm21_to_nv12_perf() localVariable56 assert_eq!(output_data, *test_expected_output); in test_mm21_to_nv12_perf()61 let test_expected_output = include_bytes!("../src/test_data/puppets-480x270_20230825.i420.yuv"); in test_nv12_to_i420_perf() localVariable95 assert_eq!(test_output, *test_expected_output); in test_nv12_to_i420_perf()100 let test_expected_output = include_bytes!("../src/test_data/puppets-480x270_20230825.nv12.yuv"); in test_i420_to_nv12_perf() localVariable126 assert_eq!(test_output, *test_expected_output); in test_i420_to_nv12_perf()
497 let test_expected_output = include_bytes!("test_data/puppets-480x270_20230825.nv12.yuv"); in test_mm21_to_nv12() localVariable514 assert_eq!(test_output, *test_expected_output); in test_mm21_to_nv12()520 let test_expected_output = include_bytes!("test_data/puppets-480x270_20230825.i420.yuv"); in test_nv12_to_i420() localVariable532 assert_eq!(test_output, *test_expected_output); in test_nv12_to_i420()538 let test_expected_output = include_bytes!("test_data/puppets-480x270_20230825.nv12.yuv"); in test_i420_to_nv12() localVariable549 assert_eq!(test_output, *test_expected_output); in test_i420_to_nv12()