Searched refs:SaveVideoFile (Results 1 – 5 of 5) sorted by relevance
| /foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
| D | test_common.cpp | 118 int32_t TestUtils::SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int… in SaveVideoFile() function in OHOS::CameraStandard::TestUtils 337 …if (fd_ == -1 && (TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CREATE, fd_) != CAMERA_OK)) { in OnBufferAvailable() 340 if (TestUtils::SaveVideoFile(addr, size, VideoSaveMode::APPEND, fd_) != CAMERA_OK) { in OnBufferAvailable()
|
| D | test_common.h | 64 …static int32_t SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int32_…
|
| D | camera_video.cpp | 513 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in main()
|
| D | camera_capture_video.cpp | 254 result = TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, fd_); in RecordVideo()
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
| D | camera_framework_moduletest.cpp | 701 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in TestCallbacks() 995 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 1122 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 1592 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 1701 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 1926 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 2173 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 2239 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 2320 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); 7423 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
|