Home
last modified time | relevance | path

Searched refs:_rotation (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc25 _rotation(kVideoRotation_0), in VCMEncodedFrame()
37 _rotation(kVideoRotation_0), in VCMEncodedFrame()
57 _rotation(rhs._rotation), in VCMEncodedFrame()
94 _rotation = kVideoRotation_0; in Reset()
Dencoded_frame.h78 VideoRotation rotation() const { return _rotation; } in rotation()
122 VideoRotation _rotation; variable
Dgeneric_encoder.h70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation()
79 VideoRotation _rotation; variable
Dgeneric_encoder.cc235 _rotation(kVideoRotation_0), in VCMEncodedFrameCallback()
284 rtpVideoHeader.rotation = _rotation; in Encoded()
Dframe_buffer.cc155 _rotation = packet.codecSpecificHeader.rotation; in InsertPacket()
/external/opencv3/modules/calib3d/test/
Dtest_posit.cpp193 Mat _rotation = cvarrToMat(rotation), _true_rotation = cvarrToMat(true_rotation); in run() local
195 … code = cvtest::cmpEps2( ts, _rotation, _true_rotation, flEpsilon, false, "rotation matrix" ); in run()