Searched refs:motion_threshold (Results 1 – 5 of 5) sorted by relevance
90 __u16 motion_threshold; member
213 int motion_threshold; member
1448 0xbf86, go->modet[0].motion_threshold, in modet_to_package()1449 0xbf87, go->modet[1].motion_threshold, in modet_to_package()1450 0xbf88, go->modet[2].motion_threshold, in modet_to_package()1451 0xbf89, go->modet[3].motion_threshold, in modet_to_package()
1599 go->modet[mdp->region].motion_threshold =1600 mdp->motion_threshold >> 1;1621 mdp->motion_threshold =1622 (go->modet[region].motion_threshold << 1) + 1;
277 go->modet[i].motion_threshold = 32767; in go7007_start_encoder()