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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.c685 unsigned long hw_bufsize, vpp_bufsize; local
691 hw_bufsize = cam->maxwidth*cam->maxheight*2;
713 if (!(cam->frame_tmp.buffer = rvmalloc(hw_bufsize))) {
715 "video frame buffer (%lu bytes)", hw_bufsize)
718 cam->frame_tmp.size = hw_bufsize;
1627 unsigned long hw_bufsize = cam->maxwidth*cam->maxheight*2, local
1629 u0 = y0 + hw_bufsize/2,
1630 v0 = u0 + hw_bufsize/4,
1631 y1 = v0 + hw_bufsize/4,
1632 u1 = y1 + hw_bufsize/
[all...]

Completed in 95 milliseconds