Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/
Dtcm825x.c421 u32 tgt_fps; in tcm825x_configure() local
463 tgt_fps = fper->denominator / fper->numerator; in tcm825x_configure()
464 if (tgt_fps <= HIGH_FPS_MODE_LOWER_LIMIT) { in tcm825x_configure()
689 u32 tgt_fps; /* target frames per secound */ in ioctl_s_parm() local
701 tgt_fps = timeperframe->denominator / timeperframe->numerator; in ioctl_s_parm()
703 if (tgt_fps > MAX_FPS) { in ioctl_s_parm()
706 } else if (tgt_fps < MIN_FPS) { in ioctl_s_parm()
738 u32 tgt_fps; /* target frames per secound */ in ioctl_g_ifparm() local
745 tgt_fps = timeperframe->denominator / timeperframe->numerator; in ioctl_g_ifparm()
747 tgt_xclk = (tgt_fps <= HIGH_FPS_MODE_LOWER_LIMIT) ? in ioctl_g_ifparm()
[all …]