Searched refs:DepthDataOutput (Results 1 – 10 of 10) sorted by relevance
56 DepthDataOutput::DepthDataOutput(sptr<IBufferProducer> bufferProducer) in DepthDataOutput() function in OHOS::CameraStandard::DepthDataOutput64 DepthDataOutput::~DepthDataOutput() in ~DepthDataOutput()69 int32_t DepthDataOutput::Start() in Start()97 int32_t DepthDataOutput::Stop() in Stop()118 int32_t DepthDataOutput::SetDataAccuracy(int32_t dataAccuracy) in SetDataAccuracy()140 int32_t DepthDataOutput::CreateStream() in CreateStream()146 int32_t DepthDataOutput::Release() in Release()173 void DepthDataOutput::SetCallback(std::shared_ptr<DepthDataStateCallback> callback) in SetCallback()206 std::shared_ptr<DepthDataStateCallback> DepthDataOutput::GetApplicationCallback() in GetApplicationCallback()212 void DepthDataOutput::CameraServerDied(pid_t pid) in CameraServerDied()
43 class DepthDataOutput : public CaptureOutput {45 explicit DepthDataOutput(sptr<IBufferProducer> bufferProducer);46 virtual ~DepthDataOutput();99 wptr<DepthDataOutput> depthDataOutput_ = nullptr;102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl()
19 …nager, cameraOutputCapability: camera.CameraOutputCapability): camera.DepthDataOutput | undefined {21 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;26 … console.error(`Failed to create the DepthDataOutput instance. error: ${JSON.stringify(err)}`);35 async function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): Promise<void> {56 function onDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {69 function onDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {
69 …explicit DepthDataListener(napi_env env, const sptr<Surface> depthSurface, sptr<DepthDataOutput> d…78 sptr<DepthDataOutput> depthDataOutput_;129 sptr<DepthDataOutput> GetDepthDataOutput();151 static thread_local sptr<DepthDataOutput> sDepthDataOutput_;156 sptr<DepthDataOutput> depthDataOutput_;
49 thread_local sptr<DepthDataOutput> DepthDataOutputNapi::sDepthDataOutput_ = nullptr;56 sptr<DepthDataOutput> depthDataOutput) in DepthDataListener()426 sptr<DepthDataOutput> DepthDataOutputNapi::GetDepthDataOutput() in GetDepthDataOutput()484 ((sptr<DepthDataOutput>&)(context->objectInfo->depthDataOutput_))->Release(); in Release()
469 …sptr<DepthDataOutput> CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBufferProducer> &sur…480 sptr<DepthDataOutput>* pDepthDataOutput);
719 sptr<DepthDataOutput> CameraManager::CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBuffer… in CreateDepthDataOutput()722 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput()732 sptr<DepthDataOutput>* pDepthDataOutput) in CreateDepthDataOutput()736 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput()757 depthDataOutput = new(std::nothrow) DepthDataOutput(surface); in CreateDepthDataOutput()
142 createDepthDataOutput(profile: Profile): DepthDataOutput160 | [DepthDataOutput](#depthdataoutput12) | DepthDataOutput实例。接口调用失败会返回相应错误码,错误码类型[CameraErrorCode…176 ….CameraOutputCapability, cameraManager: camera.CameraManager): camera.DepthDataOutput | undefined {178 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;734 ## DepthDataOutput<sup>12+</sup>768 function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {798 function stopDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {840 function registerDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {874 function unRegisterDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {909 function registerDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {[all …]
142 createDepthDataOutput(profile: Profile): DepthDataOutput144 Creates a **DepthDataOutput** instance. This API returns the result synchronously.160 | [DepthDataOutput](#depthdataoutput12) | **DepthDataOutput** instance. If the operation fails, …178 let depthDataOutput: camera.DepthDataOutput | undefined = undefined;735 ## DepthDataOutput<sup>12+</sup>769 function startDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {799 function stopDepthDataOutput(depthDataOutput: camera.DepthDataOutput): void {841 function registerDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {875 function unRegisterDepthDataAvailable(depthDataOutput: camera.DepthDataOutput): void {910 function registerDepthDataOutputError(depthDataOutput: camera.DepthDataOutput): void {[all …]