Home
last modified time | relevance | path

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

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