HomeSort by relevance Sort by last modified time
    Searched refs:applicationLength (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc 29 applicationLength(0),
58 uint16_t oldLength = applicationLength;
66 applicationLength += copySize;
67 applicationData = new uint8_t[applicationLength];
rtcp_receiver_help.h 73 uint16_t applicationLength;
rtcp_receiver_unittest.cc 116 rtcp_packet_info_.applicationLength =
117 rtcpPacketInformation.applicationLength;
423 EXPECT_EQ(0, rtcp_packet_info_.applicationLength);
443 EXPECT_EQ(kDataLength, rtcp_packet_info_.applicationLength);
    [all...]

Completed in 55 milliseconds