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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
video_codec_information.h 22 virtual RtpVideoCodecTypes Type() = 0;
rtp_format.cc 19 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type,
40 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type) {
rtp_format.h 24 static RtpPacketizer* Create(RtpVideoCodecTypes type,
62 static RtpDepacketizer* Create(RtpVideoCodecTypes type);
rtp_sender_video.h 38 virtual RtpVideoCodecTypes VideoCodecType() const;
47 int32_t SendVideo(const RtpVideoCodecTypes videoType,
59 void SetVideoCodecType(RtpVideoCodecTypes type);
108 RtpVideoCodecTypes _videoType;
rtp_sender_video.cc 64 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) {
68 RtpVideoCodecTypes RTPSenderVideo::VideoCodecType() const {
77 RtpVideoCodecTypes videoType = kRtpVideoGeneric;
225 int32_t RTPSenderVideo::SendVideo(const RtpVideoCodecTypes videoType,
rtp_sender.h 282 RtpVideoCodecTypes VideoCodecType() const;
316 int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type);
rtp_payload_registry.cc 450 RtpVideoCodecTypes videoType = kRtpVideoGeneric;
rtp_sender.cc 450 RtpVideoCodecTypes* video_type) {
518 RtpVideoCodecTypes video_type = kRtpVideoGeneric;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.cc 135 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname) {
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 43 RtpVideoCodecTypes videoCodecType;
  /external/webrtc/webrtc/modules/include/
module_common_types.h 230 enum RtpVideoCodecTypes {
247 RtpVideoCodecTypes codec;
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc     [all...]

Completed in 150 milliseconds