Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp509 status_t InsertTag(const Json::Value& json_value, uint32_t tag_id, in InsertTag() function
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()