Lines Matching refs:nAvgBytesPerSec

98     int nAvgBytesPerSec;  member
253 int nAvgBytesPerSec, int nBlockAlign,
315 out_uint32_le(s, g_wave_outp_formats[index]->nAvgBytesPerSec); in sound_send_server_output_formats()
368 int nSamplesPerSec, int nAvgBytesPerSec, in sound_process_output_format() argument
376 LOG_DEVEL(LOG_LEVEL_INFO, " nAvgBytesPerSec %d", nAvgBytesPerSec); in sound_process_output_format()
387 nAvgBytesPerSec == g_pcm_44100.nAvgBytesPerSec && in sound_process_output_format()
400 nAvgBytesPerSec == g_wave_formats[lindex]->nAvgBytesPerSec && in sound_process_output_format()
447 int nAvgBytesPerSec; in sound_process_output_formats() local
469 in_uint32_le(s, nAvgBytesPerSec); in sound_process_output_formats()
475 nAvgBytesPerSec, nBlockAlign, wBitsPerSample, in sound_process_output_formats()
570 bitrate = g_fdk_aac_44100.nAvgBytesPerSec * 8; in sound_wave_compress_fdk_aac()
1502 out_uint32_le(s, g_wave_inp_formats[index]->nAvgBytesPerSec); in sound_send_server_input_formats()
1533 int nSamplesPerSec, int nAvgBytesPerSec, in sound_process_input_format() argument
1541 LOG_DEVEL(LOG_LEVEL_DEBUG, " nAvgBytesPerSec %d", nAvgBytesPerSec); in sound_process_input_format()
1551 nAvgBytesPerSec == g_pcm_inp_44100.nAvgBytesPerSec && in sound_process_input_format()
1563 nAvgBytesPerSec == g_pcm_inp_22050.nAvgBytesPerSec && in sound_process_input_format()
1587 int nAvgBytesPerSec; in sound_process_input_formats() local
1610 in_uint32_le(s, nAvgBytesPerSec); in sound_process_input_formats()
1616 nAvgBytesPerSec, nBlockAlign, wBitsPerSample, in sound_process_input_formats()