Home
last modified time | relevance | path

Searched refs:VideoResolution (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/api/test/pclf/
Dmedia_configuration.h184 class VideoResolution {
197 VideoResolution(size_t width, size_t height, int32_t fps);
198 explicit VideoResolution(Spec spec = Spec::kNone);
200 bool operator==(const VideoResolution& other) const;
201 bool operator!=(const VideoResolution& other) const;
251 const VideoResolution& resolution)> video_frame_writer_factory =
266 const VideoResolution& resolution) const;
271 const VideoResolution& resolution) const;
278 const VideoResolution& resolution);
280 const VideoResolution& resolution) const;
[all …]
Dmedia_configuration.cc30 std::string SpecToString(VideoResolution::Spec spec) { in SpecToString()
32 case VideoResolution::Spec::kNone: in SpecToString()
34 case VideoResolution::Spec::kMaxFromSender: in SpecToString()
39 void AppendResolution(const VideoResolution& resolution, in AppendResolution()
69 VideoResolution::VideoResolution(size_t width, size_t height, int32_t fps) in VideoResolution() function in webrtc::webrtc_pc_e2e::VideoResolution
71 VideoResolution::VideoResolution(Spec spec) in VideoResolution() function in webrtc::webrtc_pc_e2e::VideoResolution
74 bool VideoResolution::operator==(const VideoResolution& other) const { in operator ==()
83 bool VideoResolution::operator!=(const VideoResolution& other) const { in operator !=()
87 bool VideoResolution::IsRegular() const { in IsRegular()
90 std::string VideoResolution::ToString() const { in ToString()
[all …]
/external/webrtc/api/test/
Dpeerconnection_quality_test_fixture_unittest.cc30 VideoResolution r1(VideoResolution::Spec::kMaxFromSender); in TEST()
34 VideoResolution r2(VideoResolution::Spec::kMaxFromSender); in TEST()
42 VideoResolution test_resolution(/*width=*/1, /*height=*/2, in TEST()
44 VideoResolution equal_resolution(/*width=*/1, /*height=*/2, in TEST()
46 VideoResolution different_width(/*width=*/10, /*height=*/2, in TEST()
48 VideoResolution different_height(/*width=*/1, /*height=*/20, in TEST()
50 VideoResolution different_fps(/*width=*/1, /*height=*/20, in TEST()
60 absl::optional<VideoResolution> resolution = in TEST()
70 absl::optional<VideoResolution> resolution = in TEST()
82 const VideoResolution& resolution) in TestVideoFrameWriter()
[all …]
/external/webrtc/test/pc/e2e/analyzer/video/
Danalyzing_video_sink_test.cc137 "alice", VideoResolution(/*width=*/640, /*height=*/360, /*fps=*/30)); in TEST_F()
225 VideoResolution(VideoResolution::Spec::kMaxFromSender)); in TEST_F()
270 "alice", VideoResolution(/*width=*/1280, /*height=*/720, /*fps=*/30)); in TEST_F()
273 "alice", VideoResolution(/*width=*/640, /*height=*/360, /*fps=*/30)); in TEST_F()
343 "alice", VideoResolution(/*width=*/640, /*height=*/360, /*fps=*/30)); in TEST_F()
346 "alice", VideoResolution(/*width=*/640, /*height=*/360, /*fps=*/30)); in TEST_F()
404 "alice", VideoResolution(/*width=*/480, /*height=*/270, /*fps=*/30)); in TEST_F()
452 "alice", VideoResolution(/*width=*/320, /*height=*/240, /*fps=*/30)); in TEST_F()
494 "alice", VideoResolution(/*width=*/320, /*height=*/240, /*fps=*/10)); in TEST_F()
568 "alice", VideoResolution(/*width=*/1280, /*height=*/720, /*fps=*/30)); in TEST_F()
[all …]
Danalyzing_video_sink.h64 const VideoResolution& resolution) in SinksDescriptor()
71 VideoResolution resolution;
81 const VideoResolution& required_resolution)
Danalyzing_video_sink.cc58 absl::optional<VideoResolution> new_requested_resolution = in UpdateSubscription()
118 const VideoResolution& required_resolution) { in ScaleVideoFrame()
178 absl::optional<VideoResolution> resolution = in PopulateSinks()