Home
last modified time | relevance | path

Searched refs:tagCount (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DVendorTagDescriptor.cpp302 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps() local
303 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromOps()
304 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount); in createDescriptorFromOps()
309 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount, in createDescriptorFromOps()
310 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount); in createDescriptorFromOps()
315 desc->mTagCount = tagCount; in createDescriptorFromOps()
320 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in createDescriptorFromOps()
353 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in createDescriptorFromOps()
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp429 int tagCount = desc->getTagCount(); in setUpVendorTags() local
430 std::vector<uint32_t> tags(tagCount); in setUpVendorTags()
432 for (int i = 0; i < tagCount; i++) { in setUpVendorTags()