Home
last modified time | relevance | path

Searched refs:DATAFORMAT_PCM (Results 1 – 15 of 15) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddataformat.c914 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
915 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
916 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
917 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
918 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
919 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
920 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_selftest()
1129 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_performance_test()
1130 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_performance_test()
1131 DATAFORMAT_PCM, DATAFORMAT_PCM, DATAFORMAT_PCM, in conversion_performance_test()
[all …]
H A Dsound-artsc.c77 if (format->type != DATAFORMAT_PCM || format->samplesize > 2 || in mharts_output_select_format()
98 if (format->type != DATAFORMAT_PCM || format->samplesize > 2 || in mharts_input_select_format()
125 if (format->type != DATAFORMAT_PCM || format->samplesize > 2) { in mharts_output_suggest_format()
126 result->type = DATAFORMAT_PCM; in mharts_output_suggest_format()
H A Dfiletypes.c514 fmt.type = DATAFORMAT_PCM; in wav_load()
557 if (fmt->type == DATAFORMAT_PCM) { in wav_save()
599 if (fmt->type == DATAFORMAT_PCM && fmt->samplesize==1 && fmt->sign) { in wav_save()
603 if (fmt->type == DATAFORMAT_PCM && fmt->samplesize>1 && !fmt->sign) { in wav_save()
608 if (fmt->type == DATAFORMAT_PCM && fmt->bigendian == TRUE) { in wav_save()
739 f.type = DATAFORMAT_PCM; in sndfile_load()
815 if (fmt->type == DATAFORMAT_PCM) { in find_nearest_sndfile_format()
931 } else if (fmt.type == DATAFORMAT_PCM) { in sndfile_save_main()
1092 fmt.type = DATAFORMAT_PCM; in ogg_save()
1364 fmt.type = DATAFORMAT_PCM; in mp3_save()
H A Dformatselector.c158 if (fmt->type == DATAFORMAT_PCM) { in format_selector_set()
183 result->type = DATAFORMAT_PCM; in format_selector_get()
H A Ddataformat.h29 #define DATAFORMAT_PCM 0 /* Linear PCM */ macro
H A Drawdialog.c62 fmt.type = DATAFORMAT_PCM; in rawdialog_execute()
H A Ddatasource.c51 obj->format.type = DATAFORMAT_PCM; in datasource_init()
837 if (source->format.type == DATAFORMAT_PCM && in datasource_convert()
838 new_format->type == DATAFORMAT_PCM && in datasource_convert()
914 if (ds->format.type == DATAFORMAT_PCM) return 0; in datasource_clip_check()
H A Dtempfile.c122 if (format->type == DATAFORMAT_PCM) { in get_wav_header()
138 if (format->type == DATAFORMAT_PCM) { in get_wav_header()
H A Dsoxdialog.c86 g_assert(fmt->type == DATAFORMAT_PCM && fmt->samplesize != 3 && fmt->packing == 0); in sox_dialog_format_string()
261 Dataformat stype = { DATAFORMAT_PCM, 44100, 4, 1, 4, TRUE, IS_BIGENDIAN }; in sox_dialog_apply_proc()
263 (chunk->format.type == DATAFORMAT_PCM && in sox_dialog_apply_proc()
H A Drecordformatcombo.c54 if (fmt->type == DATAFORMAT_PCM) in rf_string()
H A Dsound-pulse.c473 if (format->type == DATAFORMAT_PCM) { in format_to_pulse()
524 f.type = DATAFORMAT_PCM; in pa_format_from_pulse()
H A Dplayer.c35 Dataformat player_fallback_format = { DATAFORMAT_PCM, 44100, 2, 2, 4, TRUE,
H A Drateconv.c237 cd.format.type = DATAFORMAT_PCM; in sox_new()
H A Dchunk.c85 object->format.type = DATAFORMAT_PCM; in chunk_init()
1462 if (s == 1.0 && chunk->format.type == DATAFORMAT_PCM) return TRUE; in chunk_peak_level_proc()
H A Drecorddialog.c106 rf->fmt.type = DATAFORMAT_PCM; in build_preset_list()