Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp439 int32_t offsetBottomRightX, int32_t offsetBottomRightY, bool isNeedMirror, bool isNeedFlip) in ProcessRectBox() argument
448 topLeftY = scale - offsetBottomRightX; in ProcessRectBox()
450 height = offsetBottomRightX - offsetTopLeftX; in ProcessRectBox()
455 height = offsetBottomRightX - offsetTopLeftX; in ProcessRectBox()
460 height = offsetBottomRightX - offsetTopLeftX; in ProcessRectBox()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h410 … int32_t offsetBottomRightX, int32_t offsetBottomRightY, bool isNeedMirror, bool isNeedFlip);