Searched refs:tagCount (Results 1 – 2 of 2) sorted by relevance
302 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps() local303 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()
429 int tagCount = desc->getTagCount(); in setUpVendorTags() local430 std::vector<uint32_t> tags(tagCount); in setUpVendorTags()432 for (int i = 0; i < tagCount; i++) { in setUpVendorTags()