/ohos5.0/drivers/peripheral/camera/test/mpi/src/ |
H A D | common.cpp | 132 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 D | resolution_test.cpp | 205 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 D | test_common.cpp | 102 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 D | test_common.h | 64 …static int32_t SaveVideoFile(const char* buffer, int32_t size, VideoSaveMode operationMode, int32_…
|
H A D | camera_video.cpp | 509 TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, g_videoFd); in main()
|
H A D | camera_capture_video.cpp | 258 result = TestUtils::SaveVideoFile(nullptr, 0, VideoSaveMode::CLOSE, fd_); in RecordVideo()
|
/ohos5.0/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 64 … 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 D | camera_framework_moduletest.cpp | 1394 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 …]
|