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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.cc 103 RtpVideoCodecTypes RtpReceiverImpl::VideoCodecType() const {
106 return media_specific.Video.videoCodecType;
rtp_sender_video.cc 78 RTPSenderVideo::VideoCodecType() const
101 payload->typeSpecific.Video.videoCodecType = videoType;
rtp_sender.cc 364 *video_type = video_->VideoCodecType();
378 video_->SetVideoCodecType(payload->typeSpecific.Video.videoCodecType);
379 *video_type = payload->typeSpecific.Video.videoCodecType;
    [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 591 enum VideoCodecType
640 VideoCodecType codecType;
  /external/webrtc/src/
common_types.h 526 enum VideoCodecType
563 VideoCodecType codecType;

Completed in 93 milliseconds