Searched refs:media_type (Results 1 - 25 of 64) sorted by last modified time

123

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc77 MediaType media_type) {
84 return mdesc && mdesc->type() == media_type;
430 // media_type to content_description.
434 MediaType media_type,
463 if (stream_it->type != media_type)
1765 MediaType media_type) {
1768 if (IsMediaContentOfType(&*content, media_type)) {
1788 MediaType media_type) {
1792 return GetFirstMediaContent(sdesc->contents(), media_type);
1808 const SessionDescription* sdesc, MediaType media_type) {
76 IsMediaContentOfType(const ContentInfo* content, MediaType media_type) argument
433 AddStreamParams( MediaType media_type, const MediaSessionOptions::Streams& streams, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* content_description, const bool add_legacy_stream) argument
1764 GetFirstMediaContent(const ContentInfos& contents, MediaType media_type) argument
1787 GetFirstMediaContent(const SessionDescription* sdesc, MediaType media_type) argument
1807 GetFirstMediaContentDescription( const SessionDescription* sdesc, MediaType media_type) argument
1832 GetMediaChannelNameFromComponent( int component, MediaType media_type, std::string* channel_name) argument
1880 GetMediaTypeFromChannelName( const std::string& channel_name, MediaType* media_type) argument
[all...]
H A Dmediasession.h540 const SessionDescription* sdesc, MediaType media_type,
543 const SessionDescription* sdesc, MediaType media_type,
560 int component, cricket::MediaType media_type, std::string* channel_name);
564 const std::string& channel_name, cricket::MediaType* media_type);
H A Dmediasession_unittest.cc187 MediaType media_type) {
190 return mdesc && mdesc->type() == media_type;
186 IsMediaContentOfType(const ContentInfo* content, MediaType media_type) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc596 cricket::MediaType media_type,
598 TrackInfos* current_tracks = GetRemoteTracks(media_type);
608 OnRemoteTrackRemoved(info.stream_label, info.track_id, media_type);
637 OnRemoteTrackSeen(stream_label, track_id, it->first_ssrc(), media_type);
645 cricket::MediaType media_type) {
648 if (media_type == cricket::MEDIA_TYPE_AUDIO) {
652 } else if (media_type == cricket::MEDIA_TYPE_VIDEO) {
664 cricket::MediaType media_type) {
667 if (media_type == cricket::MEDIA_TYPE_AUDIO) {
675 } else if (media_type
594 UpdateRemoteStreamsList( const cricket::StreamParamsVec& streams, cricket::MediaType media_type, StreamCollection* new_streams) argument
642 OnRemoteTrackSeen(const std::string& stream_label, const std::string& track_id, uint32 ssrc, cricket::MediaType media_type) argument
661 OnRemoteTrackRemoved( const std::string& stream_label, const std::string& track_id, cricket::MediaType media_type) argument
688 RejectRemoteTracks(cricket::MediaType media_type) argument
773 GetLocalTracks( cricket::MediaType media_type) argument
782 UpdateLocalTracks( const std::vector<cricket::StreamParams>& streams, cricket::MediaType media_type) argument
822 OnLocalTrackSeen( const std::string& stream_label, const std::string& track_id, uint32 ssrc, cricket::MediaType media_type) argument
855 OnLocalTrackRemoved( const std::string& stream_label, const std::string& track_id, uint32 ssrc, cricket::MediaType media_type) argument
[all...]
H A Dmediastreamsignaling.h296 // |streams|. |media_type| is the type of the |streams| and can be either
301 cricket::MediaType media_type,
311 cricket::MediaType media_type);
319 cricket::MediaType media_type);
322 // tracks of type |media_type|.
323 void RejectRemoteTracks(cricket::MediaType media_type);
341 cricket::MediaType media_type);
352 cricket::MediaType media_type);
363 cricket::MediaType media_type);
H A Dwebrtcsdp.cc243 const MediaType media_type,
249 const MediaType media_type,
252 const MediaType media_type,
279 const MediaType media_type,
299 const MediaType media_type,
304 const MediaType media_type,
312 const MediaType media_type,
1157 const MediaType media_type,
1181 if (media_type == cricket::MEDIA_TYPE_AUDIO)
1183 else if (media_type
1155 BuildMediaDescription(const ContentInfo* content_info, const TransportInfo* transport_info, const MediaType media_type, const std::vector<Candidate>& candidates, std::string* message) argument
1358 BuildRtpContentAttributes( const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
1632 BuildRtpMap(const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
2101 ParseContentDescription(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, webrtc::SdpParseError* error) argument
2446 ParseContent(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, MediaContentDescription* media_desc, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
2888 ParseRtpmapAttribute(const std::string& line, const MediaType media_type, const std::vector<int>& codec_preference, MediaContentDescription* media_desc, SdpParseError* error) argument
3003 ParseFmtpAttributes(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
3058 ParseRtcpFbAttribute(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
[all...]
/external/chromium_org/media/cast/logging/
H A Dencoding_event_subscriber.cc66 if (event_media_type_ != frame_event.media_type)
98 if (frame_event.media_type == VIDEO_EVENT) {
118 if (event_media_type_ != packet_event.media_type)
H A Dlogging_defines.cc37 media_type(UNKNOWN_EVENT), key_frame(false), target_bitrate(0) {}
47 media_type(UNKNOWN_EVENT) {}
H A Dlogging_defines.h66 EventMediaType media_type; member in struct:media::cast::FrameEvent
92 EventMediaType media_type; member in struct:media::cast::PacketEvent
H A Dlogging_raw.cc62 frame_event.media_type = event_media_type;
87 packet_event.media_type = event_media_type;
H A Dlogging_raw_unittest.cc29 EventMediaType media_type = VIDEO_EVENT; local
33 raw_.InsertFrameEvent(timestamp, event_type, media_type,
46 EXPECT_EQ(media_type, frame_events_[0].media_type);
52 EventMediaType media_type = VIDEO_EVENT; local
59 raw_.InsertEncodedFrameEvent(timestamp, event_type, media_type,
72 EXPECT_EQ(media_type, frame_events_[0].media_type);
80 EventMediaType media_type = VIDEO_EVENT; local
85 raw_.InsertFrameEventWithDelay(timestamp, event_type, media_type,
104 EventMediaType media_type = VIDEO_EVENT; local
137 EventMediaType media_type = VIDEO_EVENT; local
[all...]
H A Dreceiver_time_offset_estimator_impl.cc88 frame_event.media_type == AUDIO_EVENT,
94 frame_event.media_type == AUDIO_EVENT,
128 packet_event.media_type == AUDIO_EVENT,
134 packet_event.media_type == AUDIO_EVENT,
H A Dstats_event_subscriber.cc122 if (frame_event.media_type != event_media_type_)
166 if (packet_event.media_type != event_media_type_)
/external/chromium_org/media/cast/net/
H A Dcast_transport_sender_impl.cc328 EventMediaType media_type,
342 media_type, rtp_timestamp,
348 event_it->event_timestamp, event_it->type, media_type,
353 event_it->event_timestamp, event_it->type, media_type,
327 OnReceivedLogMessage( EventMediaType media_type, const RtcpReceiverLogMessage& log) argument
H A Dcast_transport_sender_impl.h125 void OnReceivedLogMessage(EventMediaType media_type,
/external/chromium_org/media/cast/net/pacing/
H A Dpaced_sender.cc341 EventMediaType media_type = is_audio ? AUDIO_EVENT : VIDEO_EVENT; local
342 logging_->InsertSinglePacketEvent(clock_->NowTicks(), event, media_type,
H A Dpaced_sender_unittest.cc271 if (it->media_type == VIDEO_EVENT)
276 if (it->media_type == VIDEO_EVENT)
/external/chromium_org/media/cast/net/rtcp/
H A Dreceiver_rtcp_event_subscriber.cc27 if (ShouldProcessEvent(frame_event.type, frame_event.media_type)) {
53 if (ShouldProcessEvent(packet_event.type, packet_event.media_type)) {
H A Dreceiver_rtcp_event_subscriber.h56 // Returns |true| if events of |event_type| and |media_type|
59 EventMediaType media_type);
H A Drtcp_builder_unittest.cc215 frame_event.media_type = VIDEO_EVENT;
223 packet_event.media_type = VIDEO_EVENT;
277 frame_event.media_type = VIDEO_EVENT;
285 packet_event.media_type = VIDEO_EVENT;
339 frame_event.media_type = VIDEO_EVENT;
385 frame_event.media_type = VIDEO_EVENT;
442 frame_event.media_type = VIDEO_EVENT;
/external/chromium_org/media/cast/receiver/
H A Dframe_receiver_unittest.cc203 EXPECT_EQ(AUDIO_EVENT, frame_events.begin()->media_type);
301 EXPECT_EQ(AUDIO_EVENT, frame_events[i].media_type);
408 EXPECT_EQ(VIDEO_EVENT, frame_events[i].media_type);
/external/chromium_org/media/cast/sender/
H A Dvideo_sender_unittest.cc374 EXPECT_EQ(VIDEO_EVENT, frame_events.rbegin()->media_type);
/external/chromium_org/media/cast/test/
H A Dend2end_unittest.cc739 it->media_type,
752 it->media_type,
H A Dsender.cc132 it->media_type,
146 it->media_type,
H A Dsimulator.cc111 it->media_type,
126 it->media_type,
134 it->media_type,

Completed in 219 milliseconds

123