Searched refs:tagCount (Results 1 – 2 of 2) sorted by relevance
208 int tagCount = vOps->get_tag_count(vOps); in createDescriptorFromOps() local209 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromOps()210 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount); in createDescriptorFromOps()215 LOG_ALWAYS_FATAL_IF(tagArray.resize(tagCount) != tagCount, in createDescriptorFromOps()216 "%s: too many (%u) vendor tags defined.", __FUNCTION__, tagCount); in createDescriptorFromOps()221 desc->mTagCount = tagCount; in createDescriptorFromOps()226 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in createDescriptorFromOps()259 for (size_t i = 0; i < static_cast<size_t>(tagCount); ++i) { in createDescriptorFromOps()
415 int tagCount = desc->getTagCount(); in setUpVendorTags() local416 std::vector<uint32_t> tags(tagCount); in setUpVendorTags()418 for (int i = 0; i < tagCount; i++) { in setUpVendorTags()