Home
last modified time | relevance | path

Searched refs:operationMode (Results 1 - 4 of 4) sorted by relevance

/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 operationMode) in SaveVideoFile() argument
134 std::cout << "SaveVideoFile: operationMode = " << operationMode << " videoFd = "<< videoFd << std::endl; in SaveVideoFile()
135 if (operationMode == 0) { in SaveVideoFile()
162 } else if (operationMode == 1 && videoFd != -1) { in SaveVideoFile()
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_host/
H A Ddcamera_host.h70 int32_t PrelaunchWithOpMode(const PrelaunchConfig &config, int32_t operationMode) override;
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H A Ddcamera_host.cpp264 int32_t DCameraHost::PrelaunchWithOpMode(const PrelaunchConfig &config, int32_t operationMode) in PrelaunchWithOpMode() argument
267 (void)operationMode; in PrelaunchWithOpMode()
/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);

Completed in 4 milliseconds