Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Djpeg_io.cc16 const int kApp1 = 0xe1; // Start of EXIF section. variable
80 marker = kApp1; in Section()
85 bool Section::IsMarkerApp1() { return marker == kApp1; } in IsMarkerApp1()
146 if (!options.read_meta_only || marker == kApp1) { in Parse()