Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dmemcpy_helper.cpp57 … uint32_t srcRowCount = FormatHelper::CalculateDataRowCount(srcInfo.height_, srcInfo.formatType_); in CopyData() local
59 uint32_t rowCount = srcRowCount > dstRowCount ? dstRowCount : srcRowCount; in CopyData()