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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format.cc 24 case kRtpVideoH264:
42 case kRtpVideoH264:
rtp_format_h264_unittest.cc 86 kRtpVideoH264, max_payload_size, NULL, kEmptyFrame));
160 RtpPacketizer::Create(kRtpVideoH264, kMaxPayloadSize, NULL, kEmptyFrame));
189 RtpPacketizer::Create(kRtpVideoH264, kMaxPayloadSize, NULL, kEmptyFrame));
226 RtpPacketizer::Create(kRtpVideoH264, kMaxPayloadSize, NULL, kEmptyFrame));
261 RtpPacketizer::Create(kRtpVideoH264, kMaxPayloadSize, NULL, kEmptyFrame));
309 RtpPacketizer::Create(kRtpVideoH264, kMaxPayloadSize, NULL, kEmptyFrame));
385 : depacketizer_(RtpDepacketizer::Create(kRtpVideoH264)) {}
407 EXPECT_EQ(kRtpVideoH264, payload.type.Video.codec);
423 EXPECT_EQ(kRtpVideoH264, payload.type.Video.codec);
442 EXPECT_EQ(kRtpVideoH264, payload.type.Video.codec)
    [all...]
rtp_format_h264.cc 65 parsed_payload->type.Video.codec = kRtpVideoH264;
142 parsed_payload->type.Video.codec = kRtpVideoH264;
rtp_sender_video.cc 83 videoType = kRtpVideoH264;
rtp_payload_registry.cc 457 videoType = kRtpVideoH264;
  /external/webrtc/webrtc/modules/video_coding/
packet.cc 130 case kRtpVideoH264:
encoded_frame.cc 195 case kRtpVideoH264: {
generic_encoder.cc 82 rtp->codec = kRtpVideoH264;
session_info.cc 178 if (packet.codecSpecificHeader.codec == kRtpVideoH264 &&
  /external/webrtc/webrtc/modules/include/
module_common_types.h 235 kRtpVideoH264

Completed in 941 milliseconds