Home
last modified time | relevance | path

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

/external/image_io/includes/image_io/jpeg/
Djpeg_marker.h42 static const Byte kFILL = 0xFF; variable
55 bool IsValid() const { return type_ != kZERO && type_ != kFILL; } in IsValid()
/external/image_io/src/jpeg/
Djpeg_marker.cc27 const Byte JpegMarker::kFILL; // = 0xFF; member in photos_editing_formats::image_io::JpegMarker