Home
last modified time | relevance | path

Searched refs:OH_AVScreenCapture_SetMaxVideoFrameRate (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendksetmaxframerate_fuzzer/
H A Dscreencapture_set_max_framerate_ndk_fuzzer.cpp87 OH_AVScreenCapture_SetMaxVideoFrameRate(screenCapture, *reinterpret_cast<int32_t *>(data)); in FuzzScreenCaptureSetMaxFrameRateNdk()
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture.h372 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_SetMaxVideoFrameRate(struct OH_AVScreenCapture *capt…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md51 …de](_a_v_screen_capture.md#oh_avscreen_capture_errcode) [OH_AVScreenCapture_SetMaxVideoFrameRate](…
H A D_a_v_screen_capture.md130 …AVSCREEN_CAPTURE_ErrCode](#oh_avscreen_capture_errcode) [OH_AVScreenCapture_SetMaxVideoFrameRate](…
1646 ### OH_AVScreenCapture_SetMaxVideoFrameRate()
1648 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_SetMaxVideoFrameRate (struct OH_AVScreenCapture * ca…
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Dnative__avscreen__capture_8h.md51 …de](_a_v_screen_capture.md#oh_avscreen_capture_errcode) [OH_AVScreenCapture_SetMaxVideoFrameRate](…
H A D_a_v_screen_capture.md130 …AVSCREEN_CAPTURE_ErrCode](#oh_avscreen_capture_errcode) [OH_AVScreenCapture_SetMaxVideoFrameRate](…
1780 ### OH_AVScreenCapture_SetMaxVideoFrameRate()
1782 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_SetMaxVideoFrameRate (struct OH_AVScreenCapture * ca…
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp288 return OH_AVScreenCapture_SetMaxVideoFrameRate(screenCapture_, frameRate); in SetMaxVideoFrameRate()
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md534 // OH_AVScreenCapture_SetMaxVideoFrameRate(capture, 20);
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-avscreencapture-for-buffer.md446 // OH_AVScreenCapture_SetMaxVideoFrameRate(capture, 20);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
H A Dnative_avscreen_capture.cpp924 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_SetMaxVideoFrameRate(struct OH_AVScreenCapture *capt… in OH_AVScreenCapture_SetMaxVideoFrameRate() function