Searched defs:AImage (Results 1 – 3 of 3) sorted by relevance
54 struct AImage { struct67 // only For AImage to grab reader lock argument95 const sp<AImageReader> mReader; argument96 const int32_t mFormat;97 const uint64_t mUsage; // AHARDWAREBUFFER_USAGE_* flags.98 BufferItem* mBuffer;99 std::unique_ptr<CpuConsumer::LockedBuffer> mLockedBuffer;100 const int64_t mTimestamp;101 const int32_t mWidth;102 const int32_t mHeight;[all …]
34 AImage::AImage(AImageReader* reader, int32_t format, uint64_t usage, BufferItem* buffer, in AImage() function in AImage
51 typedef struct AImage AImage; typedef