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

  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.cc 15 static const uint16 kCommonRtpHeaderLength = 12;
84 uint16 rtp_header_length = kCommonRtpHeaderLength + kCastRtpHeaderLength;
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 40 static const int kCommonRtpHeaderLength = 12;
108 packet_copy[kCommonRtpHeaderLength] &= kCastReferenceFrameIdBitReset;
    [all...]

Completed in 31 milliseconds