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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7146.h89 int audhead, vidhead, osdhead, audtail, vidtail, osdtail; member in struct:saa7146
H A Dstradis.c331 saa->audtail = saa->audhead = 0;
332 if (saa->audhead <= saa->audtail)
333 audbytes = saa->audtail - saa->audhead;
335 audbytes = 65536 - (saa->audhead - saa->audtail);
347 if (saa->audhead > saa->audtail)
348 split = 65536 - saa->audhead;
353 memcpy(saa->dmadebi, saa->audbuf + saa->audhead, split);
354 saa->audhead = 0;
358 memcpy(saa->dmadebi + split, saa->audbuf + saa->audhead,
360 saa->audhead
[all...]

Completed in 102 milliseconds