Searched refs:TestUtils (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestUtils.cpp | 41 class TestUtils : public testing::Test { class 43 TestUtils() = default; 45 ~TestUtils() override = default; 55 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny001, TestSize.Level1) { in HWTEST_F() 66 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny002, TestSize.Level1) { in HWTEST_F() 77 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny003, TestSize.Level1) { in HWTEST_F() 88 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny004, TestSize.Level1) { in HWTEST_F() 98 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny005, TestSize.Level1) { in HWTEST_F() 108 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny006, TestSize.Level1) { in HWTEST_F() 118 HWTEST_F(TestUtils, NativeCommonUtilsParseOHAny00 [all...] |
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 29 camera_format_t TestUtils::GetCameraMetadataFormat(CameraFormat format) in GetCameraMetadataFormat() 44 uint64_t TestUtils::GetCurrentLocalTimeStamp() in GetCurrentLocalTimeStamp() 52 int32_t TestUtils::SaveYUV(const char* buffer, int32_t size, SurfaceType type) in SaveYUV() 62 MEDIA_DEBUG_LOG("TestUtils::SaveYUV(), type: %{public}d", type); in SaveYUV() 108 bool TestUtils::IsNumber(const char number[]) in IsNumber() 118 int32_t TestUtils::SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int32_t &fd) in SaveVideoFile() 362 if (previewIndex_ % TestUtils::PREVIEW_SKIP_FRAMES == 0 in OnBufferAvailable() 363 && TestUtils::SaveYUV(addr, size, surfaceType_) != CAMERA_OK) { in OnBufferAvailable() 371 if (secondPreviewIndex_ % TestUtils::PREVIEW_SKIP_FRAMES == 0 in OnBufferAvailable() 372 && TestUtils in OnBufferAvailable() [all...] |
H A D | test_common.h | 54 class TestUtils { class
|
H A D | camera_video.cpp | 203 if (!TestUtils::IsNumber(argv[counter])) { in main() 513 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in main()
|
H A D | camera_capture.cpp | 77 if (!TestUtils::IsNumber(argv[counter])) { in main()
|
H A D | camera_capture_mode.cpp | 289 if (!TestUtils::IsNumber(argv[counter])) { in main()
|
H A D | camera_capture_video.cpp | 258 result = TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, fd_); in RecordVideo()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 1086 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in TestCallbacks() 1438 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 1621 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2091 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2200 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2425 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2672 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2738 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 2819 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in HWTEST_F() 9197 TestUtils in HWTEST_F() [all...] |
Completed in 20 milliseconds