Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dphoto_output.h454 Camera_ErrorCode OH_PhotoOutput_GetActiveProfile(Camera_PhotoOutput* photoOutput, Camera_Profile** …
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_output.cpp346 Camera_ErrorCode OH_PhotoOutput_GetActiveProfile(Camera_PhotoOutput* photoOutput, Camera_Profile** … in OH_PhotoOutput_GetActiveProfile() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md73 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PhotoOutput_GetActiveProfile](_o_h___ca…
H A D_o_h___camera.md314 | [Camera_ErrorCode](#camera_errorcode) [OH_PhotoOutput_GetActiveProfile](#oh_photooutput_getactive…
5190 ### OH_PhotoOutput_GetActiveProfile()
5193 Camera_ErrorCode OH_PhotoOutput_GetActiveProfile(Camera_PhotoOutput* photoOutput, Camera_Profile** …
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dphoto__output_8h.md73 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_PhotoOutput_GetActiveProfile](_o_h___ca…
H A D_o_h___camera.md311 | [Camera_ErrorCode](#camera_errorcode) [OH_PhotoOutput_GetActiveProfile](#oh_photooutput_getactive…
5125 ### OH_PhotoOutput_GetActiveProfile()
5128 Camera_ErrorCode OH_PhotoOutput_GetActiveProfile(Camera_PhotoOutput* photoOutput, Camera_Profile** …
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3762 ret = OH_PhotoOutput_GetActiveProfile(photooutput, &profile);
3764 ret = OH_PhotoOutput_GetActiveProfile(nullptr, &profile);
3766 ret = OH_PhotoOutput_GetActiveProfile(photooutput, nullptr);