Home
last modified time | relevance | path

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

/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp755 CallbackAssistant *assistant = (CallbackAssistant *)arg; in StreamCopyProcess() local
756 if (assistant == nullptr) { in StreamCopyProcess()
760 if (assistant->capSurface_ == nullptr) { in StreamCopyProcess()
768 while (assistant->state_ == LOOP_LOOPING) { in StreamCopyProcess()
769 SurfaceBuffer *surfaceBuf = assistant->capSurface_->RequestBuffer(); in StreamCopyProcess()
776 HalCameraQueueBuf(assistant->cameraId_, assistant->streamId_, &streamBuffer); in StreamCopyProcess()
780 streamBuffer.size = assistant->capSurface_->GetSize(); in StreamCopyProcess()
787 ret = HalCameraDequeueBuf(assistant->cameraId_, assistant in StreamCopyProcess()
855 DeviceAssistant *assistant = nullptr; TriggerLoopingCapture() local
[all...]

Completed in 2 milliseconds