OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoCodecType
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.cc
62
rtp_header->type.Video.codec = specific_payload.Video.
videoCodecType
;
rtp_sender_video.cc
68
RtpVideoCodecTypes RTPSenderVideo::
VideoCodecType
() const {
92
payload->typeSpecific.Video.
videoCodecType
= videoType;
rtp_payload_registry.cc
470
payload->typeSpecific.Video.
videoCodecType
= videoType;
rtp_sender.cc
469
*video_type = video_->
VideoCodecType
();
484
video_->SetVideoCodecType(payload->typeSpecific.Video.
videoCodecType
);
485
*video_type = payload->typeSpecific.Video.
videoCodecType
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h
43
RtpVideoCodecTypes
videoCodecType
;
/external/webrtc/webrtc/video/
vie_receiver.cc
401
rtp_header.type.Video.codec = payload_specific.Video.
videoCodecType
;
Completed in 94 milliseconds