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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc 28 applicationLength(0),
58 uint16_t oldLength = applicationLength;
66 applicationLength += copySize;
67 applicationData = new uint8_t[applicationLength];
rtcp_receiver_help.h 68 uint16_t applicationLength;
rtcp_receiver_unittest.cc 114 rtcp_packet_info_.applicationLength =
115 rtcpPacketInformation.applicationLength;
307 EXPECT_EQ(0, rtcp_packet_info_.applicationLength);
327 EXPECT_EQ(kDataLength, rtcp_packet_info_.applicationLength);
rtcp_receiver.cc     [all...]

Completed in 785 milliseconds