HomeSort by relevance Sort by last modified time
    Searched defs:num_temporal_layers (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 178 /* This sets all the temporal layer parameters given |num_temporal_layers|,
182 static void set_temporal_layer_pattern(int num_temporal_layers,
187 assert(num_temporal_layers <= MAX_NUM_TEMPORAL_LAYERS);
188 switch (num_temporal_layers)
377 unsigned int num_temporal_layers[NUM_ENCODERS] = {3, 3, 3}; local
419 num_temporal_layers[i] = strtol(argv[2 * NUM_ENCODERS + 5 + i], NULL, 0);
420 if (num_temporal_layers[i] < 1 || num_temporal_layers[i] > 3)
422 num_temporal_layers);
530 set_temporal_layer_pattern(num_temporal_layers[i]
    [all...]
  /external/webrtc/webrtc/video/
video_quality_test.h 37 int num_temporal_layers; member in struct:webrtc::VideoQualityTest::Params::__anon27351
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
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...]
  /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...]

Completed in 542 milliseconds