Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dfile_rotating_stream.h71 void SetRotationIndex(size_t index) { rotation_index_ = index; } in SetRotationIndex() function
Dfile_rotating_stream.cc366 SetRotationIndex(GetRotationIndex() - 1); in OnRotation()