Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFuzzTest.cpp104 ret = muxerDemo->NativeSetRotation(handle, rotation);
262 ret = muxerDemo->NativeSetRotation(handle, rotation);
H A DNativeAVMuxerParamCheckTest.cpp132 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation);
136 ret = muxerDemo->NativeSetRotation(handle, rotation);
140 ret = muxerDemo->NativeSetRotation(handle, rotation);
144 ret = muxerDemo->NativeSetRotation(handle, rotation);
148 ret = muxerDemo->NativeSetRotation(handle, rotation);
152 ret = muxerDemo->NativeSetRotation(handle, rotation);
H A DNativeAVMuxerNullCheckTest.cpp64 OH_AVErrCode ret = muxerDemo->NativeSetRotation(nullptr, rotation);
H A DNativeAVMuxerInterfaceDependCheckTest.cpp61 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
H A DNativeAVMuxerFunctionTest.cpp743 ret = muxerDemo->NativeSetRotation(handle, 90);
H A DNativeAVMuxerStablityTest.cpp80 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/
H A DAVMuxerDemo.h60 OH_AVErrCode NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation);
/ohos5.0/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