Searched refs:videoType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc67 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) { argument
69 _videoType = videoType;
83 RtpVideoCodecTypes videoType = kRtpVideoGeneric; local
85 videoType = kRtpVideoVp8;
87 videoType = kRtpVideoH264;
89 videoType = kRtpVideoGeneric;
91 videoType = kRtpVideoGeneric;
96 payload->typeSpecific.Video.videoCodecType = videoType;
268 int32_t RTPSenderVideo::SendVideo(const RtpVideoCodecTypes videoType, argument
292 return Send(videoType,
317 Send(const RtpVideoCodecTypes videoType, const FrameType frameType, const int8_t payloadType, const uint32_t captureTimeStamp, int64_t capture_time_ms, const uint8_t* payloadData, const uint32_t payloadSize, const RTPFragmentationHeader* fragmentation, const RTPVideoTypeHeader* rtpTypeHdr) argument
[all...]
H A Drtp_sender_video.h45 int32_t SendVideo(const RtpVideoCodecTypes videoType,
96 bool Send(const RtpVideoCodecTypes videoType,
H A Drtp_payload_registry.cc427 RtpVideoCodecTypes videoType = kRtpVideoGeneric; variable
429 videoType = kRtpVideoVp8;
431 videoType = kRtpVideoH264;
433 videoType = kRtpVideoGeneric;
435 videoType = kRtpVideoNone;
437 videoType = kRtpVideoGeneric;
443 payload->typeSpecific.Video.videoCodecType = videoType;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h361 webrtc::RawVideoType videoType,
357 IncomingFrame(unsigned char* videoFrame, unsigned int videoFrameLength, unsigned short width, unsigned short height, webrtc::RawVideoType videoType, unsigned long long captureTime) argument

Completed in 140 milliseconds