Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor3.cpp303 size_t metadataIdx; in pushToReprocess() local
304 nsecs_t candidateTimestamp = getCandidateTimestampLocked(&metadataIdx); in pushToReprocess()
325 CameraMetadata request = mFrameList[metadataIdx]; in pushToReprocess()
524 nsecs_t ZslProcessor3::getCandidateTimestampLocked(size_t* metadataIdx) const { in getCandidateTimestampLocked()
628 if (metadataIdx) { in getCandidateTimestampLocked()
629 *metadataIdx = idx; in getCandidateTimestampLocked()
DZslProcessor3.h136 nsecs_t getCandidateTimestampLocked(size_t* metadataIdx) const;