Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpacket.c37 enum { PA_PACKET_APPENDED, PA_PACKET_DYNAMIC } type; enumerator
58 p->type = PA_PACKET_DYNAMIC; in pa_packet_new()
89 p->type = PA_PACKET_DYNAMIC; in pa_packet_new_dynamic()
117 if (p->type == PA_PACKET_DYNAMIC) in pa_packet_unref()