Lines Matching refs:UINT32
207 UINT32 ntp_sec; /* NTP time: seconds relative to 0h UTC on 1 January 1900 */
208 UINT32 ntp_frac; /* NTP time: the fractional part */
209 UINT32 rtp_time; /* timestamp in RTP header */
210 UINT32 pkt_count; /* sender's packet count: since starting transmission
212 UINT32 octet_count; /* sender's octet count: same comment */
218 UINT32 packet_lost; /* cumulative number of packets lost since the beginning */
219 UINT32 seq_num_rcvd; /* extended highest sequence number received */
220 UINT32 jitter; /* interarrival jitter */
221 UINT32 lsr; /* last SR timestamp */
222 UINT32 dlsr; /* delay since last SR */
360 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
370 typedef void (tAVDT_MEDIA_CBACK)(UINT8 handle, UINT8 *p_payload, UINT32 payload_len,
371 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker);
802 extern UINT16 AVDT_WriteReq(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
840 extern UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
915 extern UINT16 AVDT_SetMediaBuf(UINT8 handle, UINT8 *p_buf, UINT32 buf_len);