Home
last modified time | relevance | path

Searched refs:DCAMERA_PRODUCER_RETRY_SLEEP_MS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.h55 const uint32_t DCAMERA_PRODUCER_RETRY_SLEEP_MS = 500; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp187 std::this_thread::sleep_for(std::chrono::milliseconds(DCAMERA_PRODUCER_RETRY_SLEEP_MS)); in LooperSnapShot()