Home
last modified time | relevance | path

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

/external/autotest/client/tests/kvm/tests/
Dsteps.py96 (w, h, data) = ppm_utils.image_read_from_ppm_file(scrdump_filename)
165 ppm_utils.image_read_from_ppm_file(data_scrdump_filename)
173 (w, h, data) = ppm_utils.image_read_from_ppm_file(scrdump_filename)
/external/autotest/client/virt/
Dppm_utils.py54 def image_read_from_ppm_file(filename): function
Dvirt_step_editor.py545 (w, h, data) = ppm_utils.image_read_from_ppm_file(filename)