Lines Matching refs:streamId
41 const int streamId, const StreamIntent intent)
74 streamInfo.streamId_ = streamId;
123 RetCode DcameraHdfDemo::CaptureON(const int streamId, const int captureId, CaptureMode mode)
125 DHLOGI("demo test: CaptureON enter streamId == %{public}d and captureId == %{public}d and mode == %{public}d",
126 streamId, captureId, mode);
137 captureInfo_.streamIds_ = {streamId};
185 RetCode DcameraHdfDemo::CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer,
196 SetStreamInfo(streamInfo, streamCustomer, streamId, intent);
202 streamIds_.push_back(streamId);
1288 RetCode DcameraHdfDemo::StreamOffline(const int streamId)
1296 streamIds.push_back(streamId);