HomeSort by relevance Sort by last modified time
    Searched defs:_rotation (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 78 VideoRotation rotation() const { return _rotation; }
122 VideoRotation _rotation; member in class:webrtc::VCMEncodedFrame
generic_encoder.h 70 void SetRotation(VideoRotation rotation) { _rotation = rotation; }
79 VideoRotation _rotation; member in class:webrtc::VCMEncodedFrameCallback
  /external/opencv3/modules/calib3d/test/
test_posit.cpp 193 Mat _rotation = cvarrToMat(rotation), _true_rotation = cvarrToMat(true_rotation); local
195 code = cvtest::cmpEps2( ts, _rotation, _true_rotation, flEpsilon, false, "rotation matrix" );

Completed in 134 milliseconds