Home
last modified time | relevance | path

Searched defs:pobjRtpPktBuf (Results 1 – 4 of 4) sorted by relevance

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpPacketTest.cpp80 uint8_t pobjRtpPktBuf[] = {0x90, 0xe3, 0xa5, 0x83, 0x00, 0x00, 0xe1, 0xc8, 0x92, 0x7d, 0xcd, in TEST() local
132 uint8_t pobjRtpPktBuf[] = {0x50, 0xe3, 0xa5, 0x83, 0x00, 0x00, 0xe1, 0xc8, 0x92, 0x7d, 0xcd, in TEST() local
167 uint8_t pobjRtpPktBuf[] = {0x50, 0xe3, 0xa5, 0x83, 0x00, 0x00, 0xe1, 0xc8, 0x92, 0x7d, 0xcd, in TEST() local
202 uint8_t pobjRtpPktBuf[] = {0xB0, 0xe3, 0xa5, 0x83, 0x00, 0x00, 0xe1, 0xc8, 0x92, 0x7d, 0xcd, in TEST() local
DRtpStackUtilTest.cpp22 uint8_t pobjRtpPktBuf[] = {0x90, 0xe3, 0xa5, 0x83, 0x00, 0x00, 0xe1, 0xc8, 0x92, 0x7d, 0xcd, in TEST() local
32 uint8_t pobjRtpPktBuf[] = {0x90, 0xe3, 0xa5, 0x83, 0x00, 0x00, 0xe1, 0xc8, 0x92, 0x7d, 0xcd, in TEST() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpPacket.cpp70 eRtp_Bool RtpPacket::formPacket(IN RtpBuffer* pobjRtpPktBuf) in formPacket()
130 eRtp_Bool RtpPacket::decodePacket(IN RtpBuffer* pobjRtpPktBuf) in decodePacket()
DRtpHeader.cpp144 eRtp_Bool RtpHeader::formHeader(IN RtpBuffer* pobjRtpPktBuf) in formHeader()
204 eRtp_Bool RtpHeader::decodeHeader(IN RtpBuffer* pobjRtpPktBuf, OUT RtpDt_UInt32& uiBufPos) in decodeHeader()