Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_common.cpp227 StreamInfo_V1_1 curStreamInfo; in DumpStreamInfo() local
228 SetStreamInfo(curStreamInfo); in DumpStreamInfo()
232 if (curStreamInfo.v1_0.bufferQueue_ && curStreamInfo.v1_0.bufferQueue_->producer_) { in DumpStreamInfo()
233 streamInfo.append("[" + std::to_string(curStreamInfo.v1_0.bufferQueue_->producer_->GetUniqueId()) + "]"); in DumpStreamInfo()
238 streamInfo.append(" stream Id:[" + std::to_string(curStreamInfo.v1_0.streamId_) + "]"); in DumpStreamInfo()
243 streamInfo.append(" width:[" + std::to_string(curStreamInfo.v1_0.width_) + "]"); in DumpStreamInfo()
244 streamInfo.append(" height:[" + std::to_string(curStreamInfo.v1_0.height_) + "]"); in DumpStreamInfo()
245 streamInfo.append(" dataspace:[" + std::to_string(curStreamInfo.v1_0.dataspace_) + "]"); in DumpStreamInfo()
246 streamInfo.append(" StreamType:[" + std::to_string(curStreamInfo in DumpStreamInfo()
[all...]
H A Dhcapture_session.cpp203 StreamInfo_V1_1 curStreamInfo; in GetCurrentStreamInfos() local
204 stream->SetStreamInfo(curStreamInfo); in GetCurrentStreamInfos()
206 streamInfos.push_back(curStreamInfo); in GetCurrentStreamInfos()
646 StreamInfo_V1_1 curStreamInfo; in LinkInputAndOutputs() local
647 stream->SetStreamInfo(curStreamInfo); in LinkInputAndOutputs()
649 allStreamInfos.push_back(curStreamInfo); in LinkInputAndOutputs()
997 StreamInfo_V1_1 curStreamInfo; in CancelStreamsAndGetStreamInfos() local
1009 stream->SetStreamInfo(curStreamInfo); in CancelStreamsAndGetStreamInfos()
1010 streamInfos.push_back(curStreamInfo); in CancelStreamsAndGetStreamInfos()
1072 StreamInfo_V1_1 curStreamInfo; in CheckIfColorSpaceMatchesFormat() local
[all...]

Completed in 4 milliseconds