Home
last modified time | relevance | path

Searched defs:test_input (Results 1 – 3 of 3) sorted by relevance

/system/cros-codecs/examples/
Dperf_test.rs15 let test_input = include_bytes!("../src/test_data/puppets-480x270_20230825.mm21.yuv"); in test_mm21_to_nv12_perf() localVariable
60 let test_input = include_bytes!("../src/test_data/puppets-480x270_20230825.nv12.yuv"); in test_nv12_to_i420_perf() localVariable
99 let test_input = include_bytes!("../src/test_data/puppets-480x270_20230825.i420.yuv"); in test_i420_to_nv12_perf() localVariable
/system/cros-codecs/src/
Dimage_processing.rs496 let test_input = include_bytes!("test_data/puppets-480x270_20230825.mm21.yuv"); in test_mm21_to_nv12() localVariable
519 let test_input = include_bytes!("test_data/puppets-480x270_20230825.nv12.yuv"); in test_nv12_to_i420() localVariable
537 let test_input = include_bytes!("test_data/puppets-480x270_20230825.i420.yuv"); in test_i420_to_nv12() localVariable
/system/apex/apexd/
Dapexservice_test.cpp272 std::string test_input; // Original test file. member