Searched refs:metadataIdx (Results 1 – 3 of 3) sorted by relevance
441 size_t metadataIdx; in pushToReprocess() local442 nsecs_t candidateTimestamp = getCandidateTimestampLocked(&metadataIdx); in pushToReprocess()450 __FUNCTION__, (unsigned int) metadataIdx); in pushToReprocess()486 CameraMetadata request = mFrameList[metadataIdx]; in pushToReprocess()758 nsecs_t ZslProcessor::getCandidateTimestampLocked(size_t* metadataIdx) const { in getCandidateTimestampLocked()858 if (metadataIdx) { in getCandidateTimestampLocked()859 *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()