Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c258 cfg->ts_periodicity = 1; in set_temporal_layer_pattern()
271 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
297 cfg->ts_periodicity = 3; in set_temporal_layer_pattern()
315 cfg->ts_periodicity = 6; in set_temporal_layer_pattern()
335 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
356 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
378 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
399 cfg->ts_periodicity = 16; in set_temporal_layer_pattern()
423 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
458 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
[all …]
Dvp8_multi_resolution_encoder.c174 cfg->ts_periodicity = 1; in set_temporal_layer_pattern()
187 cfg->ts_periodicity = 2; in set_temporal_layer_pattern()
235 cfg->ts_periodicity = 4; in set_temporal_layer_pattern()
571 layer_id = cfg[i].ts_layer_id[frame_cnt % cfg[i].ts_periodicity]; in main()
/external/webrtc/api/video_codecs/
Dvp8_frame_buffer_controller.h59 ts_periodicity != other.ts_periodicity ||
76 uint32_t ts_periodicity; member
/external/libvpx/libvpx/test/
Derror_resilience_test.cc305 cfg_.ts_periodicity = 2;
352 cfg_.ts_periodicity = 2;
547 cfg_.ts_periodicity = 4; in TEST_P()
Dencode_api_test.cc172 cfg[i].ts_periodicity = 2; in TEST()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h667 unsigned int ts_periodicity; member
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc202 vpx_config->ts_periodicity = ts_config.ts_periodicity; in ApplyVp8EncoderConfigToVpxConfig()
208 vpx_config->ts_periodicity = 1; in ApplyVp8EncoderConfigToVpxConfig()
Ddefault_temporal_layers.cc319 ts_config.ts_periodicity = temporal_ids_.size(); in UpdateConfiguration()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc616 config_->ts_periodicity = 1; in InitEncode()
624 config_->ts_periodicity = 2; in InitEncode()
634 config_->ts_periodicity = 4; in InitEncode()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c253 RANGE_CHECK_HI(cfg, ts_periodicity, 16); in validate_config()
366 oxcf->periodicity = cfg.ts_periodicity; in set_vp8e_config()