Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/rtp/
Drtp.h53 const char* pa_rtp_format_to_string(pa_sample_format_t f);
Drtp-common.c89 const char* pa_rtp_format_to_string(pa_sample_format_t f) { in pa_rtp_format_to_string() function
Dsdp.c62 pa_assert_se(f = pa_rtp_format_to_string(ss->format)); in pa_sdp_build()