Searched refs:tones (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/staging/easycap/
H A Deasycap_testcard.c129 THE tones[] ARRAY BELOW IS THE OUTPUT OF THIS PROGRAM,
144 printf("int tones[2048] =\n{\n");
163 int tones[2048] = { variable
384 *p2 = (unsigned char) (0x00FF & tones[i1/2]);
385 *(p2 + 1) = (unsigned char)((0xFF00 & tones[i1/2]) >> 8);
386 *(p2 + 2) = (unsigned char) (0x00FF & tones[i1/2 + 1]);
387 *(p2 + 3) = (unsigned char)((0xFF00 & tones[i1/2 + 1]) >> 8);

Completed in 49 milliseconds