Searched refs:NativeSetRotation (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/ |
H A D | AVMuxerDemo.h | 60 OH_AVErrCode NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation);
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerFuzzTest.cpp | 104 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F() 262 ret = muxerDemo->NativeSetRotation(handle, rotation); in HWTEST_F()
|
H A D | NativeAVMuxerParamCheckTest.cpp | 132 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 D | NativeAVMuxerNullCheckTest.cpp | 51 * @tc.name : NativeSetRotation - muxer check 64 OH_AVErrCode ret = muxerDemo->NativeSetRotation(nullptr, rotation); in HWTEST_F()
|
H A D | NativeAVMuxerInterfaceDependCheckTest.cpp | 61 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
|
H A D | NativeAVMuxerStablityTest.cpp | 80 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
|
H A D | NativeAVMuxerFunctionTest.cpp | 743 ret = muxerDemo->NativeSetRotation(handle, 90); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/ |
H A D | AVMuxerDemo.cpp | 121 OH_AVErrCode AVMuxerDemo::NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation) in NativeSetRotation() function in AVMuxerDemo
|
Completed in 9 milliseconds