Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_chamelium.c792 static void read_int_from_xml_struct(struct chamelium *chamelium, in read_int_from_xml_struct() function
819 read_int_from_xml_struct(chamelium, res, "htotal", &params->htotal); in video_params_from_xml()
820 read_int_from_xml_struct(chamelium, res, "hactive", &params->hactive); in video_params_from_xml()
821 read_int_from_xml_struct(chamelium, res, "hsync_offset", in video_params_from_xml()
823 read_int_from_xml_struct(chamelium, res, "hsync_width", in video_params_from_xml()
825 read_int_from_xml_struct(chamelium, res, "hsync_polarity", in video_params_from_xml()
827 read_int_from_xml_struct(chamelium, res, "vtotal", &params->vtotal); in video_params_from_xml()
828 read_int_from_xml_struct(chamelium, res, "vactive", &params->vactive); in video_params_from_xml()
829 read_int_from_xml_struct(chamelium, res, "vsync_offset", in video_params_from_xml()
831 read_int_from_xml_struct(chamelium, res, "vsync_width", in video_params_from_xml()
[all …]