Home
last modified time | relevance | path

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

/external/dynamic_depth/includes/xmpmeta/
Djpeg_io.h20 bool IsMarkerApp1();
/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc187 if (sections->at(index).IsMarkerApp1() && in InsertStandardXMPSection()
197 (!sections->empty() && sections->at(0).IsMarkerApp1()) ? 1 : 0; in InsertStandardXMPSection()
Djpeg_io.cc85 bool Section::IsMarkerApp1() { return marker == kApp1; } in IsMarkerApp1() function in dynamic_depth::xmpmeta::Section