aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:05 +0000
commita2c56a85584da9749454137ff278abd22d527451 (patch)
treeb72f2a863d0f19484283327097d58164ccd66e09
parent9178952f8c32081df342ce64b0a63b084172b810 (diff)
parenta7f30384a8bedbe1becc40abff65219cc9c68e7d (diff)
downloadpiex-android14-mainline-mediaprovider-release.tar.gz
Change-Id: Ic14be3366357b388a19146b75bab41aadcf288f2
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rw-r--r--METADATA16
-rw-r--r--OWNERS1
-rwxr-xr-x[-rw-r--r--]README0
-rwxr-xr-x[-rw-r--r--]src/binary_parse/cached_paged_byte_array.cc0
-rwxr-xr-x[-rw-r--r--]src/binary_parse/cached_paged_byte_array.h0
-rwxr-xr-x[-rw-r--r--]src/binary_parse/range_checked_byte_ptr.cc0
-rwxr-xr-x[-rw-r--r--]src/binary_parse/range_checked_byte_ptr.h0
-rwxr-xr-x[-rw-r--r--]src/image_type_recognition/image_type_recognition_lite.cc0
-rwxr-xr-x[-rw-r--r--]src/image_type_recognition/image_type_recognition_lite.h0
-rwxr-xr-x[-rw-r--r--]src/piex.cc0
-rwxr-xr-x[-rw-r--r--]src/piex.h0
-rwxr-xr-x[-rw-r--r--]src/piex_cr3.cc0
-rwxr-xr-x[-rw-r--r--]src/piex_cr3.h0
-rwxr-xr-x[-rw-r--r--]src/piex_types.h0
-rwxr-xr-x[-rw-r--r--]src/tiff_directory/tiff_directory.cc0
-rwxr-xr-x[-rw-r--r--]src/tiff_directory/tiff_directory.h0
-rwxr-xr-x[-rw-r--r--]src/tiff_parser.cc0
-rwxr-xr-x[-rw-r--r--]src/tiff_parser.h0
19 files changed, 17 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 7a4a3ea..7a4a3ea 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/METADATA b/METADATA
index d97975c..6af984a 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,19 @@
+name: "piex"
+description: "The Preview Image Extractor (PIEX) is designed to find and extract the largest JPEG compressed preview image contained in a RAW file."
third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/google/piex"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/google/piex/"
+ }
+ version: "v0.27"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2022
+ month: 9
+ day: 20
+ }
}
diff --git a/OWNERS b/OWNERS
index 8743fba..5405e5a 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,2 +1,3 @@
chongsu@google.com
+mboehme@google.com
nchusid@google.com
diff --git a/README b/README
index b838fdf..b838fdf 100644..100755
--- a/README
+++ b/README
diff --git a/src/binary_parse/cached_paged_byte_array.cc b/src/binary_parse/cached_paged_byte_array.cc
index 83b6c03..83b6c03 100644..100755
--- a/src/binary_parse/cached_paged_byte_array.cc
+++ b/src/binary_parse/cached_paged_byte_array.cc
diff --git a/src/binary_parse/cached_paged_byte_array.h b/src/binary_parse/cached_paged_byte_array.h
index 26f0eae..26f0eae 100644..100755
--- a/src/binary_parse/cached_paged_byte_array.h
+++ b/src/binary_parse/cached_paged_byte_array.h
diff --git a/src/binary_parse/range_checked_byte_ptr.cc b/src/binary_parse/range_checked_byte_ptr.cc
index bbfdee2..bbfdee2 100644..100755
--- a/src/binary_parse/range_checked_byte_ptr.cc
+++ b/src/binary_parse/range_checked_byte_ptr.cc
diff --git a/src/binary_parse/range_checked_byte_ptr.h b/src/binary_parse/range_checked_byte_ptr.h
index a0eadbb..a0eadbb 100644..100755
--- a/src/binary_parse/range_checked_byte_ptr.h
+++ b/src/binary_parse/range_checked_byte_ptr.h
diff --git a/src/image_type_recognition/image_type_recognition_lite.cc b/src/image_type_recognition/image_type_recognition_lite.cc
index 5976f42..5976f42 100644..100755
--- a/src/image_type_recognition/image_type_recognition_lite.cc
+++ b/src/image_type_recognition/image_type_recognition_lite.cc
diff --git a/src/image_type_recognition/image_type_recognition_lite.h b/src/image_type_recognition/image_type_recognition_lite.h
index 30db915..30db915 100644..100755
--- a/src/image_type_recognition/image_type_recognition_lite.h
+++ b/src/image_type_recognition/image_type_recognition_lite.h
diff --git a/src/piex.cc b/src/piex.cc
index ac2ef0b..ac2ef0b 100644..100755
--- a/src/piex.cc
+++ b/src/piex.cc
diff --git a/src/piex.h b/src/piex.h
index 8d74ca0..8d74ca0 100644..100755
--- a/src/piex.h
+++ b/src/piex.h
diff --git a/src/piex_cr3.cc b/src/piex_cr3.cc
index 4fa82b7..4fa82b7 100644..100755
--- a/src/piex_cr3.cc
+++ b/src/piex_cr3.cc
diff --git a/src/piex_cr3.h b/src/piex_cr3.h
index 3108503..3108503 100644..100755
--- a/src/piex_cr3.h
+++ b/src/piex_cr3.h
diff --git a/src/piex_types.h b/src/piex_types.h
index 2062136..2062136 100644..100755
--- a/src/piex_types.h
+++ b/src/piex_types.h
diff --git a/src/tiff_directory/tiff_directory.cc b/src/tiff_directory/tiff_directory.cc
index 8db15a2..8db15a2 100644..100755
--- a/src/tiff_directory/tiff_directory.cc
+++ b/src/tiff_directory/tiff_directory.cc
diff --git a/src/tiff_directory/tiff_directory.h b/src/tiff_directory/tiff_directory.h
index 855adfc..855adfc 100644..100755
--- a/src/tiff_directory/tiff_directory.h
+++ b/src/tiff_directory/tiff_directory.h
diff --git a/src/tiff_parser.cc b/src/tiff_parser.cc
index 3ceaa75..3ceaa75 100644..100755
--- a/src/tiff_parser.cc
+++ b/src/tiff_parser.cc
diff --git a/src/tiff_parser.h b/src/tiff_parser.h
index e19dea2..e19dea2 100644..100755
--- a/src/tiff_parser.h
+++ b/src/tiff_parser.h