Searched refs:streamProcess (Results 1 – 4 of 4) sorted by relevance
114 int32_t ret = streamProcess->GetProducerSize();132 streamProcess->FeedStreamToSnapShot(buffer);133 int32_t ret = streamProcess->GetProducerSize();158 streamProcess->FeedStreamToContinue(buffer);159 streamProcess->CreatePipeline();161 streamProcess->FeedStreamToContinue(buffer);162 int32_t ret = streamProcess->GetProducerSize();185 streamProcess->CreatePipeline();186 streamProcess->DestroyPipeline();187 streamProcess->pipeline_ = nullptr;[all …]
179 std::shared_ptr<DCameraStreamDataProcessProducer> streamProcess = variable182 streamProcess->LooperSnapShot();183 streamProcess->state_ = DCameraStreamDataProcessProducer::DCAMERA_PRODUCER_STATE_STOP;184 streamProcess->LooperSnapShot();188 int32_t ret = streamProcess->FeedStreamToDriver(dhBase, buffer);
101 std::shared_ptr<DCameraStreamDataProcess> streamProcess = in ConfigStreams() local106 streamProcess->ConfigStreams(streamConfig, iter->second); in ConfigStreams()108 streamProcess_.push_back(streamProcess); in ConfigStreams()
212 static void* streamProcess(void* arg) in streamProcess() function325 pthread_create(&g_streamThreadControl.process, &attr, streamProcess, stream_.get()); in SetStreamSource()