Searched defs:AImage (Results 1 – 3 of 3) sorted by relevance
34 struct AImage { struct47 // only For AImage to grab reader lock argument75 const sp<AImageReader> mReader; argument76 const int32_t mFormat;77 const uint64_t mUsage; // AHARDWAREBUFFER_USAGE_* flags.78 BufferItem* mBuffer;79 std::unique_ptr<CpuConsumer::LockedBuffer> mLockedBuffer;80 const int64_t mTimestamp;81 const int32_t mWidth;82 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