Home
last modified time | relevance | path

Searched refs:byte_per_sample (Results 1 – 17 of 17) sorted by relevance

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Daudio_read.c21 *byte_per_sample, int *aiff) in read_samples() argument
38 if ((*aiff == 1) && (*byte_per_sample != 2)) { in read_samples()
41 fread (sample_buffer, *byte_per_sample, (int) samples_read, in read_samples()
70 *byte_per_sample, int *aiff) in read_samples_new() argument
135 int *aiff, int *byte_per_sample, double (*buffer_matr)[1152] in get_audio() argument
152 (unsigned long) (k * 1152), byte_per_sample, in get_audio()
162 byte_per_sample, aiff); in get_audio()
174 (unsigned long) 1152, byte_per_sample, in get_audio()
251 int *aiff, int *byte_per_sample, double (*buffer_matr)[1152] in get_audio_new() argument
282 byte_per_sample, aiff); in get_audio_new()
[all …]
H A Daudio_read.h6 int *byte_per_sample,
21 int *byte_per_sample,
36 int *byte_per_sample,
H A Dlingual.c25 int *byte_per_sample, int *aiff) in read_samples_ml() argument
41 if ((*aiff == 1) && (*byte_per_sample != 2)) { in read_samples_ml()
43 fread (sample_buffer, *byte_per_sample, (int) samples_read, in read_samples_ml()
91 int *aiff, int *byte_per_sample, double (*buffer_matr)[1152] in get_audio_ml() argument
101 (unsigned long) 1152 * n_ml_ch, byte_per_sample, aiff); in get_audio_ml()
H A Dlingual.h5 int *byte_per_sample, int *aiff);
12 int *aiff, int *byte_per_sample, double (*buffer_matr)[1152]
H A Dconfig.h12 int *byte_per_sample,
H A Dmusicin.h15 int *byte_per_sample,
H A Dmusicin.c133 int byte_per_sample = 0; in main() local
233 &aiff_ptr_ml, &aiff, &byte_per_sample, &mat_mode, in main()
242 &aiff, &byte_per_sample, &mat_mode, &aug_mat_mode, &cha_sw, in main()
305 stereomc, stereoaug, &fr_ps, &aiff, &byte_per_sample, in main()
397 &aiff, &byte_per_sample, in main()
1060 int *byte_per_sample, in parse_args() argument
1343 if (aiff_read_headers (musicin, pcm_aiff_data, byte_per_sample) == 0) { in parse_args()
1583 } else if (aiff_read_headers (musicin_ml, pcm_aiff_data_ml, byte_per_sample) in parse_args()
H A Dconfig.c19 int *byte_per_sample, in obtain_parameters() argument
74 if (aiff_read_headers (musicin_ml, pcm_aiff_data_ml, byte_per_sample) == 0) { in obtain_parameters()
112 if (aiff_read_headers (musicin, pcm_aiff_data, byte_per_sample) == 0) { in obtain_parameters()
H A Dcommon.h370 int aiff_read_headers(FILE *file_ptr, IFF_AIFF *aiff_ptr, int *byte_per_sample);
H A Dcommon.c601 int *byte_per_sample) in aiff_read_headers() argument
704 *byte_per_sample = ceil ((double) CommChunk.sampleSize / 8); in aiff_read_headers()
/dports/emulators/quasi88/quasi88-0.6.4/src/WIN32/
H A Daudio.c411 static int byte_per_sample = 4; /* 1����ץ뤢����ΥХ��ȿ� */ variable
443 if (stereo) byte_per_sample = 4; in create_sound_device()
444 else byte_per_sample = 2; in create_sound_device()
484 bufsize = Machine->sample_rate * byte_per_sample * g_pcm_bufsize / 1000; in create_sound_device()
520 f.nSamplesPerSec, bufsize / byte_per_sample); in create_sound_device()
580 sample.amountWrite = count * byte_per_sample; in write_sound_device()
/dports/audio/soundtouch/soundtouch-2.3.1/source/SoundStretch/
H A DWavFile.cpp223 (header.format.byte_per_sample < 1) || (header.format.byte_per_sample > 320) || in init()
543 _swap16((short &)header.format.byte_per_sample); // short int byte_per_sample; in readHeaderBlock()
676 if (header.format.byte_per_sample == 0) return 0; in getNumSamples()
678 return header.data.data_len / (unsigned short)header.format.byte_per_sample; in getNumSamples()
768 header.format.byte_per_sample = (short)(bits * channels / 8); in fillInHeader()
769 header.format.byte_rate = header.format.byte_per_sample * (int)sampleRate; in fillInHeader()
791 header.fact.fact_sample_len = bytesWritten / header.format.byte_per_sample; in finishHeader()
810 _swap16((short &)hdrTemp.format.byte_per_sample); in writeHeader()
H A DWavFile.h67 unsigned short byte_per_sample; member
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/soundtouch/source/SoundStretch/
H A DWavFile.cpp550 _swap16(header.format.byte_per_sample); // short int byte_per_sample; in readHeaderBlock()
644 if (header.format.byte_per_sample == 0) return 0; in getNumSamples()
645 return header.data.data_len / (unsigned short)header.format.byte_per_sample; in getNumSamples()
738 header.format.byte_per_sample = (short)(bits * channels / 8); in fillInHeader()
739 header.format.byte_rate = header.format.byte_per_sample * (int)sampleRate; in fillInHeader()
775 _swap16((short &)hdrTemp.format.byte_per_sample); in writeHeader()
H A DWavFile.h74 short byte_per_sample; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/ext/libav/
H A Dgstavauddec.c479 gint nsamples, channels, byte_per_sample; in gst_ffmpegauddec_audio_frame() local
494 byte_per_sample = ffmpegdec->info.finfo->width / 8; in gst_ffmpegauddec_audio_frame()
504 output_size = nsamples * byte_per_sample * channels; in gst_ffmpegauddec_audio_frame()
519 ffmpegdec->frame->extended_data[i], nsamples * byte_per_sample); in gst_ffmpegauddec_audio_frame()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.c371 IFF_AIFF * aiff_ptr, int *byte_per_sample) in aiff_read_headers() argument
486 *byte_per_sample = ceil ((double) CommChunk.sampleSize / 8); in aiff_read_headers()