Home
last modified time | relevance | path

Searched refs:DCAMERA_PRODUCER_FPS_DEFAULT (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp102 DCAMERA_PRODUCER_FPS_DEFAULT,
107 DCAMERA_PRODUCER_FPS_DEFAULT,
127 DCAMERA_PRODUCER_FPS_DEFAULT,
132 DCAMERA_PRODUCER_FPS_DEFAULT,
152 DCAMERA_PRODUCER_FPS_DEFAULT,
157 DCAMERA_PRODUCER_FPS_DEFAULT,
209 DCAMERA_PRODUCER_FPS_DEFAULT,
241 DCAMERA_PRODUCER_FPS_DEFAULT,
269 DCAMERA_PRODUCER_FPS_DEFAULT,
297 DCAMERA_PRODUCER_FPS_DEFAULT,
[all …]
H A Ddecode_data_process_test.cpp115 DCAMERA_PRODUCER_FPS_DEFAULT,
120 DCAMERA_PRODUCER_FPS_DEFAULT,
141 DCAMERA_PRODUCER_FPS_DEFAULT,
146 DCAMERA_PRODUCER_FPS_DEFAULT,
170 DCAMERA_PRODUCER_FPS_DEFAULT,
175 DCAMERA_PRODUCER_FPS_DEFAULT,
212 DCAMERA_PRODUCER_FPS_DEFAULT,
217 DCAMERA_PRODUCER_FPS_DEFAULT,
245 DCAMERA_PRODUCER_FPS_DEFAULT,
278 DCAMERA_PRODUCER_FPS_DEFAULT,
[all …]
H A Dfps_controller_process_test.cpp77 DCAMERA_PRODUCER_FPS_DEFAULT,
82 DCAMERA_PRODUCER_FPS_DEFAULT,
103 DCAMERA_PRODUCER_FPS_DEFAULT,
128 DCAMERA_PRODUCER_FPS_DEFAULT,
133 DCAMERA_PRODUCER_FPS_DEFAULT,
186 DCAMERA_PRODUCER_FPS_DEFAULT,
191 DCAMERA_PRODUCER_FPS_DEFAULT,
218 DCAMERA_PRODUCER_FPS_DEFAULT,
223 DCAMERA_PRODUCER_FPS_DEFAULT,
254 DCAMERA_PRODUCER_FPS_DEFAULT,
[all …]
H A Dscale_convert_process_test.cpp67 DCAMERA_PRODUCER_FPS_DEFAULT,
72 DCAMERA_PRODUCER_FPS_DEFAULT,
77 DCAMERA_PRODUCER_FPS_DEFAULT,
433 DCAMERA_PRODUCER_FPS_DEFAULT,
438 DCAMERA_PRODUCER_FPS_DEFAULT,
443 DCAMERA_PRODUCER_FPS_DEFAULT,
448 DCAMERA_PRODUCER_FPS_DEFAULT,
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_sink_test.cpp78 DCAMERA_PRODUCER_FPS_DEFAULT,
83 DCAMERA_PRODUCER_FPS_DEFAULT,
104 DCAMERA_PRODUCER_FPS_DEFAULT,
109 DCAMERA_PRODUCER_FPS_DEFAULT,
138 DCAMERA_PRODUCER_FPS_DEFAULT,
143 DCAMERA_PRODUCER_FPS_DEFAULT,
165 DCAMERA_PRODUCER_FPS_DEFAULT,
170 DCAMERA_PRODUCER_FPS_DEFAULT,
211 …deoConfigParams vcParams(VideoCodecType::NO_CODEC, Videoformat::NV21, DCAMERA_PRODUCER_FPS_DEFAULT,
226 …eoConfigParams vcParams3(VideoCodecType::NO_CODEC, Videoformat::NV21, DCAMERA_PRODUCER_FPS_DEFAULT,
[all …]
H A Ddcamera_pipeline_source_test.cpp79 DCAMERA_PRODUCER_FPS_DEFAULT,
84 DCAMERA_PRODUCER_FPS_DEFAULT,
105 DCAMERA_PRODUCER_FPS_DEFAULT,
110 DCAMERA_PRODUCER_FPS_DEFAULT,
138 DCAMERA_PRODUCER_FPS_DEFAULT,
143 DCAMERA_PRODUCER_FPS_DEFAULT,
164 DCAMERA_PRODUCER_FPS_DEFAULT,
169 DCAMERA_PRODUCER_FPS_DEFAULT,
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp90 DCAMERA_PRODUCER_FPS_DEFAULT, in StartCapture()
95 DCAMERA_PRODUCER_FPS_DEFAULT, in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process.cpp251 DCAMERA_PRODUCER_FPS_DEFAULT, srcConfig_->width_, srcConfig_->height_); in CreatePipeline()
253 DCAMERA_PRODUCER_FPS_DEFAULT, dstConfig_->width_, dstConfig_->height_); in CreatePipeline()
H A Ddcamera_stream_data_process_producer.cpp41 interval_ = DCAMERA_PRODUCER_ONE_MINUTE_MS / DCAMERA_PRODUCER_FPS_DEFAULT; in DCameraStreamDataProcessProducer()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/constants/
H A Ddistributed_camera_constants.h81 const uint32_t DCAMERA_PRODUCER_FPS_DEFAULT = 30; variable