Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c40 pa_channel_position_t pa_pos; member
277 map->map[j] = gst_pa_pos_table[i].pa_pos; in gst_pulse_gst_to_channel_map()
315 if (map->map[j] == gst_pa_pos_table[i].pa_pos) { in gst_pulse_channel_map_to_gst()
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c1915 pss->packet_assembly[pss->pa_pos++] = *p; in parse()
1928 if (cp > l - pss->pa_pos) in parse()
1929 cp = l - pss->pa_pos; in parse()
1932 pss->pa_pos) { in parse()
1943 memcpy(&pss->packet_assembly[pss->pa_pos], p, cp); in parse()
1944 pss->pa_pos += cp; in parse()
1948 if (pss->pa_pos != l) in parse()
1955 pss->pa_pos, pt); in parse()
1964 pss->pa_pos = 0; in parse()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h505 uint32_t pa_pos; member