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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.cc 72 RtpVideoCodecTypes RTPSenderVideo::VideoCodecType() const {
96 payload->typeSpecific.Video.videoCodecType = videoType;
rtp_sender.cc 383 *video_type = video_->VideoCodecType();
397 video_->SetVideoCodecType(payload->typeSpecific.Video.videoCodecType);
398 *video_type = payload->typeSpecific.Video.videoCodecType;
    [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 614 enum VideoCodecType
665 VideoCodecType codecType;
  /external/webrtc/src/
common_types.h 526 enum VideoCodecType
563 VideoCodecType codecType;

Completed in 3222 milliseconds