Home
last modified time | relevance | path

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

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