Home
last modified time | relevance | path

Searched defs:rtp_size (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-aptx-gst.c471 size_t rtp_size = sizeof(struct rtp_header); in get_block_size_hd() local
478 size_t rtp_size = sizeof(struct rtp_header); in get_encoded_block_size_hd() local
Da2dp-codec-sbc.c727 size_t rtp_size = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in get_block_size() local
747 size_t rtp_size = sizeof(struct rtp_header) + sizeof(struct rtp_payload); in get_encoded_block_size() local
/third_party/curl/tests/server/
Drtspd.c306 int rtp_size = 0; in ProcessRequest() local