Home
last modified time | relevance | path

Searched refs:GetFrameRate (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_codec_config_para_adapter_wrapper.cpp41 double ArkCodecConfigParaAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkCodecConfigParaAdapterWrapper
43 return ctocpp_->GetFrameRate(); in GetFrameRate()
H A Dark_format_adapter_impl.cpp34 float ArkFormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkFormatAdapterImpl
36 return real_->GetFrameRate(); in GetFrameRate()
H A Dark_video_capture_params_adapter_wrapper.cpp36 float ArkVideoCaptureParamsAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterWrapper
38 return ctocpp_->GetFrameRate(); in GetFrameRate()
H A Dark_decoder_format_adapter_wrapper.cpp35 double ArkDecoderFormatAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkDecoderFormatAdapterWrapper
37 return ctocpp_->GetFrameRate(); in GetFrameRate()
H A Dark_codec_config_para_adapter_wrapper.h35 double GetFrameRate() override;
H A Dark_video_capture_params_adapter_wrapper.h33 float GetFrameRate() override;
H A Dark_format_adapter_impl.h33 float GetFrameRate() override;
H A Dark_decoder_format_adapter_wrapper.h33 double GetFrameRate() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_codec_config_para_adapter_impl.cpp39 double ArkCodecConfigParaAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkCodecConfigParaAdapterImpl
41 return real_->GetFrameRate(); in GetFrameRate()
H A Dark_format_adapter_wrapper.cpp32 float ArkFormatAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkFormatAdapterWrapper
34 return ctocpp_->GetFrameRate(); in GetFrameRate()
H A Dark_video_capture_params_adapter_impl.cpp35 float ArkVideoCaptureParamsAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterImpl
37 return real_->GetFrameRate(); in GetFrameRate()
H A Dark_decoder_format_adapter_impl.cpp34 double ArkDecoderFormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkDecoderFormatAdapterImpl
36 return real_->GetFrameRate(); in GetFrameRate()
H A Dark_format_adapter_wrapper.h33 float GetFrameRate() override;
H A Dark_codec_config_para_adapter_impl.h35 double GetFrameRate() override;
H A Dark_video_capture_params_adapter_impl.h33 float GetFrameRate() override;
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dsync_fence_tracker_test.cpp95 tracker->GetFrameRate();
99 tracker->GetFrameRate();
101 tracker->GetFrameRate();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_source.cpp79 …return (curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE || in IsInRange()
138 curNodeSourceCfg.GetFrameRate()); in InitDCameraPipNodes()
161 … targetConfig.GetVideoformat(), targetConfig.GetVideoCodecType(), targetConfig.GetFrameRate()); in InitDCameraPipNodes()
H A Ddcamera_pipeline_sink.cpp74 …return (curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE || in IsInRange()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp35 if (targetConfig.GetFrameRate() > MAX_TARGET_FRAME_RATE) { in InitNode()
37 targetConfig.GetFrameRate(), MAX_TARGET_FRAME_RATE); in InitNode()
42 targetFrameRate_ = targetConfig_.GetFrameRate(); in InitNode()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_camera_manager_adapter.h51 virtual float GetFrameRate() = 0;
92 virtual float GetFrameRate() = 0;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dformat_adapter_mock.cpp30 float FormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::NWeb::FormatAdapterImpl
H A Dformat_adapter_impl.cpp30 float FormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::NWeb::FormatAdapterImpl
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/formatadapter_fuzzer/
H A Dformatadapter_fuzzer.cpp38 adapter.GetFrameRate(); in FormatAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h123 virtual float GetFrameRate() = 0;
159 virtual float GetFrameRate() = 0;
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dformat_adapter_impl.h31 float GetFrameRate() override;

12