Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp589 auto tag_value = value[member.c_str()]; in ParseCharacteristics() local
592 InsertTag<uint8_t>(tag_value, tag_id, GetUInt8Value, static_meta.get()); in ParseCharacteristics()
595 InsertTag<int32_t>(tag_value, tag_id, GetInt32Value, static_meta.get()); in ParseCharacteristics()
598 InsertTag<int64_t>(tag_value, tag_id, GetInt64Value, static_meta.get()); in ParseCharacteristics()
601 InsertTag<float>(tag_value, tag_id, GetFloatValue, static_meta.get()); in ParseCharacteristics()
604 InsertTag<double>(tag_value, tag_id, GetDoubleValue, static_meta.get()); in ParseCharacteristics()
607 InsertRationalTag(tag_value, tag_id, static_meta.get()); in ParseCharacteristics()