Searched refs:OH_CaptureSession_GetSupportedColorSpaces (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 829 Camera_ErrorCode OH_CaptureSession_GetSupportedColorSpaces(Camera_CaptureSession* session,
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 608 Camera_ErrorCode OH_CaptureSession_GetSupportedColorSpaces(Camera_CaptureSession* session, in OH_CaptureSession_GetSupportedColorSpaces() function 611 MEDIA_DEBUG_LOG("OH_CaptureSession_GetSupportedColorSpaces is called"); in OH_CaptureSession_GetSupportedColorSpaces()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 4216 ret = OH_CaptureSession_GetSupportedColorSpaces(nullptr, &colorSpace, &size); in HWTEST_F() 4218 ret = OH_CaptureSession_GetSupportedColorSpaces(captureSession, nullptr, &size); in HWTEST_F() 4220 ret = OH_CaptureSession_GetSupportedColorSpaces(captureSession, &colorSpace, nullptr); in HWTEST_F() 4222 ret = OH_CaptureSession_GetSupportedColorSpaces(captureSession, &colorSpace, &size); in HWTEST_F() 4274 ret = OH_CaptureSession_GetSupportedColorSpaces(captureSession, &colorSpace, &size); in HWTEST_F() 4332 ret = OH_CaptureSession_GetSupportedColorSpaces(captureSession, &colorSpace, &size); in HWTEST_F()
|
Completed in 14 milliseconds