Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dgstrtpsbcpay.c39 struct rtp_payload { struct
49 struct rtp_payload { argument
172 struct rtp_payload *payload; in gst_rtp_sbc_pay_flush_buffers()
198 payload = (struct rtp_payload *) payload_data; in gst_rtp_sbc_pay_flush_buffers()
199 memset(payload, 0, sizeof(struct rtp_payload)); in gst_rtp_sbc_pay_flush_buffers()
Drtp.h41 struct rtp_payload { struct
66 struct rtp_payload { argument
Dliba2dp.c262 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in bluetooth_start()
640 struct rtp_payload *payload; in avdtp_write()
650 payload = (struct rtp_payload *)(data->buffer + sizeof(*header)); in avdtp_write()
717 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in avdtp_write()
Dpcm_bluetooth.c684 a2dp->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in bluetooth_a2dp_setup()
971 struct rtp_payload *payload; in avdtp_write()
993 a2dp->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in avdtp_write()