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