Home
last modified time | relevance | path

Searched refs:offsetTopLeftY (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
449 width = offsetBottomRightY - offsetTopLeftY; in ProcessRectBox()
452 topLeftX = offsetTopLeftY; in ProcessRectBox()
454 width = offsetBottomRightY - offsetTopLeftY; in ProcessRectBox()
459 width = offsetBottomRightY - offsetTopLeftY; 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,