HomeSort by relevance Sort by last modified time
    Searched refs:mTagCount (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/camera/
VendorTags.cpp 128 : mTagCount(0)
131 mTagCount += DemoSections[i].end - DemoSections[i].start;
141 return mTagCount;
VendorTags.h 40 int mTagCount;
  /frameworks/av/include/camera/
VendorTagDescriptor.h 137 int32_t mTagCount;
  /frameworks/av/camera/
VendorTagDescriptor.cpp 79 desc->mTagCount = tagCount;
160 desc->mTagCount = tagCount;
298 if ((res = parcel->writeInt32(mTagCount)) != OK) {

Completed in 3035 milliseconds