Searched defs:ohdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc86 Audio_hdr ohdr; // ignore this ... local
154 (unsigned char *)&fhdr, &file_type, &ohdr,
222 const AudioHdr ohdr,
240 (FileAccess)WriteOnly, ohdr,
269 ohdr, path))) {
292 if ((err = ofp->SetHeader(ohdr)) != AUDIO_SUCCESS) {
220 create_output_file( const char *path, const AudioHdr ohdr, format_type ofmt, const char *infoString) argument
H A Dmain.cc70 AudioHdr ohdr; local
103 init_header(ohdr);
110 (void) parse_format((char *)"pcm", ohdr, ofmt, o_offset);
113 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset);
116 (void) parse_format((char *)"g721", ohdr, ofmt, o_offset);
119 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset);
122 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset);
155 if (parse_format(out_fmt, ohdr, ofmt, o_offset) == -1)
262 ohdr = ifp->GetHeader();
263 ohdr
[all...]
H A Dconvert.cc70 AudioHdr ohdr)
81 ((ohdr.encoding != ULAW) &&
82 (ohdr.encoding != ALAW) &&
83 (ohdr.encoding != LINEAR) &&
84 (ohdr.encoding != FLOAT) &&
85 (ohdr.encoding != G721) &&
86 (ohdr.encoding != G723))) {
88 enc2 = ohdr.EncodingString();
101 AudioHdr ohdr,
107 if ((ihdr == ohdr)
68 verify_conversion( AudioHdr ihdr, AudioHdr ohdr) argument
99 noop_conversion( AudioHdr ihdr, AudioHdr ohdr, format_type i_fmt, format_type o_fmt, off_t i_offset, off_t ) argument
557 AudioHdr ohdr; local
680 AudioHdr ohdr; local
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc94 Audio_hdr ohdr; // XXX - old libaudio hdr local
125 &file_type, &ohdr, &infosize);
140 hdr_local.sample_rate = ohdr.sample_rate;
141 hdr_local.samples_per_unit = ohdr.samples_per_unit;
142 hdr_local.bytes_per_unit = ohdr.bytes_per_unit;
143 hdr_local.channels = ohdr.channels;
144 hdr_local.encoding = (AudioEncoding) ohdr.encoding;
162 if ((ohdr.data_size != AUDIO_UNKNOWN_SIZE) &&
163 (GetLength() != GetHeader().Bytes_to_Time(ohdr.data_size)))
193 Audio_hdr ohdr; // XX local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c58 struct ohdr { struct
71 static void convert_old(struct ohdr *);
377 convert_old((struct ohdr *)hdrp);
737 convert_old(struct ohdr *ohdrp)
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c204 struct hdr ihdr, ohdr; local
233 memset(&ohdr, 0, sizeof(ohdr));
234 ohdr.fmt = format;
235 ohdr.text = ldr_size;
236 ohdr.data = btx.btx_textsz + ihdr.size;
237 ohdr.org = lentry;
238 ohdr.entry = lentry;
262 puthdr(fdo, &ohdr);
268 seekx(fdo, ohdr
[all...]

Completed in 87 milliseconds