31 if (fmt && itv->
vbi.sliced_mpeg_data[0] ==
NULL) {
37 if (itv->
vbi.sliced_mpeg_data[i] ==
NULL) {
47 itv->
vbi.insert_mpeg =
fmt;
49 if (itv->
vbi.insert_mpeg == 0) {
67 struct v4l2_mbus_framefmt fmt;
70 fmt.width = cxhdl->
width / (is_mpeg1 ? 2 : 1);
71 fmt.height = cxhdl->
height;
79 static const u32 freqs[3] = { 44100, 48000, 32000 };
98 .s_audio_mode = ivtv_s_audio_mode,
99 .s_audio_sampling_freq = ivtv_s_audio_sampling_freq,
100 .s_video_encoding = ivtv_s_video_encoding,
101 .s_stream_vbi_fmt = ivtv_s_stream_vbi_fmt,
123 *pts = (
s64)((
u64) data[2] << 32) | (
u64) data[1];
144 static int ivtv_s_ctrl(
struct v4l2_ctrl *ctrl)
161 .s_ctrl = ivtv_s_ctrl,
162 .g_volatile_ctrl = ivtv_g_volatile_ctrl,