Searched refs:timestamp (Results 176 - 200 of 360) sorted by relevance

1234567891011>>

/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py190 timestamp = self._parse_timestamp(line)
194 self.timebase = timestamp
195 delta = timestamp - self.timebase
267 # Parse the logcat timestamp.
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h312 int64_t /*timestamp*/) override {
353 int ReadVSyncTimestamp(int64_t* timestamp);
354 int WaitForVSync(int64_t* timestamp);
425 // The timestamp of the last vsync.
446 int64_t timestamp);
H A Dvsync_service.h23 void Notify(int64_t timestamp);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h64 HWComposer* composer, int32_t disp, nsecs_t timestamp) = 0;
328 int64_t timestamp);
333 inline void vsync(int disp, int64_t timestamp);
H A DHWC2.cpp63 hwc2_display_t displayId, int64_t timestamp) {
67 device->callVsync(std::move(display), timestamp); local
199 auto timestamp = pending.second; local
200 mVsync(std::move(display), timestamp); local
237 void Device::callVsync(std::shared_ptr<Display> display, nsecs_t timestamp) argument
240 mVsync(std::move(display), timestamp); local
243 mPendingVsyncs.emplace_back(std::move(display), timestamp); local
298 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override
300 vsync_hook(mDevice, display, timestamp);
62 vsync_hook(hwc2_callback_data_t callbackData, hwc2_display_t displayId, int64_t timestamp) argument
/frameworks/av/include/media/
H A DAudioTrack.h751 /* Poll for a timestamp on demand.
753 * or if you need to get the most recent timestamp outside of the event callback handler.
757 * Returns NO_ERROR if timestamp is valid.
762 * current time for the timestamp.
771 * The timestamp parameter is undefined on return, if status is not NO_ERROR.
773 status_t getTimestamp(AudioTimestamp& timestamp);
775 status_t getTimestamp_l(AudioTimestamp& timestamp);
778 /* Return the extended timestamp, with additional timebase info and improved drain behavior.
781 * getTimestamp(@NonNull AudioTimestamp timestamp, @AudioTimestamp.Timebase int timebase)
783 * Some differences between this method and the getTimestamp(AudioTimestamp& timestamp) metho
[all...]
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h751 /* Poll for a timestamp on demand.
753 * or if you need to get the most recent timestamp outside of the event callback handler.
757 * Returns NO_ERROR if timestamp is valid.
762 * current time for the timestamp.
771 * The timestamp parameter is undefined on return, if status is not NO_ERROR.
773 status_t getTimestamp(AudioTimestamp& timestamp);
775 status_t getTimestamp_l(AudioTimestamp& timestamp);
778 /* Return the extended timestamp, with additional timebase info and improved drain behavior.
781 * getTimestamp(@NonNull AudioTimestamp timestamp, @AudioTimestamp.Timebase int timebase)
783 * Some differences between this method and the getTimestamp(AudioTimestamp& timestamp) metho
[all...]
/frameworks/av/services/audioflinger/
H A DRecordTracks.h61 const ExtendedTimestamp &timestamp);
H A DPlaybackTracks.h73 virtual status_t getTimestamp(AudioTimestamp& timestamp);
107 virtual void onTimestamp(const ExtendedTimestamp &timestamp);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h73 * An appropriate ZSL buffer is selected by the closest timestamp,
158 status_t enqueueInputBufferByTimestamp( nsecs_t timestamp,
H A DZslProcessor.cpp55 explicit TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} argument
82 // Best result: timestamp is identical
98 // Order i1,i2 so that always i1.timestamp < i2.timestamp
104 // Second best: closest (lower) timestamp
111 // Worst: closest (higher) timestamp
191 nsecs_t timestamp = entry.data.i64[0]; local
193 ALOGE("%s: metadata doesn't have timestamp, skip this result", __FUNCTION__);
204 ALOGVV("Got preview metadata for frame %d with timestamp
644 enqueueInputBufferByTimestamp( nsecs_t timestamp, nsecs_t* actualTimestamp) argument
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h69 nsecs_t timestamp);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java845 * with the actual timestamp for the start of exposure. For a reprocess
846 * request, this timestamp will be the input image's start of exposure
847 * which matches {@link CaptureResult#SENSOR_TIMESTAMP the result timestamp field}
850 * This timestamp matches the timestamps that will be
851 * included in {@link CaptureResult#SENSOR_TIMESTAMP the result timestamp field},
867 * @param timestamp the timestamp at start of capture for a regular request, or
868 * the timestamp at the input image's start of capture for a
875 @NonNull CaptureRequest request, long timestamp, long frameNumber) {
874 onCaptureStarted(@onNull CameraCaptureSession session, @NonNull CaptureRequest request, long timestamp, long frameNumber) argument
/frameworks/base/location/java/android/location/
H A DGpsStatus.java146 void onNmeaReceived(long timestamp, String nmea); argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h123 // Set the timestamp for the current surface. Must be called
124 // before swapBuffers to associate the timestamp with the frame
126 bool SetSurfaceTimestamp(int64_t timestamp);
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h371 * All buffers queued after this call will be associated with the timestamp in nanosecond
372 * parameter specified. If the timestamp is set to NATIVE_WINDOW_TIMESTAMP_AUTO
374 * called. The timestamp is measured in nanoseconds, and is normally monotonically
375 * increasing. The timestamp should be unaffected by time-of-day adjustments,
379 int ANativeWindow_setBuffersTimestamp(ANativeWindow* window, int64_t timestamp);
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp256 int64_t timestamp; local
264 input.deflate(&timestamp, &is_auto_timestamp, &dataspace, &crop,
311 // Post the buffer producer with timestamp in the metadata.
326 meta_data.timestamp = timestamp;
/frameworks/native/services/surfaceflinger/
H A DEventThread.h110 virtual void onVSyncEvent(nsecs_t timestamp);
/frameworks/rs/driver/runtime/
H A Drs_structs.h50 int64_t timestamp; member in struct:Allocation::__anon1998::__anon1999
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp142 uint32_t bufferIndex, int64_t timestamp) {
147 sDataCbTimestamp(timestamp, (int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, this);
153 uint32_t bufferIndex, int64_t timestamp) {
162 sDataCbTimestamp(timestamp, (int32_t) msgType, mHidlMemPoolMap.at(data), bufferIndex, this);
189 msgs.push_back({hidl_msg.timestamp, mem->mBuffers[hidl_msg.bufferIndex]});
418 CameraHardwareInterface::setTimestamp(int64_t timestamp) { argument
425 int rc = native_window_set_buffers_timestamp(a, timestamp);
828 void CameraHardwareInterface::sDataCbTimestamp(nsecs_t timestamp, int32_t msg_type, argument
844 object->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], object->mCbUser);
998 int64_t timestamp) {
140 dataCallbackTimestamp( DataCallbackMsg msgType, uint32_t data, uint32_t bufferIndex, int64_t timestamp) argument
151 handleCallbackTimestamp( DataCallbackMsg msgType, const hidl_handle& frameData, uint32_t data, uint32_t bufferIndex, int64_t timestamp) argument
997 sSetTimestamp(struct preview_stream_ops *w, int64_t timestamp) argument
[all...]
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.h131 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
155 virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp48 int64_t timestamp, int fenceFd) override {
55 toRawTicks(timestamp),
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.cpp96 nsecs_t timestamp,
101 (void)timestamp;
166 return returnAnyBufferLocked(buffer, /*timestamp*/0, /*output*/false);
94 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionHardware.java65 public long timestamp; field in class:ActivityRecognitionHardware.Event
173 new ActivityRecognitionEvent(activityName, event.type, event.timestamp);
H A DGeofenceHardware.java233 * <li> The timestamp when the geofence transition occured.
508 long timestamp, int monitoringType) {
511 c.onGeofenceTransition(geofenceId, transition, location, timestamp,
507 onGeofenceTransition(int geofenceId, int transition, Location location, long timestamp, int monitoringType) argument

Completed in 432 milliseconds

1234567891011>>