Home
last modified time | relevance | path

Searched refs:ts_periodicity (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c171 cfg->ts_periodicity = 1; in set_temporal_layer_pattern()
184 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
208 cfg->ts_periodicity = 3; in set_temporal_layer_pattern()
225 cfg->ts_periodicity = 6; in set_temporal_layer_pattern()
246 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
266 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
287 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
307 cfg->ts_periodicity = 16; in set_temporal_layer_pattern()
338 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
373 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
[all …]
Dvp8_multi_resolution_encoder.c194 cfg->ts_periodicity = 1; in set_temporal_layer_pattern()
208 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
261 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
626 layer_id = cfg[i].ts_layer_id[frame_cnt % cfg[i].ts_periodicity]; in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers.cc56 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
69 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
95 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
129 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
Drealtime_temporal_layers.cc130 cfg->ts_periodicity = layer_ids_length_; in ConfigureBitrates()
152 cfg->ts_periodicity = layer_ids_length_; in ConfigureBitrates()
175 cfg->ts_periodicity = layer_ids_length_; in ConfigureBitrates()
/external/libvpx/libvpx/test/
Derror_resilience_test.cc323 cfg_.ts_periodicity = 2;
372 cfg_.ts_periodicity = 2;
566 cfg_.ts_periodicity = 4; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h725 unsigned int ts_periodicity; member
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc340 config_->ts_periodicity = 1; in InitEncode()
348 config_->ts_periodicity = 2; in InitEncode()
358 config_->ts_periodicity = 4; in InitEncode()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c238 RANGE_CHECK_HI(cfg, ts_periodicity, 16); in validate_config()
366 oxcf->periodicity = cfg.ts_periodicity; in set_vp8e_config()