Searched refs:entryChar (Results 1 – 1 of 1) sorted by relevance
92 camera_metadata_ro_entry_t entryChar; in supportsKeysForBasicUltraHighResolutionCapture() local93 entryChar = deviceInfo.find(ANDROID_REQUEST_AVAILABLE_REQUEST_KEYS); in supportsKeysForBasicUltraHighResolutionCapture()95 for (size_t i = 0; i < entryChar.count; i++) { in supportsKeysForBasicUltraHighResolutionCapture()96 int32_t key = entryChar.data.i32[i]; in supportsKeysForBasicUltraHighResolutionCapture()