Home
last modified time | relevance | path

Searched refs:otherTime (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h228 double otherTime = 0.0; member in OHOS::MediaAVCodec::AudioEncoderDemo
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h234 double otherTime = 0.0; member in OHOS::MediaAVCodec::AudioDecoderDemo
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp347 otherTime += (inputEnd.tv_sec - inputStart.tv_sec) + (inputEnd.tv_usec - inputStart.tv_usec) / DEFAULT_TIME_NUM; in HandleEOS()
413 otherTime += (inputEnd.tv_sec - inputStart.tv_sec) + (inputEnd.tv_usec - inputStart.tv_usec) / DEFAULT_TIME_NUM; in NativeInputFunc()
750 otherTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / DEFAULT_TIME_NUM; in NativeRunCasePerformance()
778 totalTime = (endTime.tv_sec - start.tv_sec) + (startTime.tv_usec - start.tv_usec) / DEFAULT_TIME_NUM - otherTime; in NativeRunCasePerformance()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp362 otherTime += (inputEnd.tv_sec - inputStart.tv_sec) + in NativeInputFunc()
406 otherTime += (outputEnd.tv_sec - outputStart.tv_sec) + in NativeWriteOutput()
640 (endTime.tv_usec - startTime.tv_usec) / DEFAULT_TIME_NUM - otherTime; in NativeRunCasePerformance()

Completed in 7 milliseconds