Home
last modified time | relevance | path

Searched refs:SOLO_MOTION_SZ (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/solo6x10/
Dsolo6x10-disp.c212 for (y = 0; y < SOLO_MOTION_SZ; y++) { in solo_set_motion_block()
213 for (x = 0; x < SOLO_MOTION_SZ; x++) in solo_set_motion_block()
214 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); in solo_set_motion_block()
Dsolo6x10.h100 #define SOLO_MOTION_SZ (45) macro
Dsolo6x10-v4l2-enc.c1200 .dims = { SOLO_MOTION_SZ, SOLO_MOTION_SZ },