/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/ |
H A D | screen_capture_service_stub.h | 52 int32_t SetMaxVideoFrameRate(int32_t frameRate) override; 80 int32_t SetMaxVideoFrameRate(MessageParcel &data, MessageParcel &reply);
|
H A D | screen_capture_service_stub.cpp | 62 screenCaptureStubFuncs_[SET_MAX_FRAME_RATE] = &ScreenCaptureServiceStub::SetMaxVideoFrameRate; in Init() 247 int32_t ScreenCaptureServiceStub::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServiceStub 251 return screenCaptureServer_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate() 360 int32_t ScreenCaptureServiceStub::SetMaxVideoFrameRate(MessageParcel &data, MessageParcel &reply) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServiceStub 365 int32_t ret = SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
H A D | screen_capture_service_proxy.h | 50 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
H A D | i_standard_screen_capture_service.h | 50 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
H A D | screen_capture_service_proxy.cpp | 519 int32_t ScreenCaptureServiceProxy::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServiceProxy
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/ |
H A D | screen_capture_native_mock.cpp | 173 int32_t ScreenCaptureNativeMock::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureNativeMock 176 return screenCapture_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_screen_capture_service.h | 52 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/client/ |
H A D | screen_capture_client.cpp | 189 int32_t ScreenCaptureClient::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureClient 193 return screenCaptureProxy_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
H A D | screen_capture_client.h | 54 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.h | 39 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
H A D | screen_capture_impl.cpp | 144 int32_t ScreenCaptureImpl::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureImpl 149 return screenCaptureService_->SetMaxVideoFrameRate(frameRate); in SetMaxVideoFrameRate()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
H A D | screen_capture_native_mock.h | 41 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_screen_capture.cpp | 127 return screenCapture->SetMaxVideoFrameRate(frameRate); in SetMaxFrameRate()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
H A D | screen_capture_capi_mock.h | 41 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/ |
H A D | screen_capture_mock.h | 86 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture.h | 253 virtual int32_t SetMaxVideoFrameRate(int32_t frameRate) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 2300 EXPECT_EQ(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(15)); 2302 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(15)); 2311 EXPECT_EQ(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(90)); 2313 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(90)); 2357 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(-10)); 2365 EXPECT_EQ(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(1000000000)); 2367 EXPECT_NE(MSERR_OK, screenCapture_->SetMaxVideoFrameRate(1000000000));
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 285 int32_t ScreenCaptureCapiMock::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in ScreenCaptureCapiMock
|
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.h | 275 int32_t SetMaxVideoFrameRate(int32_t frameRate) override;
|
H A D | screen_capture_server.cpp | 2400 int32_t ScreenCaptureServer::SetMaxVideoFrameRate(int32_t frameRate) in SetMaxVideoFrameRate() function in OHOS::Media::ScreenCaptureServer
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/ |
H A D | screen_capture_adapter_impl_test.cpp | 50 MOCK_METHOD1(SetMaxVideoFrameRate, int32_t(int32_t));
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 935 int32_t ret = screenCaptureObj->screenCapture_->SetMaxVideoFrameRate(frameRate); in OH_AVScreenCapture_SetMaxVideoFrameRate()
|