Searched defs:AImage (Results 1 – 3 of 3) sorted by relevance
33 struct AImage { struct70 wp<AImageReader> mReader; argument71 const int32_t mFormat;72 CpuConsumer::LockedBuffer* mBuffer;73 const int64_t mTimestamp;74 const int32_t mWidth;75 const int32_t mHeight;76 const int32_t mNumPlanes;77 bool mIsClosed = false;78 mutable Mutex mLock;
32 AImage::AImage(AImageReader* reader, int32_t format, in AImage() function in AImage
48 typedef struct AImage AImage; typedef