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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry.cc 427 RtpVideoCodecTypes videoType = kRtpVideoGeneric;
429 videoType = kRtpVideoVp8;
431 videoType = kRtpVideoH264;
433 videoType = kRtpVideoGeneric;
435 videoType = kRtpVideoNone;
437 videoType = kRtpVideoGeneric;
443 payload->typeSpecific.Video.videoCodecType = videoType;
rtp_sender_video.cc 67 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) {
69 _videoType = videoType;
83 RtpVideoCodecTypes videoType = kRtpVideoGeneric;
85 videoType = kRtpVideoVp8;
87 videoType = kRtpVideoH264;
89 videoType = kRtpVideoGeneric;
91 videoType = kRtpVideoGeneric;
96 payload->typeSpecific.Video.videoCodecType = videoType;
268 int32_t RTPSenderVideo::SendVideo(const RtpVideoCodecTypes videoType,
292 return Send(videoType,
    [all...]

Completed in 1899 milliseconds