Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp43 …uint32_t expRows = static_cast<uint32_t>(ceil(static_cast<float>(displayHeight) / static_cast<floa… in IsValid() local
44 IF_TRUE_RETURN_VAL_WITH_MSG(expRows != rows, false, in IsValid()
45 "invalid rows, expect %{public}u, get %{public}u", expRows, rows); in IsValid()