Home
last modified time | relevance | path

Searched refs:SetFrameRate (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_decoder_format_adapter_wrapper.cpp50 void ArkDecoderFormatAdapterWrapper::SetFrameRate(double frameRate) in SetFrameRate() function in OHOS::ArkWeb::ArkDecoderFormatAdapterWrapper
52 ctocpp_->SetFrameRate(frameRate); in SetFrameRate()
H A Dark_decoder_format_adapter_wrapper.h39 void SetFrameRate(double frameRate) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_decoder_format_adapter_impl.cpp49 void ArkDecoderFormatAdapterImpl::SetFrameRate(double frameRate) in SetFrameRate() function in OHOS::ArkWeb::ArkDecoderFormatAdapterImpl
51 return real_->SetFrameRate(frameRate); in SetFrameRate()
H A Dark_decoder_format_adapter_impl.h39 void SetFrameRate(double frameRate) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_frame_rate_linker_test.cpp58 HWTEST_F(RSRenderFrameRateLinkerTest, SetFrameRate, TestSize.Level1)
65 frameRateLinker->SetFrameRate(rate);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dformat_adapter_mock.cpp48 void FormatAdapterImpl::SetFrameRate(float frameRate) in SetFrameRate() function in OHOS::NWeb::FormatAdapterImpl
H A Dformat_adapter_impl.cpp50 void FormatAdapterImpl::SetFrameRate(float frameRate) in SetFrameRate() function in OHOS::NWeb::FormatAdapterImpl
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/formatadapter_fuzzer/
H A Dformatadapter_fuzzer.cpp33 adapter.SetFrameRate(1); in FormatAdapterFuzzTest()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp189 Camera_ErrorCode Camera_VideoOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate() function in Camera_VideoOutput
191 int32_t ret = innerVideoOutput_->SetFrameRate(minFps, maxFps); in SetFrameRate()
H A Dpreview_output_impl.cpp181 Camera_ErrorCode Camera_PreviewOutput::SetFrameRate(int32_t minFps, int32_t maxFps) in SetFrameRate() function in Camera_PreviewOutput
183 int32_t ret = innerPreviewOutput_->SetFrameRate(minFps, maxFps); in SetFrameRate()
H A Dvideo_output_impl.h46 Camera_ErrorCode SetFrameRate(int32_t minFps, int32_t maxFps);
H A Dpreview_output_impl.h46 Camera_ErrorCode SetFrameRate(int32_t minFps, int32_t maxFps);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dformat_adapter_impl.h39 void SetFrameRate(float rate);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp30 void VideoConfigParams::SetFrameRate(int32_t frameRate) in SetFrameRate() function in OHOS::DistributedHardware::VideoConfigParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_frame_rate_linker.h51 void SetFrameRate(uint32_t rate);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat.h45 virtual int32_t SetFrameRate(int32_t minFrameRate, int32_t maxFrameRate) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker.cpp59 void RSRenderFrameRateLinker::SetFrameRate(uint32_t rate) in SetFrameRate() function in OHOS::Rosen::RSRenderFrameRateLinker
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/
H A Dstream_repeat_stub_fuzzer.h31 int32_t SetFrameRate(int32_t minFrameRate, int32_t maxFrameRate) override in SetFrameRate() function
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_proxy.h46 int32_t SetFrameRate(int32_t minFrameRate, int32_t maxFrameRate) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h57 void SetFrameRate(int32_t frameRate);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_codec_decoder_adapter.h43 virtual void SetFrameRate(double frameRate) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_codec_decoder_adapter.h49 virtual void SetFrameRate(double frameRate) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderframeratelinker_fuzzer/
H A Drsrenderframeratelinker_fuzzer.cpp115 rsRenderFrameRateLinker.SetFrameRate(rate); in DoSetFrameRate()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dvideo_output.h149 int32_t SetFrameRate(int32_t minFrameRate, int32_t maxFrameRate);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp179 return videoOutput->SetFrameRate(minFps, maxFps); in OH_VideoOutput_SetFrameRate()

12