HomeSort by relevance Sort by last modified time
    Searched refs:rtp_header (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/audio/
rtp.h 26 struct rtp_header { struct
51 struct rtp_header { struct
liba2dp.c 262 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
639 struct rtp_header *header;
649 header = (struct rtp_header *)data->buffer;
717 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
pcm_bluetooth.c 684 a2dp->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
970 struct rtp_header *header;
993 a2dp->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
    [all...]

Completed in 18 milliseconds