Searched refs:SaveVideoFile (Results 1 - 3 of 3) sorted by relevance
/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 operationMode) in SaveVideoFile() function in OHOS::Camera::Test 134 std::cout << "SaveVideoFile: operationMode = " << operationMode << " videoFd = "<< videoFd << std::endl; in SaveVideoFile() 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); in HWTEST_F() 312 Test_->SaveVideoFile("video", nullptr, 0, 0); in HWTEST_F()
|
/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);
|
Completed in 3 milliseconds