/src/sys/dev/audio/ |
audiovar.h | 280 if (fmt->encoding != AUDIO_ENCODING_SLINEAR_NE) 290 * Return true if fmt's encoding is one of LINEAR. 295 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 296 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE) 297 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_LE) 298 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_BE); 302 * Return true if fmt's encoding is one of SLINEAR. 307 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 308 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE); 322 if (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE | [all...] |
audiovar.h | 280 if (fmt->encoding != AUDIO_ENCODING_SLINEAR_NE) 290 * Return true if fmt's encoding is one of LINEAR. 295 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 296 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE) 297 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_LE) 298 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_BE); 302 * Return true if fmt's encoding is one of SLINEAR. 307 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 308 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE); 322 if (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE | [all...] |
audiovar.h | 280 if (fmt->encoding != AUDIO_ENCODING_SLINEAR_NE) 290 * Return true if fmt's encoding is one of LINEAR. 295 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 296 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE) 297 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_LE) 298 || (fmt->encoding == AUDIO_ENCODING_ULINEAR_BE); 302 * Return true if fmt's encoding is one of SLINEAR. 307 return (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE) 308 || (fmt->encoding == AUDIO_ENCODING_SLINEAR_BE); 322 if (fmt->encoding == AUDIO_ENCODING_SLINEAR_LE | [all...] |
audiofil.h | 69 u_int encoding; /* AUDIO_ENCODING_* */ member in struct:__anon2fcf15ed0108
|
audiofil.h | 69 u_int encoding; /* AUDIO_ENCODING_* */ member in struct:__anon2fcf15ed0108
|
audiofil.h | 69 u_int encoding; /* AUDIO_ENCODING_* */ member in struct:__anon2fcf15ed0108
|
/src/usr.bin/audio/common/ |
sun.c | 59 int encoding; member in struct:__anon355a4abd0108 92 *encp = file2sw_encodings[i].encoding; 99 audio_encoding_to_sun(int encoding, int precision, int *sunep) 104 if (file2sw_encodings[i].encoding == encoding && 117 int sunenc, oencoding = ti->encoding; 119 /* only perform conversions if we don't specify the encoding */ 120 switch (ti->encoding) { 127 ti->encoding = AUDIO_ENCODING_SLINEAR_BE; 135 ti->encoding = AUDIO_ENCODING_SLINEAR_BE [all...] |
sun.c | 59 int encoding; member in struct:__anon355a4abd0108 92 *encp = file2sw_encodings[i].encoding; 99 audio_encoding_to_sun(int encoding, int precision, int *sunep) 104 if (file2sw_encodings[i].encoding == encoding && 117 int sunenc, oencoding = ti->encoding; 119 /* only perform conversions if we don't specify the encoding */ 120 switch (ti->encoding) { 127 ti->encoding = AUDIO_ENCODING_SLINEAR_BE; 135 ti->encoding = AUDIO_ENCODING_SLINEAR_BE [all...] |
sun.c | 59 int encoding; member in struct:__anon355a4abd0108 92 *encp = file2sw_encodings[i].encoding; 99 audio_encoding_to_sun(int encoding, int precision, int *sunep) 104 if (file2sw_encodings[i].encoding == encoding && 117 int sunenc, oencoding = ti->encoding; 119 /* only perform conversions if we don't specify the encoding */ 120 switch (ti->encoding) { 127 ti->encoding = AUDIO_ENCODING_SLINEAR_BE; 135 ti->encoding = AUDIO_ENCODING_SLINEAR_BE [all...] |
/src/lib/libossaudio/ |
oss_dsp.c | 192 tmpinfo.play.encoding = 193 tmpinfo.record.encoding = 195 hwfmt.record.encoding : hwfmt.play.encoding; 214 retval = encoding_to_format(tmpinfo.record.encoding, 217 retval = encoding_to_format(tmpinfo.play.encoding, 277 retval = encoding_to_format(tmpenc.encoding, 551 /* Convert a NetBSD "encoding" to a OSS "format". */ 553 encoding_to_format(u_int encoding, u_int precision) 555 switch(encoding) { [all...] |
oss_dsp.c | 192 tmpinfo.play.encoding = 193 tmpinfo.record.encoding = 195 hwfmt.record.encoding : hwfmt.play.encoding; 214 retval = encoding_to_format(tmpinfo.record.encoding, 217 retval = encoding_to_format(tmpinfo.play.encoding, 277 retval = encoding_to_format(tmpenc.encoding, 551 /* Convert a NetBSD "encoding" to a OSS "format". */ 553 encoding_to_format(u_int encoding, u_int precision) 555 switch(encoding) { [all...] |
oss_dsp.c | 192 tmpinfo.play.encoding = 193 tmpinfo.record.encoding = 195 hwfmt.record.encoding : hwfmt.play.encoding; 214 retval = encoding_to_format(tmpinfo.record.encoding, 217 retval = encoding_to_format(tmpinfo.play.encoding, 277 retval = encoding_to_format(tmpenc.encoding, 551 /* Convert a NetBSD "encoding" to a OSS "format". */ 553 encoding_to_format(u_int encoding, u_int precision) 555 switch(encoding) { [all...] |
/src/tools/binstall/ |
mkmanifest | 12 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
mkmanifest | 12 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
mkmanifest | 12 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
/src/usr.bin/audio/play/ |
play.c | 72 static int encoding; variable in typeref:typename:int 171 encoding = audio_enc_to_val(encoding_str); 172 if (encoding == -1) 173 errx(1, "unknown encoding, bailing..."); 484 if (audio_sun_to_encoding(ntohl(sunhdr->encoding), 485 &info.play.encoding, &info.play.precision)) { 487 warnx("unknown unsupported Sun audio encoding" 488 " format %d", ntohl(sunhdr->encoding)); 502 hdr_len = audio_wav_parse_hdr(hdr, fsz, &info.play.encoding, 537 if (encoding) [all...] |
play.c | 72 static int encoding; variable in typeref:typename:int 171 encoding = audio_enc_to_val(encoding_str); 172 if (encoding == -1) 173 errx(1, "unknown encoding, bailing..."); 484 if (audio_sun_to_encoding(ntohl(sunhdr->encoding), 485 &info.play.encoding, &info.play.precision)) { 487 warnx("unknown unsupported Sun audio encoding" 488 " format %d", ntohl(sunhdr->encoding)); 502 hdr_len = audio_wav_parse_hdr(hdr, fsz, &info.play.encoding, 537 if (encoding) [all...] |
play.c | 72 static int encoding; variable in typeref:typename:int 171 encoding = audio_enc_to_val(encoding_str); 172 if (encoding == -1) 173 errx(1, "unknown encoding, bailing..."); 484 if (audio_sun_to_encoding(ntohl(sunhdr->encoding), 485 &info.play.encoding, &info.play.precision)) { 487 warnx("unknown unsupported Sun audio encoding" 488 " format %d", ntohl(sunhdr->encoding)); 502 hdr_len = audio_wav_parse_hdr(hdr, fsz, &info.play.encoding, 537 if (encoding) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
gcc_personality_v0.c | 59 static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding) 64 if ( encoding == DW_EH_PE_omit ) 68 switch (encoding & 0x0F) { 108 switch ( encoding & 0x70 ) { 126 if (encoding & DW_EH_PE_indirect) {
|
gcc_personality_v0.c | 59 static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding) 64 if ( encoding == DW_EH_PE_omit ) 68 switch (encoding & 0x0F) { 108 switch ( encoding & 0x70 ) { 126 if (encoding & DW_EH_PE_indirect) {
|
gcc_personality_v0.c | 59 static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding) 64 if ( encoding == DW_EH_PE_omit ) 68 switch (encoding & 0x0F) { 108 switch ( encoding & 0x70 ) { 126 if (encoding & DW_EH_PE_indirect) {
|
/src/usr.bin/mkesdb/ |
yacc.y | 62 static char *name, *encoding, *variable; 90 | property encoding R_LN 100 encoding : R_ENCODING L_STRING label 102 set_prop_string("ENCODING", &encoding, &$2); 151 if (!encoding) { 152 fprintf(stderr, "ENCODING is mandatory.\n"); 167 /* store encoding */ 169 encoding));
|
yacc.y | 62 static char *name, *encoding, *variable; 90 | property encoding R_LN 100 encoding : R_ENCODING L_STRING label 102 set_prop_string("ENCODING", &encoding, &$2); 151 if (!encoding) { 152 fprintf(stderr, "ENCODING is mandatory.\n"); 167 /* store encoding */ 169 encoding));
|
yacc.y | 62 static char *name, *encoding, *variable; 90 | property encoding R_LN 100 encoding : R_ENCODING L_STRING label 102 set_prop_string("ENCODING", &encoding, &$2); 151 if (!encoding) { 152 fprintf(stderr, "ENCODING is mandatory.\n"); 167 /* store encoding */ 169 encoding));
|
/src/usr.sbin/wsfontload/ |
wsfontload.c | 79 "usage: %s [-Bbv] [-e encoding] [-f wsdev] [-h height]" 103 * map given encoding to its string representation 118 * map given encoding string to integer value 131 errx(1, "invalid encoding"); 153 f.encoding = DEFENC; 175 f.encoding = getencoding(optarg); 257 f.encoding = le32toh(foo); 290 printf("encoding: %s (%d)\n", 291 rgetencoding(f.encoding), f.encoding); [all...] |