Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dmod_portaudio.c51 #define STREAM_SAMPLES_PER_PACKET(stream) ((stream->codec_ms * stream->sample_rate) / 1000) macro
853 endpoint->read_frame.data, STREAM_SAMPLES_PER_PACKET(endpoint->in_stream), in channel_endpoint_read()
1209 STREAM_SAMPLES_PER_PACKET(endpoint->in_stream) : STREAM_SAMPLES_PER_PACKET(endpoint->out_stream); in channel_outgoing_channel()
2328 paClipOff, STREAM_SAMPLES_PER_PACKET(shstream), globals.dual_streams); in open_shared_audio_stream()
2331 paClipOff, STREAM_SAMPLES_PER_PACKET(shstream), 0); in open_shared_audio_stream()