Home
last modified time | relevance | path

Searched refs:VideoContentType (Results 1 – 25 of 54) sorted by relevance

123

/external/webrtc/api/video/
Dvideo_content_type.h18 enum class VideoContentType : uint8_t { enum
24 bool SetExperimentId(VideoContentType* content_type, uint8_t experiment_id);
25 bool SetSimulcastId(VideoContentType* content_type, uint8_t simulcast_id);
27 uint8_t GetExperimentId(const VideoContentType& content_type);
28 uint8_t GetSimulcastId(const VideoContentType& content_type);
30 bool IsScreenshare(const VideoContentType& content_type);
34 const char* ToString(const VideoContentType& content_type);
Dvideo_content_type.cc51 bool SetExperimentId(VideoContentType* content_type, uint8_t experiment_id) { in SetExperimentId()
55 *content_type = static_cast<VideoContentType>( in SetExperimentId()
61 bool SetSimulcastId(VideoContentType* content_type, uint8_t simulcast_id) { in SetSimulcastId()
65 *content_type = static_cast<VideoContentType>( in SetSimulcastId()
71 uint8_t GetExperimentId(const VideoContentType& content_type) { in GetExperimentId()
75 uint8_t GetSimulcastId(const VideoContentType& content_type) { in GetSimulcastId()
80 bool IsScreenshare(const VideoContentType& content_type) { in IsScreenshare()
89 const char* ToString(const VideoContentType& content_type) { in ToString()
Dencoded_image.h179 VideoContentType content_type_ = VideoContentType::UNSPECIFIED;
/external/webrtc/video/
Dreceive_statistics_proxy_unittest.cc88 VideoContentType::UNSPECIFIED); in TEST_F()
99 VideoContentType::UNSPECIFIED); in TEST_F()
116 VideoContentType::UNSPECIFIED); in TEST_F()
133 VideoContentType::UNSPECIFIED); in TEST_F()
142 VideoContentType::UNSPECIFIED); in TEST_F()
155 VideoContentType::UNSPECIFIED); in TEST_F()
158 VideoContentType::UNSPECIFIED); in TEST_F()
166 VideoContentType::UNSPECIFIED); in TEST_F()
169 VideoContentType::UNSPECIFIED); in TEST_F()
180 VideoContentType::SCREENSHARE); in TEST_F()
[all …]
Dreceive_statistics_proxy2_unittest.cc124 VideoContentType::UNSPECIFIED); in TEST_F()
135 VideoContentType::UNSPECIFIED); in TEST_F()
151 VideoContentType::UNSPECIFIED); in TEST_F()
167 VideoContentType::UNSPECIFIED); in TEST_F()
177 VideoContentType::UNSPECIFIED); in TEST_F()
191 VideoContentType::UNSPECIFIED); in TEST_F()
194 VideoContentType::UNSPECIFIED); in TEST_F()
202 VideoContentType::UNSPECIFIED); in TEST_F()
205 VideoContentType::UNSPECIFIED); in TEST_F()
216 VideoContentType::SCREENSHARE); in TEST_F()
[all …]
Dreceive_statistics_proxy2.h61 VideoContentType content_type);
69 VideoContentType content_type);
88 VideoContentType content_type) override;
184 std::map<VideoContentType, ContentSpecificStats> content_specific_stats_
190 VideoContentType last_content_type_ RTC_GUARDED_BY(&main_thread_);
Dreceive_statistics_proxy.h54 VideoContentType content_type);
72 VideoContentType content_type) override;
177 std::map<VideoContentType, ContentSpecificStats> content_specific_stats_
183 VideoContentType last_content_type_ RTC_GUARDED_BY(&mutex_);
Dvideo_quality_observer.h34 explicit VideoQualityObserver(VideoContentType content_type);
90 VideoContentType content_type_;
Dreceive_statistics_proxy.cc61 const char* UmaPrefixForContentType(VideoContentType content_type) { in UmaPrefixForContentType()
67 std::string UmaSuffixForContentType(VideoContentType content_type) { in UmaSuffixForContentType()
112 new VideoQualityObserver(VideoContentType::UNSPECIFIED)), in ReceiveStatisticsProxy()
116 last_content_type_(VideoContentType::UNSPECIFIED), in ReceiveStatisticsProxy()
270 std::map<VideoContentType, ContentSpecificStats> aggregated_stats; in UpdateHistograms()
273 VideoContentType content_type = it.first; in UpdateHistograms()
370 if (content_type != VideoContentType::UNSPECIFIED) { in UpdateHistograms()
735 VideoContentType content_type) { in OnDecodedFrame()
853 VideoContentType content_type) { in OnCompleteFrame()
865 VideoContentType propagated_content_type = in OnCompleteFrame()
Dreceive_statistics_proxy2.cc65 const char* UmaPrefixForContentType(VideoContentType content_type) { in UmaPrefixForContentType()
71 std::string UmaSuffixForContentType(VideoContentType content_type) { in UmaSuffixForContentType()
133 last_content_type_(VideoContentType::UNSPECIFIED), in ReceiveStatisticsProxy()
290 std::map<VideoContentType, ContentSpecificStats> aggregated_stats; in UpdateHistograms()
293 VideoContentType content_type = it.first; in UpdateHistograms()
390 if (content_type != VideoContentType::UNSPECIFIED) { in UpdateHistograms()
820 VideoContentType content_type) { in OnDecodedFrame()
835 VideoContentType content_type) { in OnDecodedFrame()
973 VideoContentType content_type) { in OnCompleteFrame()
986 VideoContentType propagated_content_type = in OnCompleteFrame()
Dvideo_stream_decoder2.h45 VideoContentType content_type) override;
Dvideo_stream_decoder.h43 VideoContentType content_type) override;
Dvideo_stream_decoder.cc47 VideoContentType content_type) { in FrameToRender()
Dvideo_stream_decoder2.cc48 VideoContentType content_type) { in FrameToRender()
Dframe_encode_metadata_writer.cc269 ? VideoContentType::SCREENSHARE in ExtractEncodeStartTimeAndFillMetadata()
270 : VideoContentType::UNSPECIFIED; in ExtractEncodeStartTimeAndFillMetadata()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_header.h71 VideoContentType content_type = VideoContentType::UNSPECIFIED;
Drtp_header_extensions.h173 using value_type = VideoContentType;
180 VideoContentType* content_type);
181 static size_t ValueSize(VideoContentType) { return kValueSizeBytes; } in ValueSize() argument
183 VideoContentType content_type);
/external/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h57 VideoContentType content_type) = 0;
75 VideoContentType content_type) = 0;
/external/webrtc/modules/video_coding/
Dgeneric_decoder.h37 VideoContentType content_type;
115 VideoContentType _last_keyframe_content_type;
Dframe_object.h34 VideoContentType content_type,
/external/webrtc/call/
Dvideo_send_stream.h138 webrtc::VideoContentType content_type =
139 webrtc::VideoContentType::UNSPECIFIED;
Dvideo_receive_stream.h138 VideoContentType content_type = VideoContentType::UNSPECIFIED;
Drtp_payload_params_unittest.cc58 encoded_image.content_type_ = VideoContentType::SCREENSHARE; in TEST()
78 EXPECT_EQ(VideoContentType::SCREENSHARE, header.content_type); in TEST()
99 encoded_image.content_type_ = VideoContentType::SCREENSHARE; in TEST()
112 EXPECT_EQ(VideoContentType::SCREENSHARE, header.content_type); in TEST()
138 EXPECT_EQ(VideoContentType::SCREENSHARE, header.content_type); in TEST()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCEncodedImage+Private.mm97 self.contentType = (encodedImage.content_type_ == webrtc::VideoContentType::SCREENSHARE) ?
127 webrtc::VideoContentType::SCREENSHARE :
128 webrtc::VideoContentType::UNSPECIFIED;
/external/webrtc/api/
Drtp_headers.cc28 videoContentType(VideoContentType::UNSPECIFIED), in RTPHeaderExtension()

123