OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:video_encoder_config_
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/call/
bitrate_estimator_tests.cc
129
video_encoder_config_
.streams = test::CreateVideoStreams(1);
175
test_->video_send_config_, test_->
video_encoder_config_
);
176
RTC_DCHECK_EQ(1u, test_->
video_encoder_config_
.streams.size());
178
send_stream_->Input(), test_->
video_encoder_config_
.streams[0].width,
179
test_->
video_encoder_config_
.streams[0].height, 30,
/external/webrtc/webrtc/test/
call_test.cc
86
&
video_encoder_config_
);
192
video_encoder_config_
.streams = test::CreateVideoStreams(num_video_streams);
240
VideoStream stream =
video_encoder_config_
.streams.back();
260
video_send_config_,
video_encoder_config_
);
call_test.h
88
VideoEncoderConfig
video_encoder_config_
;
member in class:webrtc::test::CallTest
/external/webrtc/webrtc/video/
end_to_end_tests.cc
221
video_encoder_config_
.streams[0].width,
222
video_encoder_config_
.streams[0].height));
888
ASSERT_EQ(1u,
video_encoder_config_
.streams.size()) << "Test setup error.";
889
video_encoder_config_
.streams[0].width = kWidth;
890
video_encoder_config_
.streams[0].height = kHeight;
[
all
...]
video_quality_test.cc
815
video_encoder_config_
.min_transmit_bitrate_bps =
817
video_encoder_config_
.streams = params_.ss.streams;
818
video_encoder_config_
.spatial_layers = params_.ss.spatial_layers;
836
video_encoder_config_
.content_type = VideoEncoderConfig::ContentType::kScreen;
843
video_encoder_config_
.encoder_specific_settings = &codec_settings_.VP8;
850
video_encoder_config_
.encoder_specific_settings = &codec_settings_.VP9;
[
all
...]
video_send_stream_tests.cc
[
all
...]
Completed in 158 milliseconds