Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp40 state_ = DCAMERA_PRODUCER_STATE_STOP; in DCameraStreamDataProcessProducer()
86 state_ = DCAMERA_PRODUCER_STATE_STOP; in Stop()
160 return (!buffers_.empty() || state_ == DCAMERA_PRODUCER_STATE_STOP); in LooperSnapShot()
162 if (state_ == DCAMERA_PRODUCER_STATE_STOP) { in LooperSnapShot()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.h37 DCAMERA_PRODUCER_STATE_STOP = 0, enumerator
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_stream_data_process_producer_test.cpp183 streamProcess->state_ = DCameraStreamDataProcessProducer::DCAMERA_PRODUCER_STATE_STOP;