Home
last modified time | relevance | path

Searched refs:CAMERA_FACING_BACK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h30 CAMERA_FACING_BACK, enumerator
197 DevicePosition devicePosition_ = DevicePosition::CAMERA_FACING_BACK;
H A Dcamera_element.h100 DevicePosition devicePosition_ = DevicePosition::CAMERA_FACING_BACK;
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_info.h59 CAMERA_FACING_BACK, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_camera.cpp178 return DevicePosition::CAMERA_FACING_BACK; in GetDevicePosition()