/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
temporal_layers.h | 65 virtual TemporalLayers* Create(int num_temporal_layers,
|
screenshare_layers.cc | 48 ScreenshareLayers::ScreenshareLayers(int num_temporal_layers, 50 : number_of_temporal_layers_(num_temporal_layers), 60 assert(num_temporal_layers > 0); 61 assert(num_temporal_layers <= 2);
|
screenshare_layers.h | 33 ScreenshareLayers(int num_temporal_layers, uint8_t initial_tl0_pic_idx);
|
vp8_impl.h | 65 int num_temporal_layers,
|
vp8_impl.cc | 315 int num_temporal_layers, 325 new ScreenshareLayers(num_temporal_layers, rand())); 328 tl_factory.Create(num_temporal_layers, rand())); 380 int num_temporal_layers = local 385 if (num_temporal_layers < 1) 386 num_temporal_layers = 1; 387 SetupTemporalLayers(number_of_streams, num_temporal_layers, *inst); [all...] |
simulcast_encoder_adapter.cc | 104 virtual webrtc::TemporalLayers* Create(int num_temporal_layers, 106 return new webrtc::ScreenshareLayers(num_temporal_layers, rand());
|
simulcast_unittest.h | 290 int num_temporal_layers) { 297 stream->numberOfTemporalLayers = num_temporal_layers; [all...] |
/external/libvpx/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 162 /* This sets all the temporal layer parameters given |num_temporal_layers|, 166 static void set_temporal_layer_pattern(int num_temporal_layers, 169 assert(num_temporal_layers <= MAX_NUM_TEMPORAL_LAYERS); 170 switch (num_temporal_layers) { 340 unsigned int num_temporal_layers[NUM_ENCODERS] = { 3, 3, 3 }; local 379 num_temporal_layers[i] = strtol(argv[2 * NUM_ENCODERS + 5 + i], NULL, 0); 380 if (num_temporal_layers[i] < 1 || num_temporal_layers[i] > 3) 382 num_temporal_layers); 482 set_temporal_layer_pattern(num_temporal_layers[i], &cfg[i] [all...] |
/external/webrtc/webrtc/modules/video_coding/ |
media_optimization.h | 48 int num_temporal_layers, 128 int num_temporal_layers,
|
/external/webrtc/webrtc/video/ |
video_quality_test.h | 37 int num_temporal_layers; member in struct:webrtc::VideoQualityTest::Params::__anon37534
|
video_loopback.cc | 59 DEFINE_int32(num_temporal_layers,
|
video_quality_test.cc | 641 params_.common.num_temporal_layers - 1); 650 RTC_CHECK_LT(params_.common.selected_tl, params_.common.num_temporal_layers); 657 params_.common.num_temporal_layers - 1); 712 if (params.common.num_temporal_layers == 2) 755 RTC_CHECK_LE(params->common.num_temporal_layers, 2); 842 static_cast<unsigned char>(params_.common.num_temporal_layers); 849 static_cast<unsigned char>(params_.common.num_temporal_layers); [all...] |
screenshare_loopback.cc | 59 DEFINE_int32(num_temporal_layers, 2, "Number of temporal layers to use.");
|
video_send_stream_tests.cc | 62 void TestVp9NonFlexMode(uint8_t num_temporal_layers, [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor_integrationtest.cc | 42 int num_temporal_layers; member in struct:webrtc::CodecConfigPars 427 num_temporal_layers_ = process.num_temporal_layers; 535 int num_temporal_layers, 543 process_settings->num_temporal_layers = num_temporal_layers, [all...] |