Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp350 … IF_TRUE_RETURN_VAL_WITH_MSG(hasErr_, Media::ERR_IMAGE_DECODE_FAILED, "err occured during decode"); in DoDecode()
371 hasErr_ = false; in Reset()
654 hasErr_ = true; in SignalError()
660 return hasErr_; in HasError()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h101 bool hasErr_ = false; variable