Home
last modified time | relevance | path

Searched refs:mTagCount (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp130 : mTagCount(0) in VendorTags()
133 mTagCount += DemoSections[i].end - DemoSections[i].start; in VendorTags()
143 return mTagCount; in getTagCount()
DVendorTags.h40 int mTagCount;
/hardware/interfaces/camera/common/default/
DVendorTagDescriptor.cpp44 VendorTagDescriptor::VendorTagDescriptor() : mTagCount(0), mVendorOps() {} in VendorTagDescriptor()
76 mTagCount = src.mTagCount; in copyFrom()
309 desc->mTagCount = tagCount; in createDescriptorFromOps()
/hardware/interfaces/camera/common/default/include/
DVendorTagDescriptor.h102 int32_t mTagCount; variable