Home
last modified time | relevance | path

Searched refs:timestampsUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp336 const std::vector<int64_t>& timestampsUs, in recordingFrameHandleCallbackTimestampBatch() argument
339 int n = timestampsUs.size(); in recordingFrameHandleCallbackTimestampBatch()
342 recordingFrameHandleCallbackTimestamp(timestampsUs[i], handles[i]); in recordingFrameHandleCallbackTimestampBatch()
DCameraSource.cpp1263 const std::vector<int64_t>& timestampsUs, in recordingFrameHandleCallbackTimestampBatch() argument
1265 size_t n = timestampsUs.size(); in recordingFrameHandleCallbackTimestampBatch()
1268 __FUNCTION__, timestampsUs.size(), handles.size()); in recordingFrameHandleCallbackTimestampBatch()
1274 int64_t timestampUs = timestampsUs[i]; in recordingFrameHandleCallbackTimestampBatch()
1435 const std::vector<int64_t>& timestampsUs, in recordingFrameHandleCallbackTimestampBatch() argument
1437 int n = timestampsUs.size(); in recordingFrameHandleCallbackTimestampBatch()
1440 modifiedTimestamps[i] = timestampsUs[i] / 1000; in recordingFrameHandleCallbackTimestampBatch()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h147 const std::vector<int64_t>& timestampsUs,
239 const std::vector<int64_t>& timestampsUs,
DCameraSourceTimeLapse.h164 const std::vector<int64_t>& timestampsUs,