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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-vbi.c52 #define VBI_BPL 2048 macro
156 padding = VBI_BPL - bpl;
169 offset = fh->vbi_fmt.fmt.count[0] * VBI_BPL;
264 f->samples_per_line = VBI_BPL;
424 f->fmt.samples_per_line = VBI_BPL;
436 VBI_BPL regardless of the current video standard. */
441 BUG_ON(real_samples_per_line > VBI_BPL);

Completed in 53 milliseconds