Searched defs:i_rotation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capture_impl.cc258 int i_rotation = -1; local
261 i_rotation = 0;
264 i_rotation = 90;
267 i_rotation = 180;
270 i_rotation = 270;
274 << ", rotation " << i_rotation; local

Completed in 79 milliseconds