Searched refs:currentEntryCap (Results 1 – 1 of 1) sorted by relevance
409 size_t currentEntryCap = get_camera_metadata_entry_capacity(mBuffer); in resizeIfNeeded() local412 newEntryCount = (newEntryCount > currentEntryCap) ? in resizeIfNeeded()413 newEntryCount * 2 : currentEntryCap; in resizeIfNeeded()422 if (newEntryCount > currentEntryCap || in resizeIfNeeded()