Home
last modified time | relevance | path

Searched refs:setTimerFlag (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeStablityTest.cpp567 encoderDemo->setTimerFlag(TIMER_GETOUTPUTDESCRIPTION);
650 encoderDemo->setTimerFlag(TIMER_INPUT);
682 encoderDemo->setTimerFlag(TIMER_FREEOUTPUT);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeStablityTest.cpp666 decoderDemo->setTimerFlag(TIMER_GETOUTPUTDESCRIPTION);
755 decoderDemo->setTimerFlag(TIMER_INPUT);
797 decoderDemo->setTimerFlag(TIMER_FREEOUTPUT);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h128 void setTimerFlag(int32_t flag);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h119 void setTimerFlag(int32_t flag);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp465 void AudioEncoderDemo::setTimerFlag(int32_t flag) in setTimerFlag() function in AudioEncoderDemo
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp93 void AudioDecoderDemo::setTimerFlag(int32_t flag) in setTimerFlag() function in AudioDecoderDemo