HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 351 - 375 of 796) sorted by null

<<11121314151617181920>>

  /external/iproute2/ip/
ipmonitor.c 42 if (timestamp)
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationClientImpl.cpp 73 return currentTime - position1->timestamp() > maximumAge;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 123 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/av/media/libstagefright/include/
OMX.h 105 OMX_U32 flags, OMX_TICKS timestamp);
  /frameworks/native/include/gui/
Surface.h 141 virtual int setBuffersTimestamp(int64_t timestamp);
192 // mTimestamp is the timestamp that will be used for the next buffer queue
194 // a timestamp is auto-generated when queueBuffer is called.
  /hardware/libhardware/include/hardware/
audio.h 260 int64_t *timestamp);
camera2.h 83 * The timestamp represents the time at start of exposure of the first row
89 * same timestamp for that buffer, and that timestamp must match the
90 * timestamp in the output frame metadata.
93 int64_t timestamp,
315 * bytes of the timestamp for when exposure began.
316 * (timestamp = (ext3 << 32 | ext2))
    [all...]
sensors.h 585 * generated for each step. Like with any other event, the timestamp
613 * The timestamp of the event is set to the time when the first step
761 int64_t timestamp; member in struct:sensors_event_t
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 210 int64_t timestamp,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 117 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
  /hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp 57 int64_t timestamp = 0; local
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 509 private long timestamp; field in class:BluetoothOppTransfer.SocketConnectThread
561 timestamp = System.currentTimeMillis();
595 (System.currentTimeMillis() - timestamp) + " ms");
630 (System.currentTimeMillis() - timestamp) + " ms");
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 151 // We must initialize this to something, in case the timestamp of the message is zero (which
257 public void setTimestamp(long timestamp) {
258 if (mTimeFormatted != timestamp) {
259 mFormattedDate = DateUtils.getRelativeTimeSpanString(mContext, timestamp).toString();
260 mTimeFormatted = timestamp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
genhd.h 84 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */ member in struct:solaris_x86_vtoc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h 84 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */ member in struct:solaris_x86_vtoc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h 84 unsigned int timestamp[SOLARIS_X86_NUMSLICE]; /* timestamp (unsupported) */ member in struct:solaris_x86_vtoc
  /build/tools/releasetools/
edify_generator.py 82 def AssertOlderBuild(self, timestamp):
84 the given timestamp."""
86 'getprop("ro.build.date.utc")));') % (timestamp,))
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 254 base::TimeDelta timestamp = local
256 fetch_request->set_timestamp(timestamp.InMilliseconds());
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.cc 99 guint32 timestamp) {
109 widget, button_type, timestamp); local
  /external/chromium/chrome/common/
logging_chrome.cc 164 base::Time timestamp) {
166 timestamp.LocalExplode(&time_deets);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 287 xEvent.time = xTimeStamp(webEvent.timestamp());
402 xKey.time = xTimeStamp(webEvent.timestamp());
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 189 timestamp, uri, user_agent = open("#{@app_base_url}last_page.cgi").read().chomp.split(' ')
190 age = (Time.now() - timestamp.to_i).to_i
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 384 uint64_t timestamp = 0; // does this matter? local
388 timestamp);
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3Stream.cpp 191 nsecs_t timestamp) {
195 status_t res = returnBufferLocked(buffer, timestamp);
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 373 jlong timestamp) {
375 int64_t timestamp_native = timestamp;

Completed in 1358 milliseconds

<<11121314151617181920>>