Lines Matching refs:SetRotation
57 OH_AVErrCode SetRotation(AVMuxerDemo* muxerDemo, OH_AVMuxer* handle)
123 * @tc.name : Create -> SetRotation
134 ret = SetRotation(muxerDemo, handle);
144 * @tc.name : Create -> SetRotation -> SetRotation
155 ret = SetRotation(muxerDemo, handle);
158 ret = SetRotation(muxerDemo, handle);
168 * @tc.name : Create -> AddTrack -> SetRotation
183 ret = SetRotation(muxerDemo, handle);
193 * @tc.name : Create -> AddTrack -> Start -> SetRotation
211 ret = SetRotation(muxerDemo, handle);
221 * @tc.name : Create -> AddTrack -> Start -> Stop -> SetRotation
242 ret = SetRotation(muxerDemo, handle);
298 * @tc.name : Create -> SetRotation -> AddTrack
309 ret = SetRotation(muxerDemo, handle);
428 * @tc.name : Create -> SetRotation -> AddTrack -> Start
439 ret = SetRotation(muxerDemo, handle);
562 * @tc.name : Create -> SetRotation -> AddTrack -> Start -> WriteSampleBuffer
574 ret = SetRotation(muxerDemo, handle);
757 * @tc.name : Create -> SetRotation -> AddTrack -> Start -> Stop
768 ret = SetRotation(muxerDemo, handle);
842 * @tc.name : Create -> SetRotation -> Destroy
853 ret = SetRotation(muxerDemo, handle);
979 * @tc.name : Create -> SetRotation -> AddTrack -> Start -> WriteSampleBuffer -> Stop -> Destroy
990 ret = SetRotation(muxerDemo, handle);