Searched refs:last_frame (Results 1 – 12 of 12) sorted by relevance
189 int last_frame; member505 unsigned long last_frame; in zr364xx_fillbuff() local510 last_frame = cam->last_frame; in zr364xx_fillbuff()511 if (last_frame != -1) { in zr364xx_fillbuff()512 tmpbuf = (const char *)cam->buffer.frame[last_frame].lpvbits; in zr364xx_fillbuff()521 cam->last_frame = -1; in zr364xx_fillbuff()658 cam->last_frame = cam->cur_frame; in zr364xx_read_video_callback()1106 cam->last_frame = -1; in zr364xx_start_acquire()1139 cam->last_frame = -1; in zr364xx_prepare()1405 cam->last_frame = -1; in zr364xx_board_init()
98 u16 last_frame; member
1120 if (c67x00->current_frame == c67x00->last_frame) in c67x00_do_work()1122 c67x00->last_frame = c67x00->current_frame; in c67x00_do_work()
270 goto last_frame; in ft_recv_write_data()329 last_frame: in ft_recv_write_data()
232 int last_frame; member617 unsigned long last_frame; in s2255_fillbuff() local622 last_frame = vc->last_frame; in s2255_fillbuff()623 if (last_frame != -1) { in s2255_fillbuff()625 (const char *)vc->buffer.frame[last_frame].lpvbits; in s2255_fillbuff()649 vc->last_frame = -1; in s2255_fillbuff()1101 vc->last_frame = -1; in start_streaming()1861 vc->last_frame = vc->cur_frame; in save_frame()1983 vc->last_frame = -1; in s2255_create_sys_buffers()2154 vc->last_frame = -1; in s2255_start_acquire()
1085 enum s5p_mfc_decode_arg last_frame) in s5p_mfc_decode_one_frame_v5() argument1094 switch (last_frame) { in s5p_mfc_decode_one_frame_v5()1165 static int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx, int last_frame) in s5p_mfc_run_dec_frame() argument1171 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()1174 s5p_mfc_decode_one_frame_v5(ctx, last_frame); in s5p_mfc_run_dec_frame()1191 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()1195 s5p_mfc_decode_one_frame_v5(ctx, last_frame); in s5p_mfc_run_dec_frame()
1403 enum s5p_mfc_decode_arg last_frame) in s5p_mfc_decode_one_frame_v6() argument1414 switch (last_frame) { in s5p_mfc_decode_one_frame_v6()1523 int last_frame = 0; in s5p_mfc_run_dec_frame() local1526 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()1530 s5p_mfc_decode_one_frame_v6(ctx, last_frame); in s5p_mfc_run_dec_frame()1549 last_frame = 1; in s5p_mfc_run_dec_frame()1553 s5p_mfc_decode_one_frame_v6(ctx, last_frame); in s5p_mfc_run_dec_frame()
513 dev_priv->sarea_priv->last_frame++; in r128_cce_dispatch_swap()518 OUT_RING(dev_priv->sarea_priv->last_frame); in r128_cce_dispatch_swap()552 dev_priv->sarea_priv->last_frame++; in r128_cce_dispatch_flip()559 OUT_RING(dev_priv->sarea_priv->last_frame); in r128_cce_dispatch_flip()
549 dev_priv->sarea_priv->last_frame = 0; in r128_do_init_cce()550 R128_WRITE(R128_LAST_FRAME_REG, dev_priv->sarea_priv->last_frame); in r128_do_init_cce()
930 dev_priv->sarea_priv->last_frame.head = 0; in mga_do_init_dma()931 dev_priv->sarea_priv->last_frame.wrap = 0; in mga_do_init_dma()
581 sarea_priv->last_frame.head = dev_priv->prim.tail; in mga_dma_dispatch_swap()582 sarea_priv->last_frame.wrap = dev_priv->prim.last_wrap; in mga_dma_dispatch_swap()
981 u8 last_frame = (u8)(frame - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_setup_frame() local983 struct yuv_frame_info *of = &yi->new_frame_info[last_frame]; in ivtv_yuv_setup_frame()