Home
last modified time | relevance | path

Searched defs:rawMarkderCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp1088 uint8_t rawMarkderCode = JPG_MARKER_RST0; variable
1111 uint8_t rawMarkderCode = JPG_MARKER_APP0; variable
1173 uint8_t rawMarkderCode = JPG_MARKER_RST; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp605 bool JpegDecoder::IsMarker(uint8_t rawMarkerPrefix, uint8_t rawMarkderCode, uint8_t markerCode) in IsMarker()