Go to the source code of this file.
Functions | |
| static int | find_index (const int *audio_rate, int value) |
| static int | streamtype_ivtv_to_v4l2 (int st) |
| static void | add_ext_ctrl (vector< struct v4l2_ext_control > &ctrl_list, uint32_t id, int32_t value) |
| static void | set_ctrls (int fd, vector< struct v4l2_ext_control > &ext_ctrls) |
| static int find_index | ( | const int * | audio_rate, | |
| int | value | |||
| ) | [static] |
Definition at line 129 of file mpegrecorder.cpp.
Referenced by MpegRecorder::SetOption().
| static int streamtype_ivtv_to_v4l2 | ( | int | st | ) | [static] |
Definition at line 672 of file mpegrecorder.cpp.
Referenced by MpegRecorder::SetV4L2DeviceOptions().
| static void add_ext_ctrl | ( | vector< struct v4l2_ext_control > & | ctrl_list, | |
| uint32_t | id, | |||
| int32_t | value | |||
| ) | [static] |
Definition at line 691 of file mpegrecorder.cpp.
Referenced by MpegRecorder::SetBitrate(), and MpegRecorder::SetV4L2DeviceOptions().
| static void set_ctrls | ( | int | fd, | |
| vector< struct v4l2_ext_control > & | ext_ctrls | |||
| ) | [static] |
Definition at line 701 of file mpegrecorder.cpp.
Referenced by MpegRecorder::SetBitrate(), and MpegRecorder::SetV4L2DeviceOptions().
1.6.3