Home
last modified time | relevance | path

Searched refs:frame_gop_seqno (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-h264.c157 unsigned int frame_gop_seqno, in tw5864_h264_gen_slice_head() argument
161 int is_i_frame = frame_gop_seqno == 0; in tw5864_h264_gen_slice_head()
168 bs_write(s, ilog2(MAX_GOP_SIZE), frame_gop_seqno); /* frame_num */ in tw5864_h264_gen_slice_head()
173 bs_write(s, ilog2(MAX_GOP_SIZE), frame_gop_seqno); in tw5864_h264_gen_slice_head()
231 unsigned int frame_gop_seqno, in tw5864_h264_put_slice_header() argument
241 **buf = (frame_gop_seqno == 0) ? 0x25 : 0x21; in tw5864_h264_put_slice_header()
246 frame_gop_seqno, tail_nb_bits, in tw5864_h264_put_slice_header()
H A Dtw5864-core.c144 cur_frame->gop_seqno = input->frame_gop_seqno; in tw5864_h264_isr()
153 input->frame_gop_seqno++; in tw5864_h264_isr()
154 if (input->frame_gop_seqno >= input->gop) in tw5864_h264_isr()
155 input->frame_gop_seqno = 0; in tw5864_h264_isr()
H A Dtw5864.h96 unsigned int frame_gop_seqno; member
194 unsigned int frame_gop_seqno,
H A Dtw5864-video.c241 input->frame_gop_seqno = 0; in tw5864_enable_input()
387 if (input->frame_gop_seqno == 0) { in tw5864_request_encoded_frame()
1253 if (input->frame_gop_seqno == 0) in tw5864_prepare_frame_headers()
1259 input->frame_gop_seqno, in tw5864_prepare_frame_headers()