Searched refs:NX_RTCP_SDES_ITEM (Results 1 – 2 of 2) sorted by relevance
242 } NX_RTCP_SDES_ITEM; typedef248 NX_RTCP_SDES_ITEM nx_rtcp_sdes_item[1];
2533 NX_RTCP_SDES_ITEM *item; in _nx_rtcp_packet_sdes_process()2558 while (((UCHAR *)item + sizeof(NX_RTCP_SDES_ITEM) <= end) && item -> nx_rtcp_sdes_type) in _nx_rtcp_packet_sdes_process()2583 item = (NX_RTCP_SDES_ITEM *)((UCHAR *)item + 2 + item -> nx_rtcp_sdes_length); in _nx_rtcp_packet_sdes_process()