Home
last modified time | relevance | path

Searched refs:SaveVideoFile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dcommon.cpp132 int32_t Test::SaveVideoFile(const char* type, const void* buffer, int32_t size, int32_t operationMo… in SaveVideoFile() function in OHOS::Camera::Test
314 SaveVideoFile("video", nullptr, 0, 0); in StartStream()
319 SaveVideoFile("video", buffer->GetVirAddr(), size, 1); in StartStream()
323 SaveVideoFile("video", addr, size, 1); in StartStream()
416 SaveVideoFile("video", nullptr, 0, 2); // 2:Operation Mode in StopStream()
H A Dresolution_test.cpp205 Test_->SaveVideoFile("video", nullptr, 0, 0);
312 Test_->SaveVideoFile("video", nullptr, 0, 0);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp102 int32_t TestUtils::SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int… in SaveVideoFile() function in OHOS::CameraStandard::TestUtils
367 …if (fd_ == -1 && (TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CREATE, fd_) != CAMERA_OK)) { in OnBufferAvailable()
370 if (TestUtils::SaveVideoFile(addr, size, VideoSaveMode::APPEND, fd_) != CAMERA_OK) { in OnBufferAvailable()
H A Dtest_common.h64 …static int32_t SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int32_…
H A Dcamera_video.cpp509 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in main()
H A Dcamera_capture_video.cpp258 result = TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, fd_); in RecordVideo()
/ohos5.0/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h64 … int32_t SaveVideoFile(const char* type, const void* buffer, int32_t size, int32_t operationMode);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1394 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
1577 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
2047 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
2156 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
2381 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
2628 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
2694 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
2775 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
9528 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
12323 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd);
[all …]