Searched refs:AVDT_MEDIA_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance
1239 p_data->apiwrite.p_buf->len += AVDT_MEDIA_HDR_SIZE; in avdt_scb_hdl_write_req_no_frag()1240 p_data->apiwrite.p_buf->offset -= AVDT_MEDIA_HDR_SIZE; in avdt_scb_hdl_write_req_no_frag()1296 p_frag->len += AVDT_AL_HDR_SIZE + AVDT_MEDIA_HDR_SIZE; in avdt_scb_hdl_write_req_frag()1297 p_frag->offset -= AVDT_AL_HDR_SIZE + AVDT_MEDIA_HDR_SIZE; in avdt_scb_hdl_write_req_frag()1307 UINT16_TO_BE_STREAM(p, p_frag->layer_specific + AVDT_MEDIA_HDR_SIZE ); in avdt_scb_hdl_write_req_frag()2085 UINT16 cont_offset = offset - AVDT_MEDIA_HDR_SIZE; in avdt_scb_queue_frags()
54 #define AVDT_MEDIA_HDR_SIZE 12 macro
1392 p_scb->stream_mtu = p_data->str_msg.msg.open_ind.peer_mtu - AVDT_MEDIA_HDR_SIZE; in bta_av_str_opened()