Searched refs:cur_frame_index (Results 1 – 2 of 2) sorted by relevance
127 int cur_frame_index, next_frame_index; in tw5864_h264_isr() local133 cur_frame_index = dev->h264_buf_w_index; in tw5864_h264_isr()134 next_frame_index = (cur_frame_index + 1) % H264_BUF_CNT; in tw5864_h264_isr()135 cur_frame = &dev->h264_buf[cur_frame_index]; in tw5864_h264_isr()
190 int cur_frame_index; member
Completed in 5 milliseconds