Lines Matching refs:DecodeFromString
479 std::shared_ptr<CameraMetadata> MetadataUtils::DecodeFromString(std::string setting)
488 "MetadataUtils::DecodeFromString Length is less than metadata header length")
495 "MetadataUtils::DecodeFromString Failed to copy memory for metadata header")
501 "MetadataUtils::DecodeFromString Failed to get metadata header")
506 "MetadataUtils::DecodeFromString Failed to copy memory for metadata header")
512 "MetadataUtils::DecodeFromString invalid item_start")
517 METADATA_ERR_LOG("MetadataUtils::DecodeFromString Failed at item index: %{public}u", index);
523 "MetadataUtils::DecodeFromString Failed to copy memory for item fixed fields")
529 "MetadataUtils::DecodeFromString Failed to copy memory for item data field")
539 METADATA_DEBUG_LOG("MetadataUtils::DecodeFromString String length: %{public}zu, Decoded length: %{public}zu",
550 "MetadataUtils::DecodeFromString Failed at data copy")
554 METADATA_ERR_LOG("MetadataUtils::DecodeFromString GetMetadataData failed");
560 "MetadataUtils::DecodeFromString Failed to copy memory for item data field")