Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp479 uint32_t readLineNum = jpeg_read_scanlines(&decodeInfo_, &buffer, RW_LINE_NUM); in DoSwDecode() local
480 if (readLineNum < RW_LINE_NUM) { in DoSwDecode()
482 … IMAGE_LOGE("read line fail, read num:%{public}u, total read num:%{public}u.", readLineNum, in DoSwDecode()