Searched refs:timestamp (Results 151 - 175 of 221) sorted by relevance

123456789

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp112 nsecs_t timestamp) {
133 void CaptureSequencer::onCaptureAvailable(nsecs_t timestamp, argument
138 mCaptureTimestamp = timestamp;
647 ALOGE("No timestamp field in capture frame!");
111 notifyShutter(const CaptureResultExtras& resultExtras, nsecs_t timestamp) argument
H A DZslProcessor.cpp83 nsecs_t timestamp = entry.data.i64[0]; local
84 (void)timestamp;
85 ALOGVV("Got preview frame for timestamp %" PRId64, timestamp);
480 ALOGVV(" Acquired buffer, timestamp %" PRId64, queueHead.buffer.mTimestamp);
511 ALOGE("%s: Can't find timestamp in frame!",
H A DZslProcessor3.cpp106 nsecs_t timestamp = entry.data.i64[0]; local
108 ALOGE("%s: metadata doesn't have timestamp, skip this result", __FUNCTION__);
119 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp);
124 if (timestamp <= mLatestClearedBufferTimestamp) return;
526 * Find the smallest timestamp we know about so far
544 ALOGE("%s: Can't find timestamp in frame!",
605 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp);
625 ALOGV("%s: Candidate timestamp %" PRId64 " (idx %zu), empty frames: %zu",
650 // TODO: Verify that the buffer is in our queue by looking at timestamp
[all...]
H A DStreamingProcessor.cpp730 nsecs_t timestamp; local
762 timestamp = imgBuffer.mTimestamp;
817 __FUNCTION__, mId, timestamp);
841 l.mRemoteCallback->dataCallbackTimestamp(timestamp,
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py276 timestamp = self._parse_timestamp(line)
280 self.timebase = timestamp
281 delta = timestamp - self.timebase
435 # Parse the logcat timestamp.
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp352 bool DispSync::addResyncSample(nsecs_t timestamp) { argument
356 mResyncSamples[idx] = timestamp;
/frameworks/av/media/libstagefright/include/
H A DOMX.h127 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h110 nsecs_t timestamp);
H A DCameraClient.cpp761 void CameraClient::dataCallbackTimestamp(nsecs_t timestamp, argument
771 ALOGE("Null data returned in data with timestamp callback");
776 client->handleGenericDataTimestamp(timestamp, msgType, dataPtr);
898 void CameraClient::handleGenericDataTimestamp(nsecs_t timestamp, argument
903 c->dataCallbackTimestamp(timestamp, msgType, dataPtr);
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java62 times[index] = p.timestamp;
213 // Write timestamp
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp106 jfieldID timestamp_field = env->GetFieldID(event_class, "timestamp", "J");
114 env->SetLongField(event_object, timestamp_field, event->timestamp);
/frameworks/base/location/java/android/location/
H A DLocationManager.java1275 "Incomplete location object, missing timestamp or accuracy? " + loc);
1405 Nmea(long timestamp, String nmea) { argument
1406 mTimestamp = timestamp;
1468 public void onNmeaReceived(long timestamp, String nmea) { argument
1471 mNmeaBuffer.add(new Nmea(timestamp, nmea));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java238 public void onCaptureStarted(CaptureResultExtras resultExtras, long timestamp) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp278 location.timestamp = env->CallLongMethod(locationObject, getTime);
481 sCallbackEnv->CallVoidMethod(locationObject, setTime, location->timestamp);
620 FlpUtcTime timestamp,
641 timestamp,
616 GeofenceTransitionCallback( int32_t geofenceId, FlpLocation* location, int32_t transition, FlpUtcTime timestamp, uint32_t sourcesUsed ) argument
/frameworks/native/include/gui/
H A DSurface.h179 virtual int setBuffersTimestamp(int64_t timestamp);
237 // mTimestamp is the timestamp that will be used for the next buffer queue
239 // a timestamp is auto-generated when queueBuffer is called.
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp547 int64_t timestamp; local
556 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop, &scalingMode,
616 slot, mCore->mFrameCounter + 1, timestamp, dataSpace,
648 item.mTimestamp = timestamp;
H A DCpuConsumer.cpp189 nativeBuffer->timestamp = b.mTimestamp;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanDetail.java68 mScanResult.timestamp = tsf;
/frameworks/rs/
H A DrsGrallocConsumer.cpp136 mAlloc->mHal.state.timestamp = b.mTimestamp;
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp1103 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) {
1144 return emptyBuffer_l(header, flags, timestamp, (intptr_t)buffer, fenceFd);
1215 OMX_BUFFERHEADERTYPE *header, OMX_U32 flags, OMX_TICKS timestamp,
1218 header->nTimeStamp = timestamp;
1257 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) {
1269 return emptyBuffer_l(header, flags, timestamp, (intptr_t)header->pBuffer, fenceFd);
1410 // fix up the buffer info (especially timestamp) if needed
1413 msg.u.extended_buffer_data.timestamp = buffer->nTimeStamp;
1100 emptyBuffer( OMX::buffer_id buffer, OMX_U32 rangeOffset, OMX_U32 rangeLength, OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) argument
1214 emptyBuffer_l( OMX_BUFFERHEADERTYPE *header, OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr, int fenceFd) argument
1255 emptyGraphicBuffer( OMX_BUFFERHEADERTYPE *header, const sp<GraphicBuffer> &graphicBuffer, OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) argument
/frameworks/av/services/audioflinger/
H A DTracks.cpp354 status_t AudioFlinger::TrackHandle::getTimestamp(AudioTimestamp& timestamp) argument
356 return mTrack->getTimestamp(timestamp);
882 status_t AudioFlinger::PlaybackThread::Track::getTimestamp(AudioTimestamp& timestamp) argument
918 timestamp.mPosition = framesWritten - unpresentedFrames;
919 timestamp.mTime = playbackThread->mLatchQ.mTimestamp.mTime;
923 result = playbackThread->getTimestamp_l(timestamp);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp457 nsecs_t timestamp) {
469 status_t res = returnBufferLocked(buffer, timestamp);
456 returnBuffer(const camera3_stream_buffer &buffer, nsecs_t timestamp) argument
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java172 * @return the timestamp
179 * @param timestamp the timestamp to set
181 public void setTimestamp(long timestamp) { argument
182 mTimestamp = timestamp;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp457 int64_t timestamp; local
464 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
/frameworks/av/include/media/
H A DAudioTrack.h681 /* Poll for a timestamp on demand.
683 * or if you need to get the most recent timestamp outside of the event callback handler.
687 * Returns NO_ERROR if timestamp is valid.
692 * current time for the timestamp.
701 * The timestamp parameter is undefined on return, if status is not NO_ERROR.
703 status_t getTimestamp(AudioTimestamp& timestamp);
971 given timestamp. PTS units are microseconds on the media time timeline.

Completed in 634 milliseconds

123456789