/external/webrtc/webrtc/modules/video_coding/ |
generic_encoder.h | 70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } 79 VideoRotation _rotation; member in class:webrtc::VCMEncodedFrameCallback
|
encoded_frame.cc | 25 _rotation(kVideoRotation_0), 37 _rotation(kVideoRotation_0), 57 _rotation(rhs._rotation), 94 _rotation = kVideoRotation_0;
|
encoded_frame.h | 78 VideoRotation rotation() const { return _rotation; } 122 VideoRotation _rotation; member in class:webrtc::VCMEncodedFrame
|
generic_encoder.cc | 235 _rotation(kVideoRotation_0), 284 rtpVideoHeader.rotation = _rotation;
|
frame_buffer.cc | 155 _rotation = packet.codecSpecificHeader.rotation;
|
/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" );
|