Home
last modified time | relevance | path

Searched refs:temporal_ids_length_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers.cc28 temporal_ids_length_(0), in DefaultTemporalLayers()
40 assert(temporal_ids_length_ > 0); in CurrentLayerId()
41 int index = pattern_idx_ % temporal_ids_length_; in CurrentLayerId()
53 temporal_ids_length_ = 1; in ConfigureBitrates()
56 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
60 sizeof(unsigned int) * temporal_ids_length_); in ConfigureBitrates()
65 temporal_ids_length_ = 2; in ConfigureBitrates()
69 cfg->ts_periodicity = temporal_ids_length_; in ConfigureBitrates()
77 sizeof(unsigned int) * temporal_ids_length_); in ConfigureBitrates()
89 temporal_ids_length_ = 4; in ConfigureBitrates()
[all …]
Ddefault_temporal_layers.h81 int temporal_ids_length_; variable