/aosp_15_r20/external/webrtc/pc/test/ |
H A D | fake_video_track_source.h | 24 static rtc::scoped_refptr<FakeVideoTrackSource> Create(bool is_screencast) { in Create() 32 bool is_screencast() const override { return is_screencast_; } in is_screencast() function 39 explicit FakeVideoTrackSource(bool is_screencast) in FakeVideoTrackSource()
|
H A D | frame_generator_capturer_video_track_source.h | 45 bool is_screencast) in FrameGeneratorCapturerVideoTrackSource() 60 bool is_screencast) in FrameGeneratorCapturerVideoTrackSource() 71 bool is_screencast() const override { return is_screencast_; } in is_screencast() function
|
/aosp_15_r20/external/webrtc/sdk/android/native_api/video/ |
H A D | video_source.cc | 28 bool is_screencast, in JavaVideoTrackSourceImpl() 75 bool is_screencast() const override { in is_screencast() function in webrtc::__anon4459300e0111::JavaVideoTrackSourceImpl 109 bool is_screencast, in CreateJavaVideoSource()
|
/aosp_15_r20/external/webrtc/test/pc/e2e/media/ |
H A D | test_video_capturer_video_track_source.h | 29 bool is_screencast) in TestVideoCapturerVideoTrackSource() 40 bool is_screencast() const override { return is_screencast_; } in is_screencast() function
|
H A D | media_helper.cc | 56 bool is_screencast = in MaybeAddVideo() local
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/ |
H A D | android_video_track_source.cc | 43 bool is_screencast, in AndroidVideoTrackSource() 53 bool AndroidVideoTrackSource::is_screencast() const { in is_screencast() function in webrtc::jni::AndroidVideoTrackSource
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | video_track_source.h | 43 bool is_screencast() const override { return false; } in is_screencast() function
|
H A D | rtp_sender_receiver_unittest.cc | 185 void AddVideoTrack(bool is_screencast) { in AddVideoTrack() 258 void CreateVideoRtpSender(bool is_screencast, uint32_t ssrc = kVideoSsrc) { in CreateVideoRtpSender()
|
H A D | rtc_stats_collector_unittest.cc | 298 bool is_screencast() const override { return false; } in is_screencast() function in webrtc::__anonacb8bd8f0111::FakeVideoTrackSourceForStats
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/ |
H A D | video.cc | 47 jboolean is_screencast, in CreateVideoSource()
|
H A D | peer_connection_factory.cc | 473 jboolean is_screencast, in JNI_PeerConnectionFactory_CreateVideoSource()
|
/aosp_15_r20/external/webrtc/media/engine/ |
H A D | webrtc_video_engine.cc | 463 bool is_screencast = parameters_.options.is_screencast.value_or(false); in ConfigureVideoEncoderSettings() local 2459 bool is_screencast = parameters_.options.is_screencast.value_or(false); in CreateVideoEncoderConfig() local
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | PeerConnectionFactory.java | 605 long factory, boolean is_screencast, boolean alignTimestamps); in nativeCreateVideoSource()
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | media_channel.h | 153 absl::optional<bool> is_screencast; member
|