Searched refs:IFB_size (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/usbvision/
H A Dusbvision-core.c485 int IFB_size = MAX_FRAME_WIDTH * MAX_FRAME_HEIGHT * 3 / 2; local
486 usbvision->IntraFrameBuffer = vmalloc_32(IFB_size);
488 err("%s: unable to allocate %d for compr. frame buffer", __FUNCTION__, IFB_size);

Completed in 29 milliseconds