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

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 261 uint32_t timestamp = 3000; local
265 webrtc::kVideoFrameDelta, kPayloadType, timestamp,
266 timestamp / 90, payload_data, payload_data_length));
275 timestamp += 3000;
297 uint32_t timestamp = 3000; local
310 webrtc::kVideoFrameDelta, kPayloadType, timestamp,
311 timestamp / 90, payload_data, payload_data_length));
313 timestamp += 3000;
receive_statistics_unittest.cc 178 header1_.timestamp += 3;
182 header1_.timestamp += 9;
186 header1_.timestamp += 47;
190 header1_.timestamp += 17;
218 header1_.timestamp += 3;
222 header1_.timestamp += 9;
226 header1_.timestamp += 47;
230 header1_.timestamp += 17;
  /external/webrtc/webrtc/modules/video_coding/
frame_buffer.h 40 // Get current state and timestamp of frame
41 VCMFrameBufferStateEnum GetState(uint32_t& timeStamp) const;
  /external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc 71 // Timestamp will be reset in Scale call above, so we should set it after.
72 outFrame->set_timestamp(inFrame.timestamp());
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 81 // Status of entries in the timestamp array
84 // Timestamp array - Since codec does not take 64 bit timestamps,
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.h 81 nsecs_t timestamp,
105 nsecs_t timestamp);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 77 void onCaptureStarted(RequestHolder holder, long timestamp);
138 * @param timestamp The timestamp of the capture start in nanoseconds.
144 public synchronized boolean setCaptureStart(final RequestHolder request, long timestamp,
147 doStateTransition(STATE_CAPTURING, timestamp, captureError);
233 doStateTransition(newState, /*timestamp*/0, NO_CAPTURE_ERROR);
236 private void doStateTransition(int newState, final long timestamp, final int error) {
332 mCurrentListener.onCaptureStarted(mCurrentRequest, timestamp);
  /frameworks/base/core/java/com/android/internal/midi/
MidiDispatcher.java 68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
71 receiver.send(msg, offset, count, timestamp);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 45 /* This timestamp will be used for all output frames from this source. They
50 @GenerateFieldPort(name = "timestamp", hasDefault = true)
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 55 builder.addLine("<TimeStamp>");
57 builder.addLine("</TimeStamp>");
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2CaptureCallbackForwarder.java 92 final long timestamp, final long frameNumber) {
96 mListener.onCaptureStarted(session, request, timestamp, frameNumber);
Camera2CaptureCallbackSplitter.java 90 long timestamp, long frameNumber) {
92 target.onCaptureStarted(session, request, timestamp, frameNumber);
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
iio_kernel_headers.h 114 * @timestamp: best estimate of time of event occurrence (often from
119 long long int timestamp; member in struct:iio_event_data
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.h 112 guint64 timestamp,
117 guint64 timestamp);
mixvideoformat_mp42.h 112 vbp_data_mp42 *data, guint64 timestamp, gboolean discontinuity);
115 guint64 timestamp);
mixvideoformat_vc1.h 116 guint64 timestamp,
121 guint64 timestamp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 59 * \param[in] ts_start Timestamp for the start of this frame
60 * \param[in] ts_end Timestamp for the end of this frame
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 63 * \param[in] ts_start Timestamp for the start of this frame
64 * \param[in] ts_end Timestamp for the end of this frame
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.h 58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);
CompassSensor.IIO.primary.h 57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
SensorBase.h 91 int readSample(long *data, int64_t *timestamp);
92 int readRawSample(float *data, int64_t *timestamp);
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);
CompassSensor.IIO.primary.h 57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
SensorBase.h 90 int readSample(long *data, int64_t *timestamp);
91 int readRawSample(float *data, int64_t *timestamp);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_callbacks.cpp 49 void HWCCallbacks::Vsync(hwc2_display_t display, int64_t timestamp) {
51 vsync_(vsync_data_, display, timestamp);

Completed in 422 milliseconds

<<21222324252627282930>>