Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_info.h57 CAMERA_FACING_FRONT, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.h85 DevicePosition devicePosition_ = DevicePosition::CAMERA_FACING_FRONT;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h29 CAMERA_FACING_FRONT = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_camera.cpp176 return DevicePosition::CAMERA_FACING_FRONT; in GetDevicePosition()