Searched refs:timestamp (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/hardware/
H A DSensorEvent.java184 * private float timestamp;
187 * if (timestamp != 0) {
188 * final float dT = (event.timestamp - timestamp) * NS2S;
193 * timestamp = event.timestamp;
330 public long timestamp; field in class:SensorEvent
/frameworks/base/core/java/android/gesture/
H A DGesturePoint.java30 public final long timestamp; field in class:GesturePoint
35 timestamp = t;
42 // Read timestamp
49 return new GesturePoint(x, y, timestamp);
/frameworks/base/location/java/android/location/
H A DIGpsStatusListener.aidl32 void onNmeaReceived(long timestamp, String nmea);
H A DGpsStatus.java127 void onNmeaReceived(long timestamp, String nmea); argument
H A DLocationManager.java1210 Nmea(long timestamp, String nmea) { argument
1211 mTimestamp = timestamp;
1268 public void onNmeaReceived(long timestamp, String nmea) { argument
1271 mNmeaBuffer.add(new Nmea(timestamp, nmea));
/frameworks/base/services/sensorservice/tests/
H A Dsensorservicetest.cpp37 buffer[i].timestamp,
44 float t = float(buffer[i].timestamp - oldTimeStamp) / s2ns(1);
47 oldTimeStamp = buffer[i].timestamp;
/frameworks/base/libs/camera/
H A DICameraClient.cpp65 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
70 data.writeInt64(timestamp);
105 nsecs_t timestamp = data.readInt64(); local
108 dataCallbackTimestamp(timestamp, msgType, imageData);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h109 uint32 timestamp; member in struct:tagVopHeaderInfo
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
/frameworks/base/include/camera/
H A DICameraClient.h35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
H A DCamera.h147 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
218 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
H A DCameraHardwareInterface.h49 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
/frameworks/base/core/java/android/bluetooth/
H A DHeadsetBase.java115 long timestamp;
125 if (DBG) timestamp = System.currentTimeMillis();
128 (System.currentTimeMillis() - timestamp) + " ms");
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java115 private void setTimestamp(String timestamp) { argument
116 mTimestamp = timestamp;
209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP));
213 entry.setTimestamp(timestamp);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1002 uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV)
1007 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1030 uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV)
1054 timestamp[idx] = -1;
1058 /* did the application provide a timestamp for this vop? */
1059 if (timestamp[idx] < 0)
1063 /* decode the timestamp in the bitstream */
1082 timestamp[idx] = CalcVopDisplayTime(video->vol[idx], vopHeader[idx], video->shortVideoHeader);
1089 timestamp[idx] = vopHeader[idx]->timeStamp;
1094 if (timestamp[id
1001 PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) argument
1029 PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV) argument
1598 PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) argument
1639 PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) argument
[all...]
/frameworks/base/native/include/android/
H A Dsensor.h115 int64_t timestamp; member in struct:ASensorEvent
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp120 jfloatArray values, jintArray status, jlongArray timestamp)
141 env->SetLongArrayRegion(timestamp, 0, 1, &event.timestamp);
119 sensors_data_poll(JNIEnv *env, jclass clazz, jint nativeQueue, jfloatArray values, jintArray status, jlongArray timestamp) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DContactHeaderWidget.java570 CharSequence timestamp = null;
579 timestamp = DateUtils.getRelativeTimeSpanString(date,
613 if (timestamp != null && label != null) {
616 timestamp, label);
617 } else if (timestamp == null && label != null) {
621 } else if (timestamp != null) {
622 attribution = timestamp;
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp42 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
71 nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) {
75 source->dataCallbackTimestamp(timestamp/1000, msgType, dataPtr);
329 LOGV("dataCallbackTimestamp: timestamp %lld us", timestampUs);
70 postDataTimestamp( nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
/frameworks/base/media/libstagefright/include/
H A DOMXNodeInstance.h71 OMX_U32 flags, OMX_TICKS timestamp);
/frameworks/base/services/sensorservice/
H A DGravitySensor.cpp51 const double now = event.timestamp * NS2S;
H A DRotationVectorSensor.cpp58 const double now = event.timestamp * NS2S;
73 const double now = event.timestamp * NS2S;
/frameworks/base/include/media/
H A DIOMX.h106 OMX_U32 flags, OMX_TICKS timestamp) = 0;
170 OMX_TICKS timestamp; member in struct:android::omx_message::__anon74::__anon77
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DM4vH263Decoder.cpp207 uint32_t timestamp = 0xFFFFFFFF; local
211 mHandle, &bitstream, &timestamp, &bufferSize,
259 // timestamp and we won't return the current one.
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.h139 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
150 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
/frameworks/base/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

Completed in 553 milliseconds

12