Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h89 static constexpr size_t MIN_SIZE_OF_INPUT = 2; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp317 … IF_TRUE_RETURN_VAL_WITH_MSG(inputs.size() < MIN_SIZE_OF_INPUT, Media::ERR_IMAGE_INVALID_PARAMETER, in DoDecode()
318 "input size < %{public}zu", MIN_SIZE_OF_INPUT); in DoDecode()