Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pcm/
HDfeeder.c349 snd_fmtbestfunc(u_int32_t fmt, u_int32_t *fmts, int cheq) in snd_fmtbestfunc() argument
354 if (fmt == 0 || fmts == NULL || fmts[0] == 0) in snd_fmtbestfunc()
357 if (snd_fmtvalid(fmt, fmts)) in snd_fmtbestfunc()
363 for (i = 0; fmts[i] != 0; i++) { in snd_fmtbestfunc()
364 score2 = snd_fmtscore(fmts[i]); in snd_fmtbestfunc()
385 best = fmts[i]; in snd_fmtbestfunc()
394 snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts) in snd_fmtbestbit() argument
396 return snd_fmtbestfunc(fmt, fmts, 0); in snd_fmtbestbit()
400 snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts) in snd_fmtbestchannel() argument
402 return snd_fmtbestfunc(fmt, fmts, 1); in snd_fmtbestchannel()
[all …]
HDfeeder.h57 u_int32_t snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts);
58 u_int32_t snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts);
59 u_int32_t snd_fmtbest(u_int32_t fmt, u_int32_t *fmts);
HDchannel.c2208 u_int32_t *fmtlist, fmts; in chn_getformats() local
2212 fmts = 0; in chn_getformats()
2214 fmts |= fmtlist[i]; in chn_getformats()
2218 fmts |= AFMT_CONVERTIBLE; in chn_getformats()
2220 return (AFMT_ENCODING(fmts)); in chn_getformats()
HDdsp.c2552 uint32_t fmts; in dsp_oss_audioinfo() local
2663 fmts = 0; in dsp_oss_audioinfo()
2665 fmts |= caps->fmtlist[i]; in dsp_oss_audioinfo()
2676 ai->oformats = fmts; in dsp_oss_audioinfo()
2678 ai->iformats = fmts; in dsp_oss_audioinfo()
/NextBSD/lib/libbsdstat/
HDbsdstat.c56 if (j+3 > (int) sizeof(sf->fmts)) { in bsdstat_setfmt()
62 sf->fmts[j++] = ' '; in bsdstat_setfmt()
63 sf->fmts[j++] = FMTS_IS_STAT; in bsdstat_setfmt()
64 sf->fmts[j++] = i & 0xff; in bsdstat_setfmt()
65 sf->fmts[j++] = (i >> 8) & 0xff; in bsdstat_setfmt()
67 sf->fmts[j] = '\0'; in bsdstat_setfmt()
97 for (cp = sf->fmts; *cp != '\0'; cp++) { in bsdstat_print_header()
117 for (cp = sf->fmts; *cp != '\0'; cp++) { in bsdstat_print_current()
138 for (cp = sf->fmts; *cp != '\0'; cp++) { in bsdstat_print_total()
HDbsdstat.h83 unsigned char fmts[4096]; /* private: compiled stats to display */ member
/NextBSD/contrib/tcsh/
HDed.screen.c526 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in EchoTC() local
560 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") : in EchoTC()
565 xprintf(fmts, Val(T_km) ? CGETS(7, 14, "yes") : in EchoTC()
570 xprintf(fmts, T_Margin & MARGIN_MAGIC ? CGETS(7, 14, "yes") : in EchoTC()
575 xprintf(fmts, T_Margin & MARGIN_AUTO ? CGETS(7, 14, "yes") : in EchoTC()
584 xprintf(fmts, baud_rate[i].b_name); in EchoTC()
/NextBSD/lib/libedit/
HDterminal.c1471 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in terminal_echotc() local
1499 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no"); in terminal_echotc()
1502 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no"); in terminal_echotc()
1505 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in terminal_echotc()
1509 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ? in terminal_echotc()
/NextBSD/sys/dev/sound/pci/
HDfm801.c112 static u_int32_t fmts[] = { variable
122 fmts, 0
/NextBSD/sys/dev/sound/isa/
HDmss.c1014 static int fmts[] = in mss_format() local
1019 for (i = 0; i < 8; i++) if (arg == fmts[i]) break; in mss_format()
/NextBSD/sys/dev/bktr/
HDCHANGELOG.TXT97 to return driver-supported pix fmts GSUPPIXFMT.