Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraMetadata.cpp420 size_t currentEntryCap = get_camera_metadata_entry_capacity(mBuffer); in resizeIfNeeded() local
423 newEntryCount = (newEntryCount > currentEntryCap) ? in resizeIfNeeded()
424 newEntryCount * 2 : currentEntryCap; in resizeIfNeeded()
433 if (newEntryCount > currentEntryCap || in resizeIfNeeded()
/aosp12/frameworks/av/camera/
H A DCameraMetadata.cpp512 size_t currentEntryCap = get_camera_metadata_entry_capacity(mBuffer); in resizeIfNeeded() local
515 newEntryCount = (newEntryCount > currentEntryCap) ? in resizeIfNeeded()
516 newEntryCount * 2 : currentEntryCap; in resizeIfNeeded()
525 if (newEntryCount > currentEntryCap || in resizeIfNeeded()