Home | History | Annotate | Download | only in jni

Lines Matching refs:piex

21 #include "src/piex.h"
33 class AssetStream : public piex::StreamInterface {
48 piex::Error GetData(
52 class BufferedStream : public piex::StreamInterface {
71 piex::Error GetData(
75 class FileStream : public piex::StreamInterface {
91 piex::Error GetData(
96 // Reads EXIF metadata from a given raw image via piex.
99 piex::StreamInterface* stream, const String8& filename, piex::PreviewImageData& image_data);