Home
last modified time | relevance | path

Searched refs:streamProcess (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_stream_data_process_test.cpp104 std::shared_ptr<DCameraStreamDataProcess> streamProcess = in HWTEST_F() local
112 streamProcess->ConfigStreams(srcConfig, streamIds); in HWTEST_F()
113 streamProcess->StartCapture(srcConfig, streamIds); in HWTEST_F()
114 int32_t ret = streamProcess->GetProducerSize(); in HWTEST_F()
127 std::shared_ptr<DCameraStreamDataProcess> streamProcess = in HWTEST_F() local
132 streamProcess->FeedStreamToSnapShot(buffer); in HWTEST_F()
133 int32_t ret = streamProcess->GetProducerSize(); in HWTEST_F()
146 std::shared_ptr<DCameraStreamDataProcess> streamProcess = in HWTEST_F() local
156 streamProcess->ConfigStreams(srcConfig, streamIds); in HWTEST_F()
157 streamProcess in HWTEST_F()
175 std::shared_ptr<DCameraStreamDataProcess> streamProcess = HWTEST_F() local
202 std::shared_ptr<DCameraStreamDataProcess> streamProcess = HWTEST_F() local
[all...]
H A Ddcamera_stream_data_process_producer_test.cpp179 std::shared_ptr<DCameraStreamDataProcessProducer> streamProcess = in HWTEST_F() local
182 streamProcess->LooperSnapShot(); in HWTEST_F()
183 streamProcess->state_ = DCameraStreamDataProcessProducer::DCAMERA_PRODUCER_STATE_STOP; in HWTEST_F()
184 streamProcess->LooperSnapShot(); in HWTEST_F()
188 int32_t ret = streamProcess->FeedStreamToDriver(dhBase, buffer); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.cpp101 std::shared_ptr<DCameraStreamDataProcess> streamProcess = in ConfigStreams() local
106 streamProcess->ConfigStreams(streamConfig, iter->second); in ConfigStreams()
108 streamProcess_.push_back(streamProcess); in ConfigStreams()
/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp212 static void* streamProcess(void* arg) in streamProcess() function
325 pthread_create(&g_streamThreadControl.process, &attr, streamProcess, stream_.get()); in SetStreamSource()

Completed in 4 milliseconds