libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_v4l2_clip (explain_string_buffer_t *sb, const struct v4l2_clip *data) |
void | explain_buffer_v4l2_clip_list (explain_string_buffer_t *sb, const struct v4l2_clip *data, size_t data_size) |
void explain_buffer_v4l2_clip | ( | explain_string_buffer_t * | sb, |
const struct v4l2_clip * | data | ||
) |
The explain_buffer_v4l2_clip function may be used to print a representation of a v4l2_clip structure.
sb | The string buffer to print into. |
data | The v4l2_clip structure to be printed. |
void explain_buffer_v4l2_clip_list | ( | explain_string_buffer_t * | sb, |
const struct v4l2_clip * | data, | ||
size_t | data_size | ||
) |
The explain_buffer_v4l2_clip function may be used to print a representation of a v4l2_clip structure.
sb | The string buffer to print into. |
data | The v4l2_clip linked list to be printed. |
data_size | The number of elements in the data list. |