Lines Matching defs:rotation
98 * @tc.name : InnerSetRotation - rotation check
110 int32_t rotation;
112 rotation = 0;
113 ret = muxerDemo->InnerSetRotation(rotation);
116 rotation = 90;
117 ret = muxerDemo->InnerSetRotation(rotation);
120 rotation = 180;
121 ret = muxerDemo->InnerSetRotation(rotation);
124 rotation = 270;
125 ret = muxerDemo->InnerSetRotation(rotation);
128 rotation = -90;
129 ret = muxerDemo->InnerSetRotation(rotation);
132 rotation = 45;
133 ret = muxerDemo->InnerSetRotation(rotation);