Home
last modified time | relevance | path

Searched refs:NativeSetRotation (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/
H A DAVMuxerDemo.h60 OH_AVErrCode NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation);
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFuzzTest.cpp104 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
262 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
H A DNativeAVMuxerParamCheckTest.cpp132 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
136 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
140 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
144 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
148 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
152 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
H A DNativeAVMuxerNullCheckTest.cpp51 * @tc.name : NativeSetRotation - muxer check
64 OH_AVErrCode ret = muxerDemo->NativeSetRotation(nullptr, rotation); in HWTEST_F()
H A DNativeAVMuxerInterfaceDependCheckTest.cpp61 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
H A DNativeAVMuxerStablityTest.cpp80 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
H A DNativeAVMuxerFunctionTest.cpp743 ret = muxerDemo->NativeSetRotation(handle, 90); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/
H A DAVMuxerDemo.cpp121 OH_AVErrCode AVMuxerDemo::NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation) in NativeSetRotation() function in AVMuxerDemo

Completed in 9 milliseconds