Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dlog.c234 static char* get_backtrace(unsigned show_nframes) { in get_backtrace() argument
241 pa_assert(show_nframes > 0); in get_backtrace()
254 n = PA_MIN((unsigned) n_frames, s + show_nframes); in get_backtrace()