Home
last modified time | relevance | path

Searched refs:GetVideoFrameRate (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_enc_info_adapter_wrapper.cpp34 int32_t ArkVideoEncInfoAdapterWrapper::GetVideoFrameRate() in GetVideoFrameRate() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterWrapper
36 return ctocpp_->GetVideoFrameRate(); in GetVideoFrameRate()
H A Dark_video_enc_info_adapter_wrapper.h33 int32_t GetVideoFrameRate() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_enc_info_adapter_impl.cpp33 int32_t ArkVideoEncInfoAdapterImpl::GetVideoFrameRate() in GetVideoFrameRate() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterImpl
35 return real_->GetVideoFrameRate(); in GetVideoFrameRate()
H A Dark_video_enc_info_adapter_impl.h32 int32_t GetVideoFrameRate() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_screen_capture_adapter.h88 virtual int32_t GetVideoFrameRate() = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.h94 int32_t GetVideoFrameRate(void);
H A Dmain.cpp381 static napi_value GetVideoFrameRate(napi_env env, napi_callback_info info) in GetVideoFrameRate() function
389 napi_create_int32(env, g_ndkCamera->GetVideoFrameRate(), &result); in GetVideoFrameRate()
503 …{ "getVideoFrameRate", nullptr, GetVideoFrameRate, nullptr, nullptr, nullptr, napi_default, nullpt… in Init()
H A Dcamera_manager.cpp756 int32_t NDKCamera::GetVideoFrameRate(void) in GetVideoFrameRate() function in OHOS_NDK_CAMERA::NDKCamera
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h212 virtual int32_t GetVideoFrameRate() = 0;
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp190 …oInfo.videoEncInfo.videoFrameRate = config->GetVideoInfo()->GetVideoEncInfo()->GetVideoFrameRate(); in ConvertScreenCaptureConfig()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp184 int32_t GetVideoFrameRate() override in GetVideoFrameRate() function in OHOS::NWeb::MockVideoEncInfoAdapter