Home
last modified time | relevance | path

Searched +defs:packet +defs:received (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/raop/
Draop-client.c273 static size_t write_ALAC_data(uint8_t *packet, const size_t max, uint8_t *raw, size_t *length, bool… in write_ALAC_data()
311 static size_t build_tcp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_tcp_audio_packet()
360 pa_memchunk *packet = NULL; in send_tcp_audio_packet() local
402 static size_t build_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_udp_audio_packet()
451 pa_memchunk *packet = NULL; in send_udp_audio_packet() local
486 static size_t rebuild_udp_audio_packet(pa_raop_client *c, uint16_t seq, pa_memchunk *packet) { in rebuild_udp_audio_packet()
508 pa_memchunk *packet = NULL; in resend_udp_audio_packets() local
542 static size_t build_udp_sync_packet(pa_raop_client *c, uint32_t stamp, uint32_t **packet) { in build_udp_sync_packet()
570 uint32_t * packet = NULL; in send_udp_sync_packet() local
583 static size_t handle_udp_control_packet(pa_raop_client *c, const uint8_t packet[], ssize_t size) { in handle_udp_control_packet()
[all …]
/third_party/ffmpeg/libavformat/
Drtpdec.c724 RTPPacket **cur = &s->queue, *packet; in enqueue_packet() local
817 int64_t received = av_gettime_relative(); in rtp_parse_one_packet() local