Home
last modified time | relevance | path

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

/drivers/media/video/cx18/
Dcx18-fileops.c194 buf = &cx->vbi.sliced_mpeg_buf; in cx18_get_buffer()
248 cx->vbi.sliced_mpeg_buf.buf = cx->vbi.sliced_mpeg_data[idx]; in cx18_setup_sliced_vbi_buf()
249 cx->vbi.sliced_mpeg_buf.bytesused = cx->vbi.sliced_mpeg_size[idx]; in cx18_setup_sliced_vbi_buf()
250 cx->vbi.sliced_mpeg_buf.readpos = 0; in cx18_setup_sliced_vbi_buf()
262 !cx18_raw_vbi(cx) && buf != &cx->vbi.sliced_mpeg_buf) { in cx18_copy_buf_to_user()
315 buf != &cx->vbi.sliced_mpeg_buf) in cx18_copy_buf_to_user()
363 if (buf != &cx->vbi.sliced_mpeg_buf) { in cx18_read()
Dcx18-driver.h368 struct cx18_buffer sliced_mpeg_buf; member
/drivers/media/video/ivtv/
Divtv-fileops.c237 buf = &itv->vbi.sliced_mpeg_buf; in ivtv_get_buffer()
295 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx]; in ivtv_setup_sliced_vbi_buf()
296 itv->vbi.sliced_mpeg_buf.bytesused = itv->vbi.sliced_mpeg_size[idx]; in ivtv_setup_sliced_vbi_buf()
297 itv->vbi.sliced_mpeg_buf.readpos = 0; in ivtv_setup_sliced_vbi_buf()
308 !ivtv_raw_vbi(itv) && buf != &itv->vbi.sliced_mpeg_buf) { in ivtv_copy_buf_to_user()
355 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && buf != &itv->vbi.sliced_mpeg_buf) in ivtv_copy_buf_to_user()
398 if (buf != &itv->vbi.sliced_mpeg_buf) { in ivtv_read()
Divtv-driver.h584 struct ivtv_buffer sliced_mpeg_buf; /* temporary buffer holding data from sliced_mpeg_data */ member