/external/webrtc/api/video/ |
D | video_content_type.h | 18 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);
|
D | video_content_type.cc | 51 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()
|
D | encoded_image.h | 179 VideoContentType content_type_ = VideoContentType::UNSPECIFIED;
|
/external/webrtc/video/ |
D | receive_statistics_proxy_unittest.cc | 88 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 …]
|
D | receive_statistics_proxy2_unittest.cc | 124 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 …]
|
D | receive_statistics_proxy2.h | 61 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_);
|
D | receive_statistics_proxy.h | 54 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_);
|
D | video_quality_observer.h | 34 explicit VideoQualityObserver(VideoContentType content_type); 90 VideoContentType content_type_;
|
D | receive_statistics_proxy.cc | 61 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()
|
D | receive_statistics_proxy2.cc | 65 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()
|
D | video_stream_decoder2.h | 45 VideoContentType content_type) override;
|
D | video_stream_decoder.h | 43 VideoContentType content_type) override;
|
D | video_stream_decoder.cc | 47 VideoContentType content_type) { in FrameToRender()
|
D | video_stream_decoder2.cc | 48 VideoContentType content_type) { in FrameToRender()
|
D | frame_encode_metadata_writer.cc | 269 ? VideoContentType::SCREENSHARE in ExtractEncodeStartTimeAndFillMetadata() 270 : VideoContentType::UNSPECIFIED; in ExtractEncodeStartTimeAndFillMetadata()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_video_header.h | 71 VideoContentType content_type = VideoContentType::UNSPECIFIED;
|
D | rtp_header_extensions.h | 173 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/ |
D | video_coding_defines.h | 57 VideoContentType content_type) = 0; 75 VideoContentType content_type) = 0;
|
/external/webrtc/modules/video_coding/ |
D | generic_decoder.h | 37 VideoContentType content_type; 115 VideoContentType _last_keyframe_content_type;
|
D | frame_object.h | 34 VideoContentType content_type,
|
/external/webrtc/call/ |
D | video_send_stream.h | 138 webrtc::VideoContentType content_type = 139 webrtc::VideoContentType::UNSPECIFIED;
|
D | video_receive_stream.h | 138 VideoContentType content_type = VideoContentType::UNSPECIFIED;
|
D | rtp_payload_params_unittest.cc | 58 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/ |
D | RTCEncodedImage+Private.mm | 97 self.contentType = (encodedImage.content_type_ == webrtc::VideoContentType::SCREENSHARE) ? 127 webrtc::VideoContentType::SCREENSHARE : 128 webrtc::VideoContentType::UNSPECIFIED;
|
/external/webrtc/api/ |
D | rtp_headers.cc | 28 videoContentType(VideoContentType::UNSPECIFIED), in RTPHeaderExtension()
|