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

Enumeration Type Documentation

Enumerator:
explain_v4l2_pixel_format_check_nosuch 
explain_v4l2_pixel_format_check_ok 

Definition at line 36 of file v4l2_pixel_format.h.


Function Documentation

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.

Parameters:
sbThe string buffer to print into.
dataThe pixel format value to be printed.