Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:cameraDevice
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H
A
D
prelaunch_config.cpp
22
PrelaunchConfig::PrelaunchConfig(sptr<CameraDevice>
cameraDevice
): cameraDevice_(
cameraDevice
) {}
in PrelaunchConfig()
argument
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H
A
D
camera_ndk_unittest.h
46
Camera_Device *
cameraDevice
= nullptr;
member in OHOS::CameraStandard::CameraNdkUnitTest
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H
A
D
camera_napi_object_types.h
97
explicit CameraNapiObjCameraDevice(CameraDevice&
cameraDevice
) : cameraDevice_(
cameraDevice
) {}
in CameraNapiObjCameraDevice()
argument
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H
A
D
hcapture_session_proxy.cpp
42
int32_t HCaptureSessionProxy::CanAddInput(sptr<ICameraDeviceService>
cameraDevice
, bool& result)
in CanAddInput()
argument
68
int32_t HCaptureSessionProxy::AddInput(sptr<ICameraDeviceService>
cameraDevice
)
in AddInput()
argument
115
int32_t HCaptureSessionProxy::RemoveInput(sptr<ICameraDeviceService>
cameraDevice
)
in RemoveInput()
argument
[all...]
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H
A
D
hcapture_session_stub.cpp
124
sptr<ICameraDeviceService>
cameraDevice
= iface_cast<ICameraDeviceService>(remoteObj);
in HandleAddInput()
local
135
sptr<ICameraDeviceService>
cameraDevice
= iface_cast<ICameraDeviceService>(remoteObj);
in HandleCanAddInput()
local
152
sptr<ICameraDeviceService>
cameraDevice
= iface_cast<ICameraDeviceService>(remoteObj);
in HandleRemoveInput()
local
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H
A
D
camera_manager.h
70
sptr<CameraDevice>
cameraDevice
;
member
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_host_manager.cpp
763
void HCameraHostManager::AddCameraDevice(const std::string& cameraId, sptr<ICameraDeviceService>
cameraDevice
)
in AddCameraDevice()
argument
H
A
D
hcapture_session.cpp
259
int32_t HCaptureSession::CanAddInput(sptr<ICameraDeviceService>
cameraDevice
, bool& result)
in CanAddInput()
argument
283
int32_t HCaptureSession::AddInput(sptr<ICameraDeviceService>
cameraDevice
)
in AddInput()
argument
508
int32_t HCaptureSession::RemoveInput(sptr<ICameraDeviceService>
cameraDevice
)
in RemoveInput()
argument
676
auto
cameraDevice
= GetCameraDevice();
UnlinkInputAndOutputs()
local
1022
auto
cameraDevice
= GetCameraDevice();
RestartStreams()
local
1043
auto
cameraDevice
= GetCameraDevice();
UpdateStreamInfos()
local
1093
auto
cameraDevice
= GetCameraDevice();
QueryFpsAndZoomRatio()
local
1132
auto
cameraDevice
= GetCameraDevice();
QueryZoomPerformance()
local
1173
auto
cameraDevice
= GetCameraDevice();
GetSensorOritation()
local
1192
auto
cameraDevice
= GetCameraDevice();
SetSmoothZoom()
local
1238
ProcessMetaZoomArray( std::vector<uint32_t>& zoomAndTimeArray, sptr<HCameraDevice>&
cameraDevice
)
ProcessMetaZoomArray()
argument
1430
auto
cameraDevice
= GetCameraDevice();
ReleaseStreams()
local
[all...]
H
A
D
hcamera_service.cpp
411
sptr<HCameraDevice>
cameraDevice
= new (nothrow) HCameraDevice(cameraHostManager_, cameraId, callerToken);
in CreateCameraDevice()
local
992
int32_t HCameraService::UpdateMuteSetting(sptr<HCameraDevice>
cameraDevice
, bool muteMode)
in UpdateMuteSetting()
argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
camera_manager_impl.cpp
147
Camera_Device*
cameraDevice
= new Camera_Device;
variable
285
sptr<CameraDevice>
cameraDevice
= CameraManager::GetInstance()->GetCameraDeviceFromId(camera->cameraId);
GetSupportedCameraOutputCapability()
local
427
sptr<CameraDevice>
cameraDevice
= CameraManager::GetInstance()->GetCameraDeviceFromId(camera->cameraId);
GetSupportedCameraOutputCapabilityWithSceneMode()
local
524
sptr<CameraDevice>
cameraDevice
= CameraManager::GetInstance()->GetCameraDeviceFromId(camera->cameraId);
CreateCameraInput()
local
773
sptr<CameraDevice>
cameraDevice
= nullptr;
GetCameraOrientation()
local
799
sptr<CameraDevice>
cameraDevice
= CameraManager::GetInstance()->GetCameraDeviceFromId(camera->cameraId);
GetSupportedSceneModes()
local
[all...]
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H
A
D
camera_manager_napi.cpp
1357
sptr<CameraDevice>
cameraDevice
= cameraObjList[i];
in ProcessCameraInfo()
local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
604
sptr<MockCameraDevice>
cameraDevice
;
member in OHOS::CameraStandard::MockHCameraHostManager
2704
sptr<ICameraDeviceService>
cameraDevice
= camInput->GetCameraDevice();
in HWTEST_F()
local
3309
sptr<ICameraDeviceService>
cameraDevice
= camInput->GetCameraDevice();
HWTEST_F()
local
3375
sptr<ICameraDeviceService>
cameraDevice
= camInput->GetCameraDevice();
HWTEST_F()
local
3446
sptr<ICameraDeviceService>
cameraDevice
= camInput->GetCameraDevice();
HWTEST_F()
local
3513
sptr<ICameraDeviceService>
cameraDevice
= camInput->GetCameraDevice();
HWTEST_F()
local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
6055
sptr<ICameraDeviceService>
cameraDevice
= nullptr;
in HWTEST_F()
local
Completed in 40 milliseconds