Home
last modified time | relevance | path

Searched refs:expCols (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.cpp40 …uint32_t expCols = static_cast<uint32_t>(ceil(static_cast<float>(displayWidth) / static_cast<float… in IsValid() local
41 IF_TRUE_RETURN_VAL_WITH_MSG(expCols != cols, false, in IsValid()
42 "invalid cols, expect %{public}u, get %{public}u", expCols, cols); in IsValid()