Searched refs:InsertTag (Results 1 – 1 of 1) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraProviderHWLImpl.cpp | 541 status_t InsertTag(const Json::Value& json_value, uint32_t tag_id, in InsertTag() function 624 InsertTag<uint8_t>(tag_value, tag_id, GetUInt8Value, static_meta.get()); in ParseCharacteristics() 627 InsertTag<int32_t>(tag_value, tag_id, GetInt32Value, static_meta.get()); in ParseCharacteristics() 630 InsertTag<int64_t>(tag_value, tag_id, GetInt64Value, static_meta.get()); in ParseCharacteristics() 633 InsertTag<float>(tag_value, tag_id, GetFloatValue, static_meta.get()); in ParseCharacteristics() 636 InsertTag<double>(tag_value, tag_id, GetDoubleValue, static_meta.get()); in ParseCharacteristics()
|