Home
last modified time | relevance | path

Searched refs:header_out (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/pvftools/
H A Drmdtopvf.c67 pvf_header header_out = init_pvf_header; in main() local
80 header_out.ascii = TRUE; in main()
83 header_out.ascii = FALSE; in main()
88 header_out.nbits = 8; in main()
92 header_out.nbits = 16; in main()
96 header_out.nbits = 32; in main()
125 if (header_out.speed == 0) in main()
131 header_out.speed = 9600; in main()
135 header_out.speed = 7200; in main()
138 header_out.speed = 8000; in main()
[all …]
H A Dpvftormd.c331 header_out.bits = 8; in main()
365 header_out.bits = 8; in main()
399 header_out.bits = 8; in main()
469 header_out.bits = 8; in main()
503 header_out.bits = 8; in main()
537 header_out.bits = 4; in main()
572 header_out.bits = 8; in main()
628 header_out.bits = 4; in main()
792 header_out.bits = 4; in main()
811 header_out.bits = 8; in main()
[all …]
H A Dpvfspeed.c44 pvf_header header_out = init_pvf_header; in main() local
52 header_out.speed = -1; in main()
60 header_out.ascii = TRUE; in main()
63 header_out.ascii = FALSE; in main()
66 header_out.nbits = 8; in main()
70 header_out.nbits = 16; in main()
74 header_out.nbits = 32; in main()
105 if (header_out.speed == -1) in main()
106 header_out.speed = header_in.speed; in main()
131 if (header_out.speed == 0) in main()
[all …]
H A Dpvfsine.c38 pvf_header header_out = init_pvf_header; in main() local
54 header_out.ascii = TRUE; in main()
57 header_out.ascii = FALSE; in main()
60 header_out.nbits = 8; in main()
64 header_out.nbits = 16; in main()
68 header_out.nbits = 32; in main()
77 header_out.speed = atoi(optarg); in main()
98 if (write_pvf_header(fd_out, &header_out) != OK) in main()
108 length = (int) (header_out.speed * flength); in main()
109 k = 2.0 * M_PI / header_out.speed * frequency; in main()
[all …]
H A Dpvfnoise.c37 pvf_header header_out = init_pvf_header; in main() local
52 header_out.ascii = TRUE; in main()
55 header_out.ascii = FALSE; in main()
58 header_out.nbits = 8; in main()
62 header_out.nbits = 16; in main()
66 header_out.nbits = 32; in main()
72 header_out.speed = atoi(optarg); in main()
93 if (write_pvf_header(fd_out, &header_out) != OK) in main()
103 length = (int) (header_out.speed * flength); in main()
106 header_out.write_pvf_data(fd_out, (rand() % 0x1000000) - 0x800000); in main()
H A Dbasictopvf.c39 pvf_header header_out = init_pvf_header; in main() local
50 header_out.ascii = TRUE; in main()
53 header_out.ascii = FALSE; in main()
56 header_out.nbits = 8; in main()
60 header_out.nbits = 16; in main()
64 header_out.nbits = 32; in main()
99 header_out.speed = 8000; in main()
101 if (write_pvf_header(fd_out, &header_out) != OK) in main()
111 if (basictopvf(fd_in, fd_out, &header_out) != OK) in main()
H A Dpvfamp.c40 pvf_header header_out = init_pvf_header; in main() local
53 header_out.ascii = TRUE; in main()
56 header_out.ascii = FALSE; in main()
59 header_out.nbits = 8; in main()
63 header_out.nbits = 16; in main()
67 header_out.nbits = 32; in main()
95 header_out.speed = header_in.speed; in main()
110 if (write_pvf_header(fd_out, &header_out) != OK) in main()
123 header_out.write_pvf_data(fd_out, (((vgetty_s_int64) in main()
H A Dlintopvf.c45 pvf_header header_out = init_pvf_header; in main() local
59 header_out.speed = atoi(optarg); in main()
80 header_out.ascii = TRUE; in main()
83 header_out.ascii = FALSE; in main()
86 header_out.nbits = 8; in main()
90 header_out.nbits = 16; in main()
94 header_out.nbits = 32; in main()
129 if (write_pvf_header(fd_out, &header_out) != OK) in main()
139 if (lintopvf(fd_in, fd_out, &header_out, is_signed, bits16, intel) != OK) in main()
H A Dwavtopvf.c39 pvf_header header_out = init_pvf_header; in main() local
50 header_out.ascii = TRUE; in main()
53 header_out.ascii = FALSE; in main()
56 header_out.nbits = 8; in main()
60 header_out.nbits = 16; in main()
64 header_out.nbits = 32; in main()
99 header_out.speed = 8000; in main()
101 if (wavtopvf(fd_in, fd_out, &header_out) != OK) in main()
H A Dpvfreverse.c39 pvf_header header_out = init_pvf_header; in main() local
55 header_out.ascii = TRUE; in main()
58 header_out.ascii = FALSE; in main()
61 header_out.nbits = 8; in main()
65 header_out.nbits = 16; in main()
69 header_out.nbits = 32; in main()
94 header_out.speed = header_in.speed; in main()
109 if (write_pvf_header(fd_out, &header_out) != OK) in main()
146 header_out.write_pvf_data(fd_out, buffer[i]); in main()
H A Dpvfcut.c43 pvf_header header_out = init_pvf_header; in main() local
63 header_out.ascii = TRUE; in main()
66 header_out.ascii = FALSE; in main()
69 header_out.nbits = 8; in main()
73 header_out.nbits = 16; in main()
77 header_out.nbits = 32; in main()
108 header_out.speed = header_in.speed; in main()
123 if (write_pvf_header(fd_out, &header_out) != OK) in main()
170 header_out.write_pvf_data(fd_out, data); in main()
H A Dpvfmix.c44 pvf_header header_out = init_pvf_header; in main() local
57 header_out.ascii = TRUE; in main()
60 header_out.ascii = FALSE; in main()
63 header_out.nbits = 8; in main()
67 header_out.nbits = 16; in main()
71 header_out.nbits = 32; in main()
122 header_out.speed = header_in.speed; in main()
137 if (write_pvf_header(fd_out, &header_out) != OK) in main()
165 header_out.write_pvf_data(fd_out, data1 + data2); in main()
H A Dpvfecho.c41 pvf_header header_out = init_pvf_header; in main() local
61 header_out.ascii = TRUE; in main()
64 header_out.ascii = FALSE; in main()
67 header_out.nbits = 8; in main()
71 header_out.nbits = 16; in main()
75 header_out.nbits = 32; in main()
106 header_out.speed = header_in.speed; in main()
121 if (write_pvf_header(fd_out, &header_out) != OK) in main()
170 header_out.write_pvf_data(fd_out, buffer[i]); in main()
H A Dautopvf.c37 pvf_header header_out = init_pvf_header; in main() local
48 header_out.ascii = TRUE; in main()
51 header_out.ascii = FALSE; in main()
54 header_out.nbits = 8; in main()
58 header_out.nbits = 16; in main()
62 header_out.nbits = 32; in main()
97 if (autopvf(fd_in, fd_out, &header_out) != OK) in main()
H A Dvoctopvf.c37 pvf_header header_out = init_pvf_header; in main() local
48 header_out.ascii = TRUE; in main()
51 header_out.ascii = FALSE; in main()
54 header_out.nbits = 8; in main()
58 header_out.nbits = 16; in main()
62 header_out.nbits = 32; in main()
97 if (voctopvf(fd_in, fd_out, &header_out) != OK) in main()
H A Dpvffilter.c41 pvf_header header_out = init_pvf_header; in main() local
54 header_out.ascii = TRUE; in main()
57 header_out.ascii = FALSE; in main()
60 header_out.nbits = 8; in main()
64 header_out.nbits = 16; in main()
68 header_out.nbits = 32; in main()
99 header_out.speed = header_in.speed; in main()
116 if (write_pvf_header(fd_out, &header_out) != OK) in main()
164 header_out.write_pvf_data(fd_out, (int) y * ONE); in main()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/include/
H A Dpvf.h66 extern int write_rmd_header (FILE *fd_out, rmd_header *header_out);
69 extern int write_pvf_header (FILE *fd_out, pvf_header *header_out);
80 pvf_header *header_out);
85 pvf_header *header_out);
91 pvf_header *header_out);
99 pvf_header *header_out);
105 extern int voctopvf (FILE *fd_in, FILE *fd_out, pvf_header *header_out);
109 extern int lintopvf (FILE *fd_in, FILE *fd_out, pvf_header *header_out,
113 extern int ulawtopvf (FILE *fd_in, FILE *fd_out, pvf_header *header_out);
126 extern int autopvf (FILE *fd_in, FILE *fd_out, pvf_header *header_out);
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libpvf/
H A Dlib.c106 int write_rmd_header(FILE *fd_out, rmd_header *header_out) in write_rmd_header() argument
109 if (fwrite(header_out, sizeof(rmd_header), 1, fd_out) != 1) in write_rmd_header()
369 int write_pvf_header(FILE *fd_out, pvf_header *header_out) in write_pvf_header() argument
373 if (header_out->ascii) in write_pvf_header()
375 sprintf(buffer, "PVF2\n%d %d %d\n", header_out->channels, in write_pvf_header()
376 header_out->speed, header_out->nbits); in write_pvf_header()
378 switch (header_out->nbits) in write_pvf_header()
398 sprintf(buffer, "PVF1\n%d %d %d\n", header_out->channels, in write_pvf_header()
399 header_out->speed, header_out->nbits); in write_pvf_header()
401 switch (header_out->nbits) in write_pvf_header()
[all …]
H A Dau.c373 int autopvf (FILE *fd_in, FILE *fd_out, pvf_header *header_out) argument
419 header_out->speed = hdr.samplingRate;
421 if (write_pvf_header(fd_out, header_out) != OK)
442 header_out->write_pvf_data(fd_out,
449 header_out->write_pvf_data(fd_out,
510 int ulawtopvf(FILE *fd_in, FILE *fd_out, pvf_header *header_out)
514 if (header_out->speed != 8000)
517 program_name, header_out->speed);
549 int alawtopvf(FILE *fd_in, FILE *fd_out, pvf_header *header_out)
553 if (header_out->speed != 8000)
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/build_tools/
H A Damalgamate.py49 def expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public_include… argument
56 process_file(f, include_path, source_out, header_out, include_paths, public_include_paths)
59 def process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths): argument
71 …expanded = expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public…
81 … expand_include(include_path, f, abs_path, header_out, None, public_include_paths, [])
105 …filename) as f, open(args.source_out, 'w') as source_out, open(args.header_out, 'w') as header_out:
107 print('#include "{}"'.format(header_out.name), file=source_out)
108 process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths)
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/build_tools/
H A Damalgamate.py49 def expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public_include… argument
56 process_file(f, include_path, source_out, header_out, include_paths, public_include_paths)
59 def process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths): argument
71 …expanded = expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public…
81 … expand_include(include_path, f, abs_path, header_out, None, public_include_paths, [])
105 …filename) as f, open(args.source_out, 'w') as source_out, open(args.header_out, 'w') as header_out:
107 print('#include "{}"'.format(header_out.name), file=source_out)
108 process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths)
/dports/databases/rocksdb-lite/rocksdb-6.26.1/build_tools/
H A Damalgamate.py49 def expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public_include… argument
56 process_file(f, include_path, source_out, header_out, include_paths, public_include_paths)
59 def process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths): argument
71 …expanded = expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public…
81 … expand_include(include_path, f, abs_path, header_out, None, public_include_paths, [])
105 …filename) as f, open(args.source_out, 'w') as source_out, open(args.header_out, 'w') as header_out:
107 print('#include "{}"'.format(header_out.name), file=source_out)
108 process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths)
/dports/databases/rocksdb/rocksdb-6.26.1/build_tools/
H A Damalgamate.py49 def expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public_include… argument
56 process_file(f, include_path, source_out, header_out, include_paths, public_include_paths)
59 def process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths): argument
71 …expanded = expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public…
81 … expand_include(include_path, f, abs_path, header_out, None, public_include_paths, [])
105 …filename) as f, open(args.source_out, 'w') as source_out, open(args.header_out, 'w') as header_out:
107 print('#include "{}"'.format(header_out.name), file=source_out)
108 process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/build_tools/
H A Damalgamate.py49 def expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public_include… argument
56 process_file(f, include_path, source_out, header_out, include_paths, public_include_paths)
59 def process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths): argument
71 …expanded = expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public…
81 … expand_include(include_path, f, abs_path, header_out, None, public_include_paths, [])
105 …filename) as f, open(args.source_out, 'w') as source_out, open(args.header_out, 'w') as header_out:
107 print('#include "{}"'.format(header_out.name), file=source_out)
108 process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths)
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/build_tools/
H A Damalgamate.py49 def expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public_include… argument
56 process_file(f, include_path, source_out, header_out, include_paths, public_include_paths)
59 def process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths): argument
71 …expanded = expand_include(include_path, f, abs_path, source_out, header_out, include_paths, public…
81 … expand_include(include_path, f, abs_path, header_out, None, public_include_paths, [])
105 …filename) as f, open(args.source_out, 'w') as source_out, open(args.header_out, 'w') as header_out:
107 print('#include "{}"'.format(header_out.name), file=source_out)
108 process_file(f, abs_path, source_out, header_out, include_paths, public_include_paths)

12345678