Searched refs:src_decimation (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/cx18/
H A Dcx18-av-core.c282 const int src_decimation = 0x21f; local
361 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */
366 /* sc = 3582056.25 * src_decimation/28636360 * 2^13 */
372 /* sc = 4328130 * src_decimation/28636360 * 2^13 */
422 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */
428 /* sc = 3575611.49 * src_decimation/28636360 * 2^13 */
433 /* sc = 3579545.45.. * src_decimation/28636360 * 2^13 */
457 "= %d.%03d\n", src_decimation / 256,
458 ((src_decimation % 256) * 1000) / 256);
461 do_div(tmp, src_decimation);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c715 int vblank656, src_decimation; local
732 src_decimation = 0x21f;
755 src_decimation = 0x21f;
797 fin = ((u64)src_decimation * pll) >> 12;
812 src_decimation, burst, luma_lpf, uv_lpf, comb, sc);
833 cx25840_write(client, 0x478, 0xff & src_decimation);
834 cx25840_write(client, 0x479, 0xff & (src_decimation >> 8));

Completed in 166 milliseconds