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

/linux-master/drivers/media/i2c/
H A Drdacm20.c45 #define OV10635_HTS 1572 macro
57 * FPS = (OV10635_VTS * OV10635_HTS) / PixelRate
79 { 0x380b, 0x20 }, { 0x380c, OV10635_HTS >> 8 },
80 { 0x380d, OV10635_HTS & 0xff }, { 0x380e, OV10635_VTS >> 8 },
130 { 0x4606, (2 * OV10635_HTS) >> 8 }, { 0x4607, (2 * OV10635_HTS) & 0xff },
132 { 0x460a, (2 * (OV10635_HTS - OV10635_WIDTH)) >> 8 },
133 { 0x460b, (2 * (OV10635_HTS - OV10635_WIDTH)) & 0xff },
266 { 0xc519, OV10635_VTS & 0xff}, { 0xc51a, OV10635_HTS >> 8},
267 { 0xc51b, OV10635_HTS
[all...]

Completed in 100 milliseconds