/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] = 381 if (num_temporal_layers[i] < 1 || num_temporal_layers[i] > 3) 383 num_temporal_layers); 483 set_temporal_layer_pattern(num_temporal_layers[i], &cfg[i] [all...] |
/external/webrtc/webrtc/video/ |
video_quality_test.h | 37 int num_temporal_layers; member in struct:webrtc::VideoQualityTest::Params::__anon50200
|
/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...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_vcn_enc.h | 166 uint32_t num_temporal_layers; member in struct:rvcn_enc_layer_control_s
|