Lines Matching +full:30 +full:fps
75 u8 fps; member
359 * 0 24 fps
360 * 1 25 fps
361 * 2 29.97 fps
362 * 3 30 fps (Drop-frame)
363 * 4 30 fps
370 static u8 fps[5] = { MTS64_CMD_SMPTE_FPS_24, in mts64_smpte_start() local
383 mts64_write_command(p, fps[idx]); in mts64_smpte_start()
475 mts->fps); in snd_mts64_ctl_smpte_switch_put()
601 /* FPS */
606 "24", "25", "29.97", "30D", "30" in snd_mts64_ctl_smpte_fps_info()
618 uctl->value.enumerated.item[0] = mts->fps; in snd_mts64_ctl_smpte_fps_get()
633 if (mts->fps != uctl->value.enumerated.item[0]) { in snd_mts64_ctl_smpte_fps_put()
635 mts->fps = uctl->value.enumerated.item[0]; in snd_mts64_ctl_smpte_fps_put()
644 .name = "SMPTE Fps",