Home
last modified time | relevance | path

Searched refs:CaptureRate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h131 struct CaptureRate : public RecorderParam { struct
132 …explicit CaptureRate(double cr) : RecorderParam(RecorderPublicParamType::VID_CAPTURERATE), capRate… in CaptureRate() argument
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp139 CAST_TO_ASSIGN(CaptureRate, param, val); in CastVidRecorderParam()
H A Dhirecorder_impl.cpp573 auto ptr = param.GetValPtr<CaptureRate>(); in DoConfigureVideo()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp674 CaptureRate captureRate = static_cast<const CaptureRate&>(recParam); in ConfigureVideo()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp389 CaptureRate captureRate(fps); in SetCaptureRate()