Home
last modified time | relevance | path

Searched refs:tl0_pic_idx_ (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/
H A Drealtime_temporal_layers.cc87 tl0_pic_idx_(initial_tl0_pic_idx), in RealTimeTemporalLayers()
235 tl0_pic_idx_++; in PopulateCodecSpecific()
238 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
248 int tl0_pic_idx_; member in webrtc::__anon39a604eb0111::RealTimeTemporalLayers
H A Dscreenshare_layers.cc33 tl0_pic_idx_(initial_tl0_pic_idx), in ScreenshareLayers()
146 tl0_pic_idx_++; in PopulateCodecSpecific()
149 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.cc30 tl0_pic_idx_(initial_tl0_pic_idx), in DefaultTemporalLayers()
283 tl0_pic_idx_++; in PopulateCodecSpecific()
286 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.h83 uint8_t tl0_pic_idx_; in test()
H A Dscreenshare_layers.h60 uint8_t tl0_pic_idx_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/
H A Drealtime_temporal_layers.cc92 tl0_pic_idx_(initial_tl0_pic_idx), in RealTimeTemporalLayers()
271 tl0_pic_idx_++; in PopulateCodecSpecific()
274 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
284 int tl0_pic_idx_; member in webrtc::__anon88d641c90111::RealTimeTemporalLayers
H A Ddefault_temporal_layers.cc34 tl0_pic_idx_(initial_tl0_pic_idx), in DefaultTemporalLayers()
319 tl0_pic_idx_++; in PopulateCodecSpecific()
322 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Dscreenshare_layers.cc80 tl0_pic_idx_(initial_tl0_pic_idx), in ScreenshareLayers()
270 tl0_pic_idx_++; in PopulateCodecSpecific()
273 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.h90 uint8_t tl0_pic_idx_; variable
H A Dscreenshare_layers.h69 uint8_t tl0_pic_idx_; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.cc83 tl0_pic_idx_(initial_tl0_pic_idx), in ScreenshareLayers()
102 return tl0_pic_idx_; in Tl0PicIdx()
312 tl0_pic_idx_++; in PopulateCodecSpecific()
315 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.cc310 tl0_pic_idx_(initial_tl0_pic_idx), in DefaultTemporalLayers()
324 return tl0_pic_idx_; in Tl0PicIdx()
414 tl0_pic_idx_++; in PopulateCodecSpecific()
416 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.h57 uint8_t tl0_pic_idx_; variable
H A Dvp8_impl.cc212 tl0_pic_idx_.push_back(random.Rand<uint8_t>()); in VP8EncoderImpl()
252 tl0_pic_idx_[i] = temporal_layers_[i]->Tl0PicIdx(); in Release()
341 tl_factory->Create(0, num_temporal_layers, tl0_pic_idx_[0])); in SetupTemporalLayers()
343 tl_factory->CreateChecker(0, num_temporal_layers, tl0_pic_idx_[0])); in SetupTemporalLayers()
350 tl_factory->Create(i, layers, tl0_pic_idx_[i])); in SetupTemporalLayers()
352 tl_factory->CreateChecker(i, layers, tl0_pic_idx_[i])); in SetupTemporalLayers()
H A Dscreenshare_layers.h69 uint8_t tl0_pic_idx_; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.cc83 tl0_pic_idx_(initial_tl0_pic_idx), in ScreenshareLayers()
102 return tl0_pic_idx_; in Tl0PicIdx()
312 tl0_pic_idx_++; in PopulateCodecSpecific()
315 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.cc310 tl0_pic_idx_(initial_tl0_pic_idx), in DefaultTemporalLayers()
324 return tl0_pic_idx_; in Tl0PicIdx()
414 tl0_pic_idx_++; in PopulateCodecSpecific()
416 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.h57 uint8_t tl0_pic_idx_; variable
H A Dvp8_impl.cc212 tl0_pic_idx_.push_back(random.Rand<uint8_t>()); in VP8EncoderImpl()
252 tl0_pic_idx_[i] = temporal_layers_[i]->Tl0PicIdx(); in Release()
341 tl_factory->Create(0, num_temporal_layers, tl0_pic_idx_[0])); in SetupTemporalLayers()
343 tl_factory->CreateChecker(0, num_temporal_layers, tl0_pic_idx_[0])); in SetupTemporalLayers()
350 tl_factory->Create(i, layers, tl0_pic_idx_[i])); in SetupTemporalLayers()
352 tl_factory->CreateChecker(i, layers, tl0_pic_idx_[i])); in SetupTemporalLayers()
H A Dscreenshare_layers.h69 uint8_t tl0_pic_idx_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.cc83 tl0_pic_idx_(initial_tl0_pic_idx), in ScreenshareLayers()
102 return tl0_pic_idx_; in Tl0PicIdx()
312 tl0_pic_idx_++; in PopulateCodecSpecific()
315 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.cc310 tl0_pic_idx_(initial_tl0_pic_idx), in DefaultTemporalLayers()
324 return tl0_pic_idx_; in Tl0PicIdx()
414 tl0_pic_idx_++; in PopulateCodecSpecific()
416 vp8_info->tl0PicIdx = tl0_pic_idx_; in PopulateCodecSpecific()
H A Ddefault_temporal_layers.h57 uint8_t tl0_pic_idx_; variable
H A Dvp8_impl.cc212 tl0_pic_idx_.push_back(random.Rand<uint8_t>()); in VP8EncoderImpl()
252 tl0_pic_idx_[i] = temporal_layers_[i]->Tl0PicIdx(); in Release()
341 tl_factory->Create(0, num_temporal_layers, tl0_pic_idx_[0])); in SetupTemporalLayers()
343 tl_factory->CreateChecker(0, num_temporal_layers, tl0_pic_idx_[0])); in SetupTemporalLayers()
350 tl_factory->Create(i, layers, tl0_pic_idx_[i])); in SetupTemporalLayers()
352 tl_factory->CreateChecker(i, layers, tl0_pic_idx_[i])); in SetupTemporalLayers()
H A Dscreenshare_layers.h69 uint8_t tl0_pic_idx_; variable

12