Home
last modified time | relevance | path

Searched refs:GetFps (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h38 double GetFps() const;
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp80 double VideoParam::GetFps() const in GetFps() function in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h110 Fps GetFps();
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp108 * @tc.desc: Verify the GetFps function.
116 double actual = videoParam_->GetFps(); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp68 Fps Profile::GetFps() in GetFps() function in OHOS::CameraStandard::Profile
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp353 imageFormat_.PutDoubleValue("frame_rate", configParam.GetFps()); in SetDecoderFormat()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp243 receiverAdapter_->SetParameter(AVTransTag::VIDEO_FRAME_RATE, std::to_string(videoParam_->GetFps())); in SetReceiverAdapterParameters()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp371 imageFormat_.PutDoubleValue("frame_rate", configParam.GetFps()); in SetEncoderFormat()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp459 senderAdapter_->SetParameter(AVTransTag::VIDEO_FRAME_RATE, std::to_string(videoParam_->GetFps())); in ChooseParameter()

Completed in 8 milliseconds