Searched refs:sliced_mpeg_data (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-controls.c30 if (fmt && itv->vbi.sliced_mpeg_data[0] == NULL) {
35 itv->vbi.sliced_mpeg_data[i] = kmalloc(2049, GFP_KERNEL);
36 if (itv->vbi.sliced_mpeg_data[i] == NULL) {
38 kfree(itv->vbi.sliced_mpeg_data[i]);
39 itv->vbi.sliced_mpeg_data[i] = NULL;
H A Divtv-driver.h601 u8 *sliced_mpeg_data[IVTV_VBI_FRAMES]; member in struct:vbi_info
603 struct ivtv_buffer sliced_mpeg_buf; /* temporary buffer holding data from sliced_mpeg_data */
H A Divtv-vbi.c157 u8 *dst = &itv->vbi.sliced_mpeg_data[idx][0];
H A Divtv-fileops.c289 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx];
H A Divtv-driver.c1393 kfree(itv->vbi.sliced_mpeg_data[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-controls.c194 if (cx->vbi.sliced_mpeg_data[0] == NULL) {
198 cx->vbi.sliced_mpeg_data[i] =
200 if (cx->vbi.sliced_mpeg_data[i] == NULL) {
202 kfree(cx->vbi.sliced_mpeg_data[i]);
203 cx->vbi.sliced_mpeg_data[i] = NULL;
H A Dcx18-vbi.c60 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0];
H A Dcx18-driver.c1250 if (cx->vbi.sliced_mpeg_data[0] != NULL)
1252 kfree(cx->vbi.sliced_mpeg_data[i]);
H A Dcx18-driver.h496 * In each sliced_mpeg_data[] buffer is:
516 u8 *sliced_mpeg_data[CX18_VBI_FRAMES]; member in struct:vbi_info
524 * sliced_mpeg_data[] buffer for output to userland apps.
H A Dcx18-fileops.c282 buf->buf = cx->vbi.sliced_mpeg_data[idx];

Completed in 187 milliseconds