HomeSort by relevance Sort by last modified time
    Searched defs:timeStamp (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/WebCore/history/
CachedPage.h 49 double timeStamp() const { return m_timeStamp; }
  /frameworks/base/core/java/android/gesture/
GesturePoint.java 30 public final long timestamp; field in class:GesturePoint
35 timestamp = t;
42 // Read timestamp
43 final long timeStamp = in.readLong();
44 return new GesturePoint(x, y, timeStamp);
49 return new GesturePoint(x, y, timestamp);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalEndpntEnt_api.h 60 UINT32 timeStamp; /* A timestamp contains the receive time of the first fragment in the collection,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 264 UINT32 timeStamp;
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
mp4dec_api.h 71 uint32 timeStamp; /* time stamp */
115 uint32 timestamp; member in struct:tagVopHeaderInfo
161 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
162 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
163 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
164 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
  /external/webkit/WebCore/loader/
CachedImage.cpp 358 double timeStamp = FrameView::currentPaintTimeStamp();
359 if (!timeStamp) // If didDraw is called outside of a Frame paint.
360 timeStamp = currentTime();
362 CachedResource::didAccessDecodedData(timeStamp);
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 157 HRESULT STDMETHODCALLTYPE DOMEvent::timeStamp(
DOMEventsClasses.h 154 virtual HRESULT STDMETHODCALLTYPE timeStamp(
234 virtual HRESULT STDMETHODCALLTYPE timeStamp(
235 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
343 virtual HRESULT STDMETHODCALLTYPE timeStamp(
344 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
491 virtual HRESULT STDMETHODCALLTYPE timeStamp(
492 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
666 virtual HRESULT STDMETHODCALLTYPE timeStamp(
667 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
766 virtual HRESULT STDMETHODCALLTYPE timeStamp(
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 65 uint32 timeStamp; /* time stamp */
109 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);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 173 UINT32 timeStamp [6];
  /external/webkit/WebCore/dom/
Event.h 90 DOMTimeStamp timeStamp() const { return m_createTime; }
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulDb.h 110 UINT32 timeStamp; /* */
126 UINT32 timeStamp; /* The number of 2 * Segement_size in ACK number */
206 void wdrv_aeWTargetDbGetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 *timeStamp);
207 void wdrv_aeWTargetDbSetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT8 index, UINT32 timeStamp);
226 void wdrv_aeWSourceDbGetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 *timeStamp);
227 void wdrv_aeWSourceDbSetSessionTimeStamp(ackEmulDB_t* ackEmulDB,UINT16 stationIndex, UINT8 activeIndex, UINT32 timeStamp);
  /dalvik/libcore/archive/src/main/native/
zipsup.c     [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp     [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 196 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
206 int timeStamp = cursor.getInt(timestampIndex);
220 String batchID = Long.toString(timeStamp);
222 // sending objects in one batch has same timeStamp
293 long timeStamp = 0;
320 WHERE_COMPLETED_OUTBOUND, null, BluetoothShare.TIMESTAMP + " DESC");
325 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
331 timeStamp = cursor.getLong(timestampIndex);
359 outNoti.when = timeStamp;
370 WHERE_COMPLETED_INBOUND, null, BluetoothShare.TIMESTAMP + " DESC")
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 129 long timeStamp = data.getLong();
  /external/opencore/android/author/
android_audio_input.cpp 1040 uint32 timeStamp = 0;
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp 1004 int32 frameSize, timestamp; local
    [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 650 // If we have a IconRecord, it should also have its timeStamp marked because there is only two times when we create the IconRecord:
651 // 1 - When we read the icon urls from disk, getting the timeStamp at the same time
652 // 2 - When we get a new icon from the loader, in which case the timestamp is set at that time
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 330 long timeStamp = System.currentTimeMillis();
334 createTime = timeStamp;
338 lastFailTime = timeStamp;
341 if (DBG) log("notifyConnection at " + timeStamp + " cause=" + cause);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 225 UINT32 timeStamp [MAX_NUM_OF_TIME_STAMPS];
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 2165 uint32 timestamp = aTrackPortInfo.iClockConverter->get_converted_ts(COMMON_PLAYBACK_CLOCK_TIMESCALE); local
2342 uint32 timestamp = aTrackPortInfo.iClockConverter->get_converted_ts(COMMON_PLAYBACK_CLOCK_TIMESCALE); local
    [all...]

Completed in 435 milliseconds

1 2