Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
explain_v4l2_buf_type_check_no_idea |
|
explain_v4l2_buf_type_check_notsup |
|
explain_v4l2_buf_type_check_nosuch |
|
explain_v4l2_buf_type_check_ok |
|
Definition at line 47 of file v4l2_buf_type.h.
Function Documentation
The explain_buffer_v4l2_buf_type function may be used to print a representation of a v4l2_buf_type structure.
- Parameters:
-
sb | The string buffer to print into. |
value | The v4l2_buf_type value to be printed. |
The explain_buffer_v4l2_buf_type function may be used to print a representation of a v4l2_buf_type structure.
- Parameters:
-
sb | The string buffer to print into. |
value | The v4l2_buf_type value to be printed. |
The explain_v4l2_buf_type_check function is used to check the validity of a v4l2 buffer type.
- Parameters:
-
fildes | The associated file descriptor. |
data | The alleged v4l2 buffer type to be checked. |
- Returns:
- no_idea if the file descriptor is unhelpful, no if the data is not a valid buffer type, and yes of it is valif and supported by the device (fildes).
The explain_v4l2_buf_type_ptr_check function is used to check the validity of a v4l2 buffer type.
- Parameters:
-
fildes | The associated file descriptor. |
data | The alleged v4l2 buffer type to be checked. |
- Returns:
- no_idea if the file descriptor is unhelpful or the pointer is efault, no if the data is not a valid buffer type, and yes of it is valif and supported by the device (fildes).