/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_codec_config_para_adapter_wrapper.cpp | 41 double ArkCodecConfigParaAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkCodecConfigParaAdapterWrapper 43 return ctocpp_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_format_adapter_impl.cpp | 34 float ArkFormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkFormatAdapterImpl 36 return real_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_video_capture_params_adapter_wrapper.cpp | 36 float ArkVideoCaptureParamsAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterWrapper 38 return ctocpp_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_decoder_format_adapter_wrapper.cpp | 35 double ArkDecoderFormatAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkDecoderFormatAdapterWrapper 37 return ctocpp_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_codec_config_para_adapter_wrapper.h | 35 double GetFrameRate() override;
|
H A D | ark_video_capture_params_adapter_wrapper.h | 33 float GetFrameRate() override;
|
H A D | ark_format_adapter_impl.h | 33 float GetFrameRate() override;
|
H A D | ark_decoder_format_adapter_wrapper.h | 33 double GetFrameRate() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_codec_config_para_adapter_impl.cpp | 39 double ArkCodecConfigParaAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkCodecConfigParaAdapterImpl 41 return real_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_format_adapter_wrapper.cpp | 32 float ArkFormatAdapterWrapper::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkFormatAdapterWrapper 34 return ctocpp_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_video_capture_params_adapter_impl.cpp | 35 float ArkVideoCaptureParamsAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkVideoCaptureParamsAdapterImpl 37 return real_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_decoder_format_adapter_impl.cpp | 34 double ArkDecoderFormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::ArkWeb::ArkDecoderFormatAdapterImpl 36 return real_->GetFrameRate(); in GetFrameRate()
|
H A D | ark_format_adapter_wrapper.h | 33 float GetFrameRate() override;
|
H A D | ark_codec_config_para_adapter_impl.h | 35 double GetFrameRate() override;
|
H A D | ark_video_capture_params_adapter_impl.h | 33 float GetFrameRate() override;
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/test/unittest/ |
H A D | sync_fence_tracker_test.cpp | 95 tracker->GetFrameRate(); 99 tracker->GetFrameRate(); 101 tracker->GetFrameRate();
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/ |
H A D | dcamera_pipeline_source.cpp | 79 …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 D | dcamera_pipeline_sink.cpp | 74 …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 D | fps_controller_process.cpp | 35 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 D | ark_camera_manager_adapter.h | 51 virtual float GetFrameRate() = 0; 92 virtual float GetFrameRate() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | format_adapter_mock.cpp | 30 float FormatAdapterImpl::GetFrameRate() in GetFrameRate() function in OHOS::NWeb::FormatAdapterImpl
|
H A D | format_adapter_impl.cpp | 30 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 D | formatadapter_fuzzer.cpp | 38 adapter.GetFrameRate(); in FormatAdapterFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | camera_manager_adapter.h | 123 virtual float GetFrameRate() = 0; 159 virtual float GetFrameRate() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | format_adapter_impl.h | 31 float GetFrameRate() override;
|