libexplain  1.4.D001
Functions
libexplain/buffer/v4l2_clip.h File Reference
#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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
dataThe 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.

Parameters:
sbThe string buffer to print into.
dataThe v4l2_clip linked list to be printed.
data_sizeThe number of elements in the data list.