Searched defs:ResultMetadata (Results 1 – 1 of 1) sorted by relevance
411 struct ResultMetadata { struct412 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 base415 std::string makernote; // Obfuscated capture information.418 void appendToString(std::string *strOut) const { in appendToString()