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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
video_codec_information.h 23 virtual RtpVideoCodecTypes Type() = 0;
rtp_sender_video.h 38 virtual RtpVideoCodecTypes VideoCodecType() const;
48 int32_t SendVideo(const RtpVideoCodecTypes videoType,
61 void SetVideoCodecType(RtpVideoCodecTypes type);
118 RtpVideoCodecTypes _videoType;
rtp_utility.h 156 void SetType(RtpVideoCodecTypes videoType);
158 RtpVideoCodecTypes type;
167 RTPPayloadParser(const RtpVideoCodecTypes payloadType,
207 const RtpVideoCodecTypes _videoType;
rtp_receiver_video.h 80 RtpVideoCodecTypes video_type,
rtp_receiver_impl.h 82 RtpVideoCodecTypes VideoCodecType() const;
rtp_sender_video.cc 71 RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType)
77 RtpVideoCodecTypes
90 RtpVideoCodecTypes videoType = kRtpVideoGeneric;
277 RTPSenderVideo::SendVideo(const RtpVideoCodecTypes videoType,
rtp_sender.h 244 RtpVideoCodecTypes VideoCodecType() const;
282 RtpVideoCodecTypes *video_type);
rtp_receiver_video.cc 107 RtpVideoCodecTypes video_type,
rtp_utility.cc 191 void RTPPayload::SetType(RtpVideoCodecTypes videoType) {
570 RTPPayloadParser::RTPPayloadParser(const RtpVideoCodecTypes videoType,
rtp_rtcp_impl.h 299 virtual RtpVideoCodecTypes SendVideoCodec() const;
rtp_sender.cc 345 RtpVideoCodecTypes *video_type) {
398 RtpVideoCodecTypes video_type = kRtpVideoGeneric;
    [all...]
rtp_payload_registry.cc 434 RtpVideoCodecTypes videoType = kRtpVideoGeneric;
rtp_receiver_impl.cc 103 RtpVideoCodecTypes RtpReceiverImpl::VideoCodecType() const {
rtp_rtcp_impl.cc 982 RtpVideoCodecTypes ModuleRtpRtcpImpl::SendVideoCodec() const {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.h 64 void SetCodecType(RtpVideoCodecTypes codecType)
87 RtpVideoCodecTypes _codecType;
118 void SetCodecType(RtpVideoCodecTypes codecType)
135 RtpVideoCodecTypes _codecType;
test_util.h 105 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname);
test_util.cc 150 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname) {
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/H264/
h264_information.h 141 virtual RtpVideoCodecTypes Type();
rtp_sender_h264.h 58 virtual RtpVideoCodecTypes VideoCodecType() const = 0;
h264_information.cc 123 RtpVideoCodecTypes
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp_defines.h 42 RtpVideoCodecTypes videoCodecType;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 82 enum RtpVideoCodecTypes {
94 RtpVideoCodecTypes codec;

Completed in 948 milliseconds