Home
last modified time | relevance | path

Searched refs:resolutionHeight (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_camera.cpp42 int32_t resolutionHeight = -1; in Create() local
45 resolutionHeight = resolutionHeightValue->ToNumber<int32_t>(); in Create()
48 if (resolutionWidth != -1 && resolutionHeight != -1) { in Create()
50 cameraComponent->SetResolutionHeight(resolutionHeight); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h171 void SetResolutionHeight(int32_t resolutionHeight) in SetResolutionHeight() argument
173 resolutionHeight_ = resolutionHeight; in SetResolutionHeight()