Home
last modified time | relevance | path

Searched refs:captureRate (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_source.h52 double captureRate = 0.0; member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_video.cpp60 int32_t captureRate = 30; in ConfigureVideoParams() local
82 if (recorder->SetCaptureRate(videoSourceId, captureRate)) { in ConfigureVideoParams()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h159 double captureRate = 0.0; member
H A Drecorder_server.cpp390 config_.captureRate = fps; in SetCaptureRate()
391 CaptureRate captureRate(fps); in SetCaptureRate()
393 return recorderEngine_->Configure(sourceId, captureRate); in SetCaptureRate()
1021 dumpString += "RecorderServer captureRate is: " + std::to_string(config_.captureRate) + "\n"; in DumpInfo()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp676 CaptureRate captureRate = static_cast<const CaptureRate&>(recParam); in ConfigureVideo() local
677 videoEncFormat_->Set<Tag::VIDEO_CAPTURE_RATE>(captureRate.capRate); in ConfigureVideo()
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp62 config.captureRate = frameRate; in SetDefaultVideoConfig()
357 sourceManager_[validIndex].videoSourceConfig.captureRate = fps; in SetCaptureRate()

Completed in 9 milliseconds