Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfilerotatingstream.h79 void SetRotationIndex(size_t index) { rotation_index_ = index; } in SetRotationIndex() function
Dfilerotatingstream.cc379 SetRotationIndex(GetRotationIndex() - 1); in OnRotation()