Searched refs:metadataIdx (Results 1 – 3 of 3) sorted by relevance
437 size_t metadataIdx; in pushToReprocess() local438 nsecs_t candidateTimestamp = getCandidateTimestampLocked(&metadataIdx); in pushToReprocess()446 __FUNCTION__, (unsigned int) metadataIdx); in pushToReprocess()482 CameraMetadata request = mFrameList[metadataIdx]; in pushToReprocess()754 nsecs_t ZslProcessor::getCandidateTimestampLocked(size_t* metadataIdx) const { in getCandidateTimestampLocked()854 if (metadataIdx) { in getCandidateTimestampLocked()855 *metadataIdx = idx; in getCandidateTimestampLocked()
156 nsecs_t getCandidateTimestampLocked(size_t* metadataIdx) const;
169 int metadataIdx = cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_KEY_METADATA); in getKey() local170 if (cursor.isNull(metadataIdx)) { in getKey()173 keyMetadata = cursor.getBlob(metadataIdx); in getKey()308 int metadataIdx = cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_KEY_METADATA); in getAllKeys() local309 if (cursor.isNull(metadataIdx)) { in getAllKeys()312 keyMetadata = cursor.getBlob(metadataIdx); in getAllKeys()