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/
DAVMuxerDemo.h60 OH_AVErrCode NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation);
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
DNativeAVMuxerFuzzTest.cpp104 ret = muxerDemo->NativeSetRotation(handle, rotation);
262 ret = muxerDemo->NativeSetRotation(handle, rotation);
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);
DNativeAVMuxerNullCheckTest.cpp64 OH_AVErrCode ret = muxerDemo->NativeSetRotation(nullptr, rotation);
DNativeAVMuxerInterfaceDependCheckTest.cpp61 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
DNativeAVMuxerFunctionTest.cpp743 ret = muxerDemo->NativeSetRotation(handle, 90);
DNativeAVMuxerStablityTest.cpp80 OH_AVErrCode ret = muxerDemo->NativeSetRotation(handle, rotation); in SetRotation()
/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/
DAVMuxerDemo.cpp113 OH_AVErrCode AVMuxerDemo::NativeSetRotation(OH_AVMuxer* muxer, int32_t rotation) in NativeSetRotation() function in AVMuxerDemo