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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmeye.c616 int pt_start, pt_end, trailer; local
621 pt_end = (v >> 11) & 0xFF;
624 if (pt_end < pt_start)
626 pt_end * PAGE_SIZE + trailer * 4;
628 fsize = (pt_end - pt_start) * PAGE_SIZE + trailer * 4;

Completed in 37 milliseconds