Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp438 Rect MetadataOutput::ProcessRectBox(int32_t offsetTopLeftX, int32_t offsetTopLeftY, in ProcessRectBox() argument
450 height = offsetBottomRightX - offsetTopLeftX; in ProcessRectBox()
453 topLeftY = offsetTopLeftX; in ProcessRectBox()
455 height = offsetBottomRightX - offsetTopLeftX; in ProcessRectBox()
458 topLeftY = 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.h409 Rect ProcessRectBox(int32_t offsetTopLeftX, int32_t offsetTopLeftY,