Searched defs:rawMarkderCode (Results 1 – 2 of 2) sorted by relevance
1109 uint8_t rawMarkderCode = JPG_MARKER_RST0; variable1132 uint8_t rawMarkderCode = JPG_MARKER_APP0; variable1194 uint8_t rawMarkderCode = JPG_MARKER_RST; variable
610 bool JpegDecoder::IsMarker(uint8_t rawMarkerPrefix, uint8_t rawMarkderCode, uint8_t markerCode) in IsMarker()