Searched defs:rawMarkderCode (Results 1 – 2 of 2) sorted by relevance
1088 uint8_t rawMarkderCode = JPG_MARKER_RST0; variable1111 uint8_t rawMarkderCode = JPG_MARKER_APP0; variable1173 uint8_t rawMarkderCode = JPG_MARKER_RST; variable
605 bool JpegDecoder::IsMarker(uint8_t rawMarkerPrefix, uint8_t rawMarkderCode, uint8_t markerCode) in IsMarker()