Home
last modified time | relevance | path

Searched refs:TestUtils (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp41 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 Dtest_common.cpp29 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 Dtest_common.h54 class TestUtils { class
H A Dcamera_video.cpp203 if (!TestUtils::IsNumber(argv[counter])) { in main()
513 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in main()
H A Dcamera_capture.cpp77 if (!TestUtils::IsNumber(argv[counter])) { in main()
H A Dcamera_capture_mode.cpp289 if (!TestUtils::IsNumber(argv[counter])) { in main()
H A Dcamera_capture_video.cpp258 result = TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, fd_); in RecordVideo()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1086 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 19 milliseconds