Home
last modified time | relevance | path

Searched defs:SupportsEncodedOutput (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/media/base/
H A Dadapted_video_track_source.h85 bool SupportsEncodedOutput() const override { return false; } in SupportsEncodedOutput() function
/aosp_15_r20/external/webrtc/pc/
H A Dvideo_track_source.h54 bool SupportsEncodedOutput() const override { return false; } in SupportsEncodedOutput() function
H A Dvideo_rtp_track_source.cc46 bool VideoRtpTrackSource::SupportsEncodedOutput() const { in SupportsEncodedOutput() function in webrtc::VideoRtpTrackSource
H A Dvideo_rtp_receiver_unittest.cc98 TEST_F(VideoRtpReceiverTest, SupportsEncodedOutput) { in TEST_F() argument
H A Drtc_stats_collector_unittest.cc317 bool SupportsEncodedOutput() const override { return false; } in SupportsEncodedOutput() function in webrtc::__anonacb8bd8f0111::FakeVideoTrackSourceForStats
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dvideo_track_source_impl.cpp74 bool VideoTrackSourceImpl::SupportsEncodedOutput() const { return false; } in SupportsEncodedOutput() function in cuttlefish::webrtc_streaming::VideoTrackSourceImpl
/aosp_15_r20/external/webrtc/sdk/android/native_api/video/
H A Dvideo_source.cc93 bool SupportsEncodedOutput() const override { return false; } in SupportsEncodedOutput() function in webrtc::__anon4459300e0111::JavaVideoTrackSourceImpl