Searched refs:timestamp (Results 76 - 100 of 160) sorted by relevance

1234567

/frameworks/av/camera/
H A DCamera.cpp290 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
301 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
312 listener->postDataTimestamp(timestamp, msgType, dataPtr);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java206 long timestamp = mSurfaceTexture.getTimestamp();
207 if (mLogVerbose) Log.v(TAG, "Timestamp: " + (timestamp / 1000000000.0) + " s");
208 output.setTimestamp(timestamp);
H A DMediaSource.java343 long timestamp = mSurfaceTexture.getTimestamp();
344 if (mLogVerbose) Log.v(TAG, "Timestamp: " + (timestamp / 1000000000.0) + " s");
345 output.setTimestamp(timestamp);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java673 final void onPulledFrameWithTimestamp(long timestamp) { argument
674 if (timestamp > mCurrentTimestamp || mCurrentTimestamp == Frame.TIMESTAMP_NOT_SET) {
675 mCurrentTimestamp = timestamp;
/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/gui/
H A DSurface.cpp264 int64_t timestamp; local
267 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
269 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
270 timestamp / 1000000.f);
272 timestamp = mTimestamp;
286 IGraphicBufferProducer::QueueBufferInput input(timestamp, isAutoTimestamp,
475 int64_t timestamp = va_arg(args, int64_t); local
476 return setBuffersTimestamp(timestamp);
650 int Surface::setBuffersTimestamp(int64_t timestamp) argument
654 mTimestamp = timestamp;
[all...]
H A DIGraphicBufferProducer.cpp273 return sizeof(timestamp)
292 FlattenableUtils::write(buffer, size, timestamp);
305 sizeof(timestamp)
316 FlattenableUtils::read(buffer, size, timestamp);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h150 nsecs_t timestamp) = 0;
/frameworks/base/location/java/android/location/
H A DGpsStatus.java127 void onNmeaReceived(long timestamp, String nmea); argument
/frameworks/base/media/java/android/media/
H A DAudioTrack.java736 * Poll for a timestamp on demand.
738 * Use if you need to get the most recent timestamp outside of the event callback handler.
748 * @param timestamp a reference to a non-null AudioTimestamp instance allocated
750 * @return true if a timestamp is available, or false if no timestamp is available.
751 * If a timestamp if available,
755 * In the case that no timestamp is available, any supplied instance is left unaltered.
757 public boolean getTimestamp(AudioTimestamp timestamp) argument
759 if (timestamp == null) {
768 timestamp
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h122 // Set the timestamp for the current surface. Must be called
123 // before swapBuffers to associate the timestamp with the frame
125 bool SetSurfaceTimestamp(int64_t timestamp);
/frameworks/native/include/android/
H A Dsensor.h139 int64_t timestamp; member in struct:ASensorEvent
/frameworks/native/services/surfaceflinger/
H A DEventThread.h105 virtual void onVSyncEvent(nsecs_t timestamp);
/frameworks/av/include/media/
H A DIOMX.h135 OMX_U32 flags, OMX_TICKS timestamp) = 0;
183 OMX_TICKS timestamp; member in struct:android::omx_message::__anon32::__anon35
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h97 OMX_U32 flags, OMX_TICKS timestamp);
102 OMX_U32 flags, OMX_TICKS timestamp);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java206 * <li> The timestamp when the geofence transition occured.
474 long timestamp, int monitoringType) {
477 c.onGeofenceTransition(geofenceId, transition, location, timestamp,
473 onGeofenceTransition(int geofenceId, int transition, Location location, long timestamp, int monitoringType) argument
/frameworks/base/services/java/com/android/server/location/
H A DFlpHardwareProvider.java142 long timestamp,
148 timestamp,
138 onGeofenceTransition( int geofenceId, Location location, int transition, long timestamp, int sourcesUsed) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java274 long timestamp) {
317 InboundSmsTracker tracker = new InboundSmsTracker(userData, timestamp, destinationPort,
273 processCdmaWapPdu(byte[] pdu, int referenceNumber, String address, long timestamp) argument
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp46 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
81 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
85 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
815 ALOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
830 // May need to skip frame or modify timestamp. Currently implemented
872 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
873 mSource->dataCallbackTimestamp(timestamp / 1000, msgType, dataPtr);
80 postDataTimestamp( nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
871 dataCallbackTimestamp( nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
H A DOMXClient.cpp117 OMX_U32 flags, OMX_TICKS timestamp);
351 OMX_U32 flags, OMX_TICKS timestamp) {
353 node, buffer, range_offset, range_length, flags, timestamp);
347 emptyBuffer( node_id node, buffer_id buffer, OMX_U32 range_offset, OMX_U32 range_length, OMX_U32 flags, OMX_TICKS timestamp) argument
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h42 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
463 static void __data_cb_timestamp(nsecs_t timestamp, int32_t msg_type, argument
479 __this->mDataCbTimestamp(timestamp, msg_type, mem->mBuffers[index], __this->mCbUser);
632 int64_t timestamp) {
634 return native_window_set_buffers_timestamp(a, timestamp);
631 __set_timestamp(struct preview_stream_ops *w, int64_t timestamp) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor3.cpp69 nsecs_t timestamp = entry.data.i64[0]; local
70 (void)timestamp;
71 ALOGVV("Got preview metadata for timestamp %lld", timestamp);
371 * Find the smallest timestamp we know about so far
389 ALOGE("%s: Can't find timestamp in frame!",
418 ALOGVV("%s: Saw timestamp %lld", __FUNCTION__, frameTimestamp);
438 ALOGV("%s: Candidate timestamp %lld (idx %d), empty frames: %d",
461 // TODO: Verify that the buffer is in our queue by looking at timestamp
H A DCaptureSequencer.h68 void onCaptureAvailable(nsecs_t timestamp, sp<MemoryBase> captureBuffer);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h123 ULong timestamp; /* modulo timestamp in millisecond*/ member in struct:tagvideoEncFrameIO
331 * @param nextModTime is the timestamp encoder expects from the next input
354 * @brief This function sets the input YUV frame and timestamp to be encoded by the slice-based encoding function PVEncodeSlice().
356 * The encoder library processes the timestamp and determine if this frame is to be encoded or not. If the current frame
361 * @param nextModTime is the timestamp encoder expects from the next input if this input is rejected and nLayer is set to -1.
373 * At the end-of-frame, the next video input address and the next video modulo timestamp will be set.
380 * @param nextModTime is the timestamp encoder expects from the next input
/frameworks/native/include/gui/
H A DSurface.h143 virtual int setBuffersTimestamp(int64_t timestamp);
194 // mTimestamp is the timestamp that will be used for the next buffer queue
196 // a timestamp is auto-generated when queueBuffer is called.

Completed in 965 milliseconds

1234567