Home
last modified time | relevance | path

Searched refs:runTimes (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp356 runTimes++; in HandleEOS()
378 runTimes++; in NativePushInput()
390 runTimes++; in NativePushInput()
448 runTimes++; in NativeGetDescription()
463 runTimes++; in NativeWriteOutput()
507 runTimes++; in NativeOutputFunc()
674 cout << "total time is " << totalTime << ", run times is " << runTimes << endl; in NativeRunCase()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h226 int32_t runTimes = 0; member in OHOS::MediaAVCodec::AudioEncoderDemo
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h232 int32_t runTimes = 0; member in OHOS::MediaAVCodec::AudioDecoderDemo
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp316 runTimes++; in NativePushInput()
328 runTimes++; in NativePushInput()
393 runTimes++; in NativeGetDescription()
453 runTimes++; in NativeOutputFunc()
556 cout << "total time is " << totalTime << ", run times is " << runTimes << endl; in NativeRunCase()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp1916 int32_t runTimes = 10; in HWTEST_F() local
1921 for (int32_t i = 0; i < runTimes; i++) { in HWTEST_F()
1932 EXPECT_LE(deltaTime / runTimes, 1000); // less than 1000 ms in HWTEST_F()

Completed in 11 milliseconds