Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h132 …it CaptureRate(double cr) : RecorderParam(RecorderPublicParamType::VID_CAPTURERATE), capRate(cr) {} in CaptureRate()
133 double capRate; member
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp576 static_cast<double>(ptr->capRate)); in DoConfigureVideo()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp675 videoEncFormat_->Set<Tag::VIDEO_CAPTURE_RATE>(captureRate.capRate); in ConfigureVideo()