Home
last modified time | relevance | path

Searched refs:GetProducerSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_stream_data_process_test.cpp85 int32_t ret = streamProcess1->GetProducerSize();
114 int32_t ret = streamProcess->GetProducerSize();
133 int32_t ret = streamProcess->GetProducerSize();
162 int32_t ret = streamProcess->GetProducerSize();
189 int32_t ret = streamProcess->GetProducerSize();
208 int32_t ret = streamProcess->GetProducerSize();
237 int32_t ret = streamProcess1->GetProducerSize();
H A Ddcamera_source_data_process_test.cpp211 rc = testSrcDataProcess_->GetProducerSize();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.cpp181 if ((streamType_ == CONTINUOUS_FRAME) && (GetProducerSize() == 0)) { in StopCapture()
196 int32_t DCameraSourceDataProcess::GetProducerSize() in GetProducerSize() function in OHOS::DistributedHardware::DCameraSourceDataProcess
201 int32_t size = streamDataProcess->GetProducerSize(); in GetProducerSize()
H A Ddcamera_stream_data_process.cpp179 int32_t DCameraStreamDataProcess::GetProducerSize() in GetProducerSize() function in OHOS::DistributedHardware::DCameraStreamDataProcess
H A Ddcamera_source_input.cpp163 int32_t size = dataProcess_[CONTINUOUS_FRAME]->GetProducerSize(); in StopCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.h41 int32_t GetProducerSize() override;
H A Ddcamera_stream_data_process.h43 int32_t GetProducerSize();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_source_data_process.h64 virtual int32_t GetProducerSize() = 0;