Home
last modified time | relevance | path

Searched refs:OH_VideoOutput_SetFrameRate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dvideo_output.h227 Camera_ErrorCode OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp173 Camera_ErrorCode OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput, in OH_VideoOutput_SetFrameRate() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md53 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_SetFrameRate](_o_h___camera…
H A D_o_h___camera.md338 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_SetFrameRate](#oh_videooutput_setframerate)…
6315 ### OH_VideoOutput_SetFrameRate()
6318 Camera_ErrorCode OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput, int32_t minFps, int32…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md53 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_SetFrameRate](_o_h___camera…
H A D_o_h___camera.md335 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_SetFrameRate](#oh_videooutput_setframerate)…
6250 ### OH_VideoOutput_SetFrameRate()
6253 Camera_ErrorCode OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput, int32_t minFps, int32…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp5028 ret = OH_VideoOutput_SetFrameRate(videoOutput, minFps, maxFps);
5085 ret = OH_VideoOutput_SetFrameRate(nullptr, minFps, maxFps);
5087 ret = OH_VideoOutput_SetFrameRate(videoOutput, minFps, maxFps);
5140 ret = OH_VideoOutput_SetFrameRate(videoOutput, minFps, maxFps);