libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Enumerations | |
enum | explain_v4l2_pixel_format_check_t { explain_v4l2_pixel_format_check_nosuch, explain_v4l2_pixel_format_check_ok } |
Functions | |
void | explain_buffer_v4l2_pixel_format (explain_string_buffer_t *sb, unsigned data) |
enum explain_v4l2_pixel_format_check_t | explain_v4l2_pixel_format_check (unsigned value) |
Definition at line 36 of file v4l2_pixel_format.h.
void explain_buffer_v4l2_pixel_format | ( | explain_string_buffer_t * | sb, |
unsigned | data | ||
) |
The explain_buffer_v4l2_pixel_format function may be used to print a representation of a v4l2_pixel_format structure.
sb | The string buffer to print into. |
data | The pixel format value to be printed. |
enum explain_v4l2_pixel_format_check_t explain_v4l2_pixel_format_check | ( | unsigned | value | ) |