Searched refs:vs_pixel_formats (Results 1 – 1 of 1) sorted by relevance
225 struct uvideo_pixel_format_list vs_pixel_formats; member1072 SIMPLEQ_INIT(&vs->vs_pixel_formats); in uvideo_stream_init()1303 while ((pixel_format = SIMPLEQ_FIRST(&vs->vs_pixel_formats)) != NULL) { in uvideo_stream_free()1304 SIMPLEQ_REMOVE_HEAD(&vs->vs_pixel_formats, entries); in uvideo_stream_free()1402 SIMPLEQ_FOREACH(pfiter, &vs->vs_pixel_formats, entries) { in uvideo_stream_init_frame_based_format()1413 SIMPLEQ_INSERT_TAIL(&vs->vs_pixel_formats, in uvideo_stream_init_frame_based_format()