Searched refs:CurrentLayerId (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.h42 int CurrentLayerId() const override;
H A Dtemporal_layers.h55 virtual int CurrentLayerId() const = 0;
H A Dscreenshare_layers.h51 int CurrentLayerId() const override;
H A Ddefault_temporal_layers.cc39 int DefaultTemporalLayers::CurrentLayerId() const { function in class:webrtc::DefaultTemporalLayers
256 vp8_info->temporalIdx = CurrentLayerId();
H A Drealtime_temporal_layers.cc199 virtual int CurrentLayerId() const { function in class:webrtc::__anon26439::RealTimeTemporalLayers
220 vp8_info->temporalIdx = CurrentLayerId();
H A Dscreenshare_layers.cc64 int ScreenshareLayers::CurrentLayerId() const { function in class:webrtc::ScreenshareLayers
H A Dsimulcast_unittest.h199 int CurrentLayerId() const override { return layers_->CurrentLayerId(); }
H A Dvp8_impl.cc873 temporal_layers_[stream_idx]->CurrentLayerId());

Completed in 76 milliseconds