OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBestCaptureFormat
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.h
55
virtual bool
GetBestCaptureFormat
(const cricket::VideoFormat& desired,
remotevideocapturer_unittest.cc
113
TEST_F(RemoteVideoCapturerTest,
GetBestCaptureFormat
) {
115
EXPECT_FALSE(capturer_.
GetBestCaptureFormat
(desired, NULL));
120
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best_format));
remotevideocapturer.cc
75
bool RemoteVideoCapturer::
GetBestCaptureFormat
(
videosource.cc
250
const cricket::VideoFormat&
GetBestCaptureFormat
(
422
format_ =
GetBestCaptureFormat
(formats);
videosource_unittest.cc
97
virtual bool
GetBestCaptureFormat
(const cricket::VideoFormat& desired,
103
return FakeVideoCapturer::
GetBestCaptureFormat
(desired,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer_unittest.cc
312
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
318
EXPECT_FALSE(capturer_.
GetBestCaptureFormat
(desired, &best));
321
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
330
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
338
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
346
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
354
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
362
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
388
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best));
397
EXPECT_TRUE(capturer_.
GetBestCaptureFormat
(desired, &best))
[
all
...]
fakevideocapturer.h
128
if (
GetBestCaptureFormat
(format, &supported)) {
videocapturer.h
116
// and selecting one of the supported or calling
GetBestCaptureFormat
().
162
virtual bool
GetBestCaptureFormat
(const VideoFormat& desired,
173
// or calling
GetBestCaptureFormat
().
capturemanager.cc
245
if (video_capturer->
GetBestCaptureFormat
(highest_asked_format,
357
if (!video_capturer->
GetBestCaptureFormat
(highest_asked_format,
videocapturer.cc
256
bool VideoCapturer::
GetBestCaptureFormat
(const VideoFormat& format,
/external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.h
47
virtual bool
GetBestCaptureFormat
(const cricket::VideoFormat& desired,
webrtc_video_capturer_adapter.cc
66
bool WebRtcVideoCapturerAdapter::
GetBestCaptureFormat
(
70
DVLOG(3) << "
GetBestCaptureFormat
:: "
/external/chromium_org/remoting/host/
cast_video_capturer_adapter.h
48
virtual bool
GetBestCaptureFormat
(const cricket::VideoFormat& desired,
cast_video_capturer_adapter.cc
64
bool CastVideoCapturerAdapter::
GetBestCaptureFormat
(
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc
114
EXPECT_TRUE(capturer_->
GetBestCaptureFormat
(desired, &capture_format_));
121
EXPECT_TRUE(capturer_->
GetBestCaptureFormat
(desired, &capture_format_));
130
EXPECT_TRUE(capturer_->
GetBestCaptureFormat
(desired, &capture_format_));
135
EXPECT_TRUE(capturer_->
GetBestCaptureFormat
(desired, &capture_format_));
140
EXPECT_TRUE(capturer_->
GetBestCaptureFormat
(desired, &capture_format_));
devicemanager_unittest.cc
435
EXPECT_TRUE(capturer->
GetBestCaptureFormat
(kHdFormat, &best_format));
445
EXPECT_TRUE(capturer->
GetBestCaptureFormat
(kHdFormat, &best_format));
457
EXPECT_TRUE(capturer->
GetBestCaptureFormat
(kHdFormat, &best_format));
468
EXPECT_TRUE(capturer->
GetBestCaptureFormat
(kHdFormat, &best_format));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.h
67
virtual bool
GetBestCaptureFormat
(const VideoFormat& desired,
webrtcvideocapturer.cc
232
bool WebRtcVideoCapturer::
GetBestCaptureFormat
(const VideoFormat& desired,
238
if (!VideoCapturer::
GetBestCaptureFormat
(desired, best_format)) {
webrtcvideocapturer_unittest.cc
119
EXPECT_TRUE(capturer_->
GetBestCaptureFormat
(kDefaultVideoFormat, &format));
/external/chromium_org/content/renderer/media/
media_stream_video_source.cc
325
void
GetBestCaptureFormat
(
513
GetBestCaptureFormat
(filtered_formats,
Completed in 3896 milliseconds