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

/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h115 int32_t mTagCount; member in class:android::hardware::camera2::params::VendorTagDescriptor
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h115 int32_t mTagCount; member in class:android::hardware::camera2::params::VendorTagDescriptor
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp73 mTagCount(0),
107 mTagCount = src.mTagCount;
129 mTagCount = tagCount;
266 if ((res = parcel->writeInt32(mTagCount)) != OK) {
529 desc->mTagCount = tagCount;
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1388 desc->mTagCount = tagCount;

Completed in 1020 milliseconds