Go to the source code of this file.
Functions | |
| static int | format_to_mode (const QString &fmt, int v4l_version) |
| static QString | mode_to_format (int mode, int v4l_version) |
| static unsigned short * | get_v4l1_field (int v4l2_attrib, struct video_picture &vid_pic) |
| static int | get_v4l2_attribute (const QString &db_col_name) |
| static int | get_v4l2_attribute_value (int videofd, int v4l2_attrib) |
| static int | get_v4l1_attribute_value (int videofd, int v4l2_attrib) |
| static int | get_attribute_value (bool usingv4l2, int videofd, int v4l2_attrib) |
| static int | set_v4l2_attribute_value (int videofd, int v4l2_attrib, int newvalue) |
| static int | set_v4l1_attribute_value (int videofd, int v4l2_attrib, int newvalue) |
| static int | set_attribute_value (bool usingv4l2, int videofd, int v4l2_attrib, int newvalue) |
| static int format_to_mode | ( | const QString & | fmt, | |
| int | v4l_version | |||
| ) | [static] |
Definition at line 118 of file channel.cpp.
Referenced by Channel::InitializeInputs(), and Channel::SetInputAndFormat().
| static QString mode_to_format | ( | int | mode, | |
| int | v4l_version | |||
| ) | [static] |
Definition at line 181 of file channel.cpp.
Referenced by Channel::InitializeInputs(), Channel::SetFormat(), and Channel::SwitchToInput().
| static unsigned short* get_v4l1_field | ( | int | v4l2_attrib, | |
| struct video_picture & | vid_pic | |||
| ) | [static] |
Definition at line 960 of file channel.cpp.
Referenced by get_v4l1_attribute_value(), Channel::InitPictureAttribute(), and set_v4l1_attribute_value().
| static int get_v4l2_attribute | ( | const QString & | db_col_name | ) | [static] |
Definition at line 980 of file channel.cpp.
Referenced by Channel::ChangePictureAttribute(), and Channel::InitPictureAttribute().
| static int get_v4l2_attribute_value | ( | int | videofd, | |
| int | v4l2_attrib | |||
| ) | [static] |
| static int get_v4l1_attribute_value | ( | int | videofd, | |
| int | v4l2_attrib | |||
| ) | [static] |
| static int get_attribute_value | ( | bool | usingv4l2, | |
| int | videofd, | |||
| int | v4l2_attrib | |||
| ) | [static] |
| static int set_v4l2_attribute_value | ( | int | videofd, | |
| int | v4l2_attrib, | |||
| int | newvalue | |||
| ) | [static] |
| static int set_v4l1_attribute_value | ( | int | videofd, | |
| int | v4l2_attrib, | |||
| int | newvalue | |||
| ) | [static] |
| static int set_attribute_value | ( | bool | usingv4l2, | |
| int | videofd, | |||
| int | v4l2_attrib, | |||
| int | newvalue | |||
| ) | [static] |
1.5.5