Home
last modified time | relevance | path

Searched refs:secondStreamInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp411 StreamInfo secondStreamInfo = {0}; in CreateStreams() local
414 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams()
416 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
419 if (secondStreamInfo.bufferQueue_->producer_ == nullptr) { in CreateStreams()
423 streamInfos.push_back(secondStreamInfo); in CreateStreams()
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp406 StreamInfo secondStreamInfo = {0}; in CreateStreams() local
409 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams()
411 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
414 if (secondStreamInfo.bufferQueue_->producer_ == nullptr) { in CreateStreams()
418 streamInfos.push_back(secondStreamInfo); in CreateStreams()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.cpp382 StreamInfo secondStreamInfo = {0}; in CreateStreams() local
385 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams()
387 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
390 if (secondStreamInfo.bufferQueue_->producer_ == nullptr) { in CreateStreams()
394 streamInfos.push_back(secondStreamInfo); in CreateStreams()