Lines Matching defs:ACameraMetadata
42 struct ACameraMetadata : public RefBase { struct
51 ACameraMetadata(camera_metadata_t *buffer, ACAMERA_METADATA_TYPE type); argument
53 ACameraMetadata(const ACameraMetadata& other) : in ACameraMetadata() function
84 camera_status_t updateImpl(uint32_t tag, uint32_t count, const NDK_T* data) { in updateImpl()
114 mutable Mutex mLock;
115 CameraMetadata mData;
116 mutable Vector<uint32_t> mTags; // updated in getTags, cleared by update
117 const ACAMERA_METADATA_TYPE mType;
119 static std::unordered_set<uint32_t> sSystemTags;
121 std::vector<const char*> mStaticPhysicalCameraIds;
122 std::vector<String8> mStaticPhysicalCameraIdValues;