HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 751 - 775 of 4884) sorted by null

<<31323334353637383940>>

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.h 34 int64_t timestamp,
  /external/webrtc/webrtc/modules/utility/source/
coder.h 43 uint32_t timeStamp,
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc 38 : callback(cb), timestamp(ts) {}
40 int64_t timestamp; member in struct:internal::FrameDecodeParams
86 CMTime timestamp,
97 webrtc::VideoFrame decoded_frame(buffer, decode_params->timestamp, 0,
  /external/webrtc/webrtc/modules/video_processing/
deflickering.h 30 int32_t PreDetection(uint32_t timestamp,
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 31 _accDrift(6600), // in timestamp ticks, i.e. 15 ms
184 // Investigates if the timestamp clock has overflowed since the last timestamp and
197 // (e.g. timestamp = 1, _previousTimestamp = 2^32 - 1). Since it is casted to a Word32,
  /external/webrtc/webrtc/test/
fake_texture_frame.h 25 uint32_t timestamp,
  /external/wpa_supplicant_8/hs20/server/www/
cert-enroll.php 32 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
  /frameworks/av/camera/aidl/android/hardware/camera2/
ICameraDeviceCallbacks.aidl 36 oneway void onCaptureStarted(in CaptureResultExtras resultExtras, long timestamp);
  /frameworks/av/include/camera/
Camera.h 45 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
167 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
168 virtual void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle);
  /frameworks/av/include/media/nbaio/
AudioStreamOutSink.h 50 virtual status_t getTimestamp(ExtendedTimestamp &timestamp);
MonoPipeReader.h 52 virtual void onTimestamp(const ExtendedTimestamp &timestamp);
SourceAudioBufferProvider.h 40 virtual void onTimestamp(const ExtendedTimestamp &timestamp);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 59 // OMX input buffer's timestamp and flags
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 179 nsecs_t timestamp,
201 // Whether consumer assumes MONOTONIC timestamp
222 * Timestamp offset for video and hardware composer consumed streams
238 nsecs_t timestamp);
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 45 * Note that the 'oldest' buffer is the one with the smallest timestamp.
98 // mTimestamp is the current timestamp for this buffer slot. This gets
161 // Return 0 if RingBuffer is empty, otherwise return timestamp of latest buffer.
186 // Timestamp of latest buffer
  /frameworks/base/core/java/android/net/
ConnectivityMetricsLogger.java 85 * @param timestamp is the epoch timestamp of the event in ms.
90 public void logEvent(long timestamp, int componentTag, int eventTag, Parcelable data) {
124 ConnectivityMetricsEvent event = new ConnectivityMetricsEvent(timestamp, componentTag,
IConnectivityMetricsLogger.aidl 28 * >0 timestamp after which new events will be accepted
  /frameworks/base/docs/html/distribute/googleplay/
index.jd 19 data-sortOrder="-timestamp"
  /frameworks/base/location/java/android/location/
GnssNmeaListener.java 30 void onNmeaReceived(long timestamp, String nmea);
  /frameworks/base/media/java/android/media/tv/
ITvRemoteServiceInput.aidl 27 void sendTimestamp(IBinder token, long timestamp);
  /frameworks/base/native/android/
choreographer.cpp 70 virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);
71 virtual void dispatchHotplug(nsecs_t timestamp, int32_t id, bool connected);
143 void Choreographer::dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t) {
159 cb.callback(timestamp, cb.data);
  /frameworks/base/services/tests/servicestests/assets/shortcut/
shortcut_legacy_file.xml 19 <shortcut id="manifest-shortcut-storage" activity="com.android.test.1/com.android.test.1.Settings" title="Storage" intent="#Intent;action=android.settings.INTERNAL_STORAGE_SETTINGS;end" timestamp="1469050672334" flags="1" >
  /frameworks/base/services/tests/servicestests/src/android/net/metrics/
IpConnectivityLogTest.java 151 static ConnectivityMetricsEvent expectedEvent(int timestamp) {
152 return new ConnectivityMetricsEvent((long)timestamp, 0, 0, FAKE_EV);
157 assertEquals(expected.timestamp, got.timestamp);
  /frameworks/native/libs/ui/
Fence.cpp 121 uint64_t timestamp = 0; local
123 if (pinfo->timestamp_ns > timestamp) {
124 timestamp = pinfo->timestamp_ns;
129 return nsecs_t(timestamp);
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 36 // Some of the time values tracked may be set either as a specific timestamp
38 // signal time of that fence is used instead of the timestamp.
65 // setActualPresentTime sets the timestamp at which the current frame became
108 // and replaces that fence with a timestamp if the fence has signaled. If

Completed in 740 milliseconds

<<31323334353637383940>>