Lines Matching +full:30 +full:fps
60 u8 fps; member
344 * 0 24 fps
345 * 1 25 fps
346 * 2 29.97 fps
347 * 3 30 fps (Drop-frame)
348 * 4 30 fps
355 static const u8 fps[5] = { MTS64_CMD_SMPTE_FPS_24, in mts64_smpte_start() local
368 mts64_write_command(p, fps[idx]); in mts64_smpte_start()
460 mts->fps); in snd_mts64_ctl_smpte_switch_put()
586 /* FPS */
591 "24", "25", "29.97", "30D", "30" in snd_mts64_ctl_smpte_fps_info()
603 uctl->value.enumerated.item[0] = mts->fps; in snd_mts64_ctl_smpte_fps_get()
618 if (mts->fps != uctl->value.enumerated.item[0]) { in snd_mts64_ctl_smpte_fps_put()
620 mts->fps = uctl->value.enumerated.item[0]; in snd_mts64_ctl_smpte_fps_put()
629 .name = "SMPTE Fps",