/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_video_enc_info_adapter_wrapper.cpp | 34 int32_t ArkVideoEncInfoAdapterWrapper::GetVideoFrameRate() in GetVideoFrameRate() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterWrapper 36 return ctocpp_->GetVideoFrameRate(); in GetVideoFrameRate()
|
H A D | ark_video_enc_info_adapter_wrapper.h | 33 int32_t GetVideoFrameRate() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_video_enc_info_adapter_impl.cpp | 33 int32_t ArkVideoEncInfoAdapterImpl::GetVideoFrameRate() in GetVideoFrameRate() function in OHOS::ArkWeb::ArkVideoEncInfoAdapterImpl 35 return real_->GetVideoFrameRate(); in GetVideoFrameRate()
|
H A D | ark_video_enc_info_adapter_impl.h | 32 int32_t GetVideoFrameRate() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_screen_capture_adapter.h | 88 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 D | camera_manager.h | 94 int32_t GetVideoFrameRate(void);
|
H A D | main.cpp | 381 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 D | camera_manager.cpp | 756 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 D | screen_capture_adapter.h | 212 virtual int32_t GetVideoFrameRate() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/screen_capture_adapter/src/ |
H A D | screen_capture_adapter_impl.cpp | 190 …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 D | screen_capture_adapter_impl_test.cpp | 184 int32_t GetVideoFrameRate() override in GetVideoFrameRate() function in OHOS::NWeb::MockVideoEncInfoAdapter
|