Home
last modified time | relevance | path

Searched refs:GetCameraInput (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_input_napi.cpp303 sptr<CameraInput> CameraInputNapi::GetCameraInput() in GetCameraInput() function in OHOS::CameraStandard::CameraInputNapi
340 context->errorCode = context->objectInfo->GetCameraInput()->Open(true, &context->secureCameraSeqId); in Open()
343 context->errorCode = context->objectInfo->GetCameraInput()->Open(); in Open()
386 context->errorCode = context->objectInfo->GetCameraInput()->Close(); in Close()
428 context->errorCode = context->objectInfo->GetCameraInput()->Release(); in Release()
/foundation/multimedia/camera_framework/test/fuzztest/cloudenhancesession_fuzzer/
H A Dcloud_enhance_session_fuzzer.cpp72 sptr<CaptureInput> GetCameraInput(uint8_t *rawData, size_t size) in GetCameraInput() function
108 sptr<CaptureInput> input = GetCameraInput(rawData, size); in TestSession()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_input_napi.h104 sptr<CameraInput> GetCameraInput();
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_theme.h243 const std::string& GetCameraInput() const in GetCameraInput() function in OHOS::Ace::TextOverlayTheme
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp96 sptr<CaptureInput> GetCameraInput(uint8_t *rawData, size_t size) in GetCameraInput() function
459 sptr<CaptureInput> input = GetCameraInput(rawData, size); in TestSession()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp609 return textOverlayTheme->GetCameraInput(); in GetItemContent()
1162 auto iconName = textOverlayTheme ? textOverlayTheme->GetCameraInput() : ""; in GetFlexibleOptionsParams()
1638 BuildButton(theme->GetCameraInput(), info->menuCallback.onCameraInput, GetId(), buttonWidth, false); in ShowCamera()
1764 menuOptionsParam.content = theme->GetCameraInput(); in GetSystemMenuItemParams()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1162 cameraInput = cameraInputNapiObj->GetCameraInput(); in GetJSArgsForCameraInput()

Completed in 16 milliseconds