Home
last modified time | relevance | path

Searched refs:video_type (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc193 int ConvertVideoType(VideoType video_type) { in ConvertVideoType() argument
194 switch (video_type) { in ConvertVideoType()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc450 RtpVideoCodecTypes* video_type) { in CheckPayloadType() argument
469 *video_type = video_->VideoCodecType(); in CheckPayloadType()
485 *video_type = payload->typeSpecific.Video.videoCodecType; in CheckPayloadType()
518 RtpVideoCodecTypes video_type = kRtpVideoGeneric; in SendOutgoingData() local
519 if (CheckPayloadType(payload_type, &video_type) != 0) { in SendOutgoingData()
543 video_->SendVideo(video_type, frame_type, payload_type, in SendOutgoingData()
Drtp_sender.h316 int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type);