Lines Matching refs:VideoCapturer
28 // Implementation file of class VideoCapturer.
30 #include "talk/media/base/videocapturer.h"
98 // Implementation of class VideoCapturer
100 VideoCapturer::VideoCapturer()
108 VideoCapturer::VideoCapturer(rtc::Thread* thread)
116 void VideoCapturer::Construct() {
121 SignalFrameCaptured.connect(this, &VideoCapturer::OnFrameCaptured);
139 const std::vector<VideoFormat>* VideoCapturer::GetSupportedFormats() const {
143 bool VideoCapturer::StartCapturing(const VideoFormat& capture_format) {
156 void VideoCapturer::UpdateAspectRatio(int ratio_w, int ratio_h) {
166 void VideoCapturer::ClearAspectRatio() {
172 bool VideoCapturer::Pause(bool pause) {
213 bool VideoCapturer::Restart(const VideoFormat& capture_format) {
227 bool VideoCapturer::MuteToBlackThenPause(bool muted) {
248 bool VideoCapturer::SetApplyRotation(bool enable) {
256 void VideoCapturer::SetSupportedFormats(
262 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format,
301 void VideoCapturer::ConstrainSupportedFormats(const VideoFormat& max_format) {
307 std::string VideoCapturer::ToString(const CapturedFrame* captured_frame) const {
323 void VideoCapturer::set_frame_factory(VideoFrameFactory* frame_factory) {
330 void VideoCapturer::GetStats(VariableInfo<int>* adapt_drops_stats,
343 void VideoCapturer::OnFrameCaptured(VideoCapturer*,
541 void VideoCapturer::SetCaptureState(CaptureState state) {
551 void VideoCapturer::OnMessage(rtc::Message* message) {
580 int64_t VideoCapturer::GetFormatDistance(const VideoFormat& desired,
669 void VideoCapturer::UpdateFilteredSupportedFormats() {
691 bool VideoCapturer::ShouldFilterFormat(const VideoFormat& format) const {
699 void VideoCapturer::UpdateStats(const CapturedFrame* captured_frame) {
719 void VideoCapturer::GetVariableSnapshot(