Searched refs:tv2 (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 601 struct timespec tv2 = {0}; in HWTEST_F() local 608 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST_F() 609 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST_F() 627 struct timespec tv2 = {0}; in HWTEST_F() local 634 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST_F() 635 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST_F() 671 struct timespec tv2 = {0}; in HWTEST_F() local 678 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST_F() 714 struct timespec tv2 = {0}; HWTEST_F() local 755 struct timespec tv2 = {0}; HWTEST_F() local 797 struct timespec tv2 = {0}; HWTEST_F() local 879 struct timespec tv2 = {0}; HWTEST_F() local 911 struct timespec tv2 = {0}; HWTEST_F() local 942 struct timespec tv2 = {0}; HWTEST_F() local 973 struct timespec tv2 = {0}; HWTEST_F() local 1070 struct timespec tv2 = {0}; HWTEST_F() local 1088 struct timespec tv2 = {0}; HWTEST_F() local 1106 struct timespec tv2 = {0}; HWTEST_F() local 1124 struct timespec tv2 = {0}; HWTEST_F() local 1274 struct timespec tv2 = {0}; HWTEST_F() local 1295 struct timespec tv2 = {0}; HWTEST_F() local 1316 struct timespec tv2 = {0}; HWTEST_F() local 1337 struct timespec tv2 = {0}; HWTEST_F() local 1359 struct timespec tv2 = {0}; HWTEST_F() local 1383 struct timespec tv2 = {0}; HWTEST_F() local 1407 struct timespec tv2 = {0}; HWTEST_F() local 1431 struct timespec tv2 = {0}; HWTEST_F() local 1534 struct timespec tv2 = {0}; HWTEST_F() local 1554 struct timespec tv2 = {0}; HWTEST_F() local 1575 struct timespec tv2 = {0}; HWTEST_F() local 1595 struct timespec tv2 = {0}; HWTEST_F() local 1690 struct timespec tv2 = {0}; HWTEST_F() local 1744 struct timespec tv2 = {0}; HWTEST_F() local 2041 struct timespec tv2 = {0}; HWTEST_F() local 2071 struct timespec tv2 = {0}; HWTEST_F() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_player_test/src/ |
H A D | audio_opensles_player_unit_test.cpp | 886 struct timespec tv2 = {0}; in HWTEST() local 891 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST() 892 totalTime += tv2.tv_sec * USEC_TIMES + tv2.tv_nsec - (tv1.tv_sec * USEC_TIMES + tv1.tv_nsec); in HWTEST() 900 struct timespec tv2 = {0}; in HWTEST() local 905 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST() 906 totalTime += tv2.tv_sec * USEC_TIMES + tv2.tv_nsec - (tv1.tv_sec * USEC_TIMES + tv1.tv_nsec); in HWTEST() 914 struct timespec tv2 = {0}; in HWTEST() local 921 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST() 930 struct timespec tv2 = {0}; HWTEST() local 946 struct timespec tv2 = {0}; HWTEST() local 960 struct timespec tv2 = {0}; HWTEST() local 996 struct timespec tv2 = {0}; HWTEST() local 1011 struct timespec tv2 = {0}; HWTEST() local 1027 struct timespec tv2 = {0}; HWTEST() local 1042 struct timespec tv2 = {0}; HWTEST() local 1057 struct timespec tv2 = {0}; HWTEST() local 1071 struct timespec tv2 = {0}; HWTEST() local 1086 struct timespec tv2 = {0}; HWTEST() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/ |
H A D | audio_opensles_recorder_test.cpp | 56 struct timespec tv2 = {0}; variable 204 clock_gettime(CLOCK_REALTIME, &tv2); in OperationTime() 205 while (((tv2.tv_sec * usecTimes + tv2.tv_nsec) - (tv1.tv_sec * usecTimes + tv1.tv_nsec)) <= time) { in OperationTime() 207 clock_gettime(CLOCK_REALTIME, &tv2); in OperationTime()
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_recorder_test/src/ |
H A D | audio_opensles_recorder_unit_test.cpp | 326 struct timespec tv2 = {0}; in HWTEST() local 333 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST() 334 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST() 343 struct timespec tv2 = {0}; in HWTEST() local 352 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST() 353 totalTime += tv2.tv_sec * usecTimes + tv2.tv_nsec - (tv1.tv_sec * usecTimes + tv1.tv_nsec); in HWTEST() 362 struct timespec tv2 = {0}; in HWTEST() local 371 clock_gettime(CLOCK_REALTIME, &tv2); in HWTEST() 381 struct timespec tv2 = {0}; HWTEST() local 435 struct timespec tv2 = {0}; HWTEST() local [all...] |
Completed in 7 milliseconds