Home | History | Annotate | Download | only in avdt

Lines Matching full:packet

250     /* parse media packet header */
257 /* skip over any csrc's in packet */
271 /* adjust length for any padding at end of packet */
274 /* padding length in last byte of packet */
281 AVDT_TRACE_WARNING0("Got bad media packet");
340 /* parse report packet header */
348 case AVDT_RTCP_PT_SR: /* the packet type - SR (Sender Report) */
356 case AVDT_RTCP_PT_RR: /* the packet type - RR (Receiver Report) */
366 case AVDT_RTCP_PT_SDES: /* the packet type - SDES (Source Description) */
380 AVDT_TRACE_ERROR1( "Bad Report pkt - packet type: %d", pt);
419 UINT8 *p_end; /* end of all packet */
474 /* parse reporting packet */
494 if(!al_frag) /* is it first fragment of original media packet */
500 p_scb->frag_org_len = al_len; /* total length of original media packet */
513 /* make sure it is the last fragment in l2cap packet */
557 /* if it is last fragment in original media packet then process total media pocket */
569 /* skip over any csrc's in packet */
593 /* adjust length for any padding at end of packet */
596 /* padding length in last byte of packet */
607 /* send total media packet up */
618 AVDT_TRACE_WARNING0("*** Got bad media packet");
663 ** Description Drop an incoming media packet. This function is called if
664 ** a media packet is received in any state besides streaming.
672 AVDT_TRACE_WARNING0("Dropped incoming media packet");
1194 ** Description This function frees the media packet currently stored in
1195 ** the SCB, if any. Then it builds a new media packet from
1206 /* free packet we're holding, if any; to be replaced with new */
1212 AVDT_TRACE_WARNING0("Dropped media packet; congested");
1215 /* build a media packet */
1244 ** Description This function builds a new fragments of media packet from
1263 AVDT_TRACE_WARNING0("*** Dropped media packet; congested");
1272 /* get first packet */
1283 /* length of all remaining transport packet */
1303 /* length of all remaining transport packet */
1818 ** Description This function frees the media packet passed in.
1844 AVDT_TRACE_WARNING0("Dropped media packet");
1855 ** Description This function frees the media packet stored in the SCB.
1888 AVDT_TRACE_DEBUG0("Dropped stored media packet");
1917 ** congested it sends a stored media packet, if any. After it
1918 ** sends the packet it calls the application callback function
2096 p_frag->layer_specific = *p_data_len;/* length of all remaining transport packet */
2098 /* adjust packet offset for continuing packets */
2118 /* length of all remaining transport packet */