Searched refs:CreateStreamInfo (Results 1 – 2 of 2) sorted by relevance
173 RetCode DcameraHdfDemo::CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &strea… in CreateStreamInfo() function in OHOS::DistributedHardware::DcameraHdfDemo514 …rc = CreateStreamInfo(STREAM_ID_CAPTURE, streamCustomerCapture_, OHOS::HDI::Camera::V1_0::STILL_CA… in StartCaptureStream()538 … rc = CreateStreamInfo(STREAM_ID_VIDEO, streamCustomerVideo_, OHOS::HDI::Camera::V1_0::VIDEO); in StartVideoStream()563 …rc = CreateStreamInfo(STREAM_ID_PREVIEW, streamCustomerPreview_, OHOS::HDI::Camera::V1_0::PREVIEW); in StartPreviewStream()
146 RetCode CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,