Searched refs:IsSketchSupported (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | preview_output.h | 109 bool IsSketchSupported();
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | preview_output_napi.h | 99 static napi_value IsSketchSupported(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | preview_output_napi.cpp | 276 DECLARE_NAPI_FUNCTION("isSketchSupported", IsSketchSupported), in Init() 758 napi_value PreviewOutputNapi::IsSketchSupported(napi_env env, napi_callback_info info) in IsSketchSupported() function in OHOS::CameraStandard::PreviewOutputNapi 772 bool isSupported = previewOutputNapi->previewOutput_->IsSketchSupported(); in IsSketchSupported()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 236 bool PreviewOutput::IsSketchSupported() in IsSketchSupported() function in OHOS::CameraStandard::PreviewOutput 300 CHECK_ERROR_RETURN_RET_LOG(!IsSketchSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, in EnableSketch()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 9563 bool isSketchSupport = previewOutput->IsSketchSupported(); 9618 bool isSketchSupport = previewOutput->IsSketchSupported(); 9690 bool isSketchSupport = previewOutput->IsSketchSupported(); 9704 isSketchSupport = previewOutput->IsSketchSupported(); 9776 bool isSketchSupport = previewOutput->IsSketchSupported(); 10360 bool isSketchSupported = previewOutput->IsSketchSupported(); 10485 bool isSketchSupport = previewOutput->IsSketchSupported(); 10597 bool isSketchSupport = previewOutput->IsSketchSupported(); 10808 bool isSketchSupported = previewOutput->IsSketchSupported(); 10887 bool isSketchSupported = previewOutput->IsSketchSupported(); [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 4349 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 4358 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 4405 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 4455 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 4688 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 4691 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 4693 EXPECT_EQ(previewOutput->IsSketchSupported(), false); 5915 EXPECT_EQ(previewOutput->IsSketchSupported(), false);
|