Lines Matching refs:frame_size
184 int frame_size = 0; in cx25821_risc_buffer_upstream() local
194 frame_size = (bpl == Y411_LINE_SZ) ? in cx25821_risc_buffer_upstream()
198 frame_size = (bpl == Y411_LINE_SZ) ? in cx25821_risc_buffer_upstream()
206 databuf_offset = frame_size * frame; in cx25821_risc_buffer_upstream()
311 int frame_size = 0; in cx25821_write_frame() local
316 frame_size = (line_size == Y411_LINE_SZ) ? in cx25821_write_frame()
319 frame_size = (line_size == Y411_LINE_SZ) ? in cx25821_write_frame()
329 frame_offset = out->cur_frame_index ? frame_size : 0; in cx25821_write_frame()
331 if (frame_size - curpos < count) in cx25821_write_frame()
332 count = frame_size - curpos; in cx25821_write_frame()
336 if (curpos == frame_size) { in cx25821_write_frame()