Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dgstrtpsbcpay.c38 struct rtp_payload { struct
48 struct rtp_payload { argument
171 struct rtp_payload *payload; in gst_rtp_sbc_pay_flush_buffers()
197 payload = (struct rtp_payload *) payload_data; in gst_rtp_sbc_pay_flush_buffers()
198 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.c229 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in bluetooth_start()
606 struct rtp_payload *payload; in avdtp_write()
616 payload = (struct rtp_payload *)(data->buffer + sizeof(*header)); in avdtp_write()
683 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()
/external/opencore/protocols/sdp/parser/include/
Dsdp_parser.h68 bool parse_rtpmap(const char *start, const char *end, int& rtp_payload,
/external/opencore/protocols/sdp/parser/src/
Dsdpparser.cpp56 bool SDP_Parser::parse_rtpmap(const char *start, const char *end, int& rtp_payload, in parse_rtpmap() argument
76 rtp_payload = (int)rtpPayload; in parse_rtpmap()