Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dvideo_output.h179 Camera_ErrorCode OH_VideoOutput_GetActiveProfile(Camera_VideoOutput* videoOutput, Camera_VideoProfi…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp111 Camera_ErrorCode OH_VideoOutput_GetActiveProfile(Camera_VideoOutput* videoOutput, Camera_VideoProfi… in OH_VideoOutput_GetActiveProfile() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md49 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_GetActiveProfile](_o_h___ca…
H A D_o_h___camera.md334 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_GetActiveProfile](#oh_videooutput_getactive…
6197 ### OH_VideoOutput_GetActiveProfile()
6200 Camera_ErrorCode OH_VideoOutput_GetActiveProfile(Camera_VideoOutput* videoOutput, Camera_VideoProfi…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dvideo__output_8h.md49 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_VideoOutput_GetActiveProfile](_o_h___ca…
H A D_o_h___camera.md331 | [Camera_ErrorCode](#camera_errorcode) [OH_VideoOutput_GetActiveProfile](#oh_videooutput_getactive…
6132 ### OH_VideoOutput_GetActiveProfile()
6135 Camera_ErrorCode OH_VideoOutput_GetActiveProfile(Camera_VideoOutput* videoOutput, Camera_VideoProfi…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3809 ret = OH_VideoOutput_GetActiveProfile(videoOutput, &videoProfile);
3811 ret = OH_VideoOutput_GetActiveProfile(nullptr, &videoProfile);
3813 ret = OH_VideoOutput_GetActiveProfile(videoOutput, nullptr);