Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
explain_v4l2_cropcap_check_type_no_idea |
|
explain_v4l2_cropcap_check_type_notsup |
|
explain_v4l2_cropcap_check_type_nosuch |
|
explain_v4l2_cropcap_check_type_ok |
|
Definition at line 40 of file v4l2_cropcap.h.
Function Documentation
The explain_buffer_v4l2_cropcap function may be used to print a representation of a v4l2_cropcap structure.
- Parameters:
-
sb | The string buffer to print into. |
data | The v4l2_cropcap structure to be printed. |
extra | whether or not to print the returned value fields |
The explain_v4l2_cropcap_check_type function is used to check the type member of a v4l2_cropcap struct.
- Parameters:
-
fildes | The associated file descriptor |
data | The cropcap struct to have its type member checked. |
- Returns:
- no_idea if the file descriptor is unhelpful or the pointer is efault, nosuch if there is no such type, notsup if the type exists, but is not supported by the device, ok if nothing wrong could be found.