Home
last modified time | relevance | path

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

/system/cros-codecs/examples/
Dperf_test.rs16 let test_expected_output = include_bytes!("../src/test_data/puppets-480x270_20230825.nv12.yuv"); in test_mm21_to_nv12_perf() localVariable
56 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() localVariable
95 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() localVariable
126 assert_eq!(test_output, *test_expected_output); in test_i420_to_nv12_perf()
/system/cros-codecs/src/
Dimage_processing.rs497 let test_expected_output = include_bytes!("test_data/puppets-480x270_20230825.nv12.yuv"); in test_mm21_to_nv12() localVariable
514 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() localVariable
532 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() localVariable
549 assert_eq!(test_output, *test_expected_output); in test_i420_to_nv12()