Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerParamCheckTest.cpp113 ret = muxerDemo->InnerSetRotation(rotation);
117 ret = muxerDemo->InnerSetRotation(rotation);
121 ret = muxerDemo->InnerSetRotation(rotation);
125 ret = muxerDemo->InnerSetRotation(rotation);
129 ret = muxerDemo->InnerSetRotation(rotation);
133 ret = muxerDemo->InnerSetRotation(rotation);
H A DInnerAVMuxerFuzzTest.cpp96 ret = muxerDemo->InnerSetRotation(rotation);
313 ret = muxerDemo->InnerSetRotation(rotation);
H A DInnerAVMuxerInterfaceDependCheckTest.cpp56 return muxerDemo->InnerSetRotation(rotation); in SetRotation()
H A DInnerAVMuxerStablityTest.cpp65 int32_t ret = muxerDemo->InnerSetRotation(rotation); in SetRotation()
H A DInnerAVMuxerFunctionTest.cpp737 ret = muxerDemo->InnerSetRotation(90);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/Common/include/
H A DAVMuxerDemo.h72 int32_t InnerSetRotation(int32_t rotation);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DInnerAVMuxerDemo.cpp58 return muxerDemo->InnerSetRotation(rotation); in SetRotation()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/Common/src/
H A DAVMuxerDemo.cpp169 int32_t AVMuxerDemo::InnerSetRotation(int32_t rotation) in InnerSetRotation() function in AVMuxerDemo