Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp423 size_t currentEntryCap = get_camera_metadata_entry_capacity(mBuffer); in resizeIfNeeded() local
426 newEntryCount = (newEntryCount > currentEntryCap) ? in resizeIfNeeded()
427 newEntryCount * 2 : currentEntryCap; in resizeIfNeeded()
436 if (newEntryCount > currentEntryCap || in resizeIfNeeded()