Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp381 uint16_t potentialMarker = CombineTwoBytes(data, curPos); in GetCompressedDataStart() local
382 if (potentialMarker < JpegMarker::MIN_MARKER || potentialMarker > JpegMarker::MAX_MARKER) { in GetCompressedDataStart()
386 if (!JumpOverCurrentJpegMarker(data, curPos, totalLen, potentialMarker)) { in GetCompressedDataStart()
389 if (potentialMarker == JpegMarker::SOS) { in GetCompressedDataStart()