Home
last modified time | relevance | path

Searched defs:ResultMetadata (Results 1 – 1 of 1) sorted by relevance

/hardware/google/easel/amber/camera/include/
DHdrPlusTypes.h411 struct ResultMetadata { struct
412 int64_t easelTimestamp; // Easel timestamp of SOF of the base frame.
413 int64_t timestamp; // android.sensor.timestamp. AP timestamp of exposure start of the base
415 std::string makernote; // Obfuscated capture information.
418 void appendToString(std::string *strOut) const { in appendToString()