Go to the source code of this file.
Function Documentation
The explain_buffer_v4l2_ext_control function may be used to print a representation of a v4l2_ext_control structure.
- Parameters:
-
sb | The string buffer to print into. |
data | The v4l2_ext_control structure to be printed. |
fildes | The associated file descriptor |
The explain_buffer_v4l2_ext_control_array function may be used to print a representation of an array of v4l2_ext_control structures.
- Parameters:
-
sb | The string buffer to print into. |
data | The array of v4l2_ext_control structures to be printed. |
data_size | The number of v4l2_ext_control structures in the array to be printed. |
fildes | The associated file descriptor |