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

<<51525354555657585960>>

  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc 37 PCMFile::PCMFile(uint32_t timestamp)
46 timestamp_ = timestamp;
target_delay_unittest.cc 38 rtp_info_.header.timestamp = 0;
143 rtp_info_.header.timestamp += kFrameSizeSamples;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 60 uint32_t timestamp; member in struct:webrtc::testing::RtpStream::RtcpPacket
125 // Set the RTP timestamp offset for the stream identified by |ssrc|.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 80 int64_t timestamp = header_.extension.absoluteSendTime local
82 return 1000.0 * timestamp / static_cast<double>(1 << kInterArrivalShift);
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 85 MOCK_METHOD1(SetStartTimestamp, void(const uint32_t timestamp));
126 const uint32_t timeStamp,
  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc 75 denoised_frame->set_timestamp(frame.timestamp());
142 denoised_frame->set_timestamp(frame.timestamp());
  /external/webrtc/webrtc/test/
frame_generator_unittest.cc 59 // Check that frame is valid, has the correct color and timestamp are clean.
76 EXPECT_EQ(0u, frame->timestamp());
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 120 int64_t mTimeStampUs; // Timestamp of the 1st sample
135 // Previous chunk timestamp that has been written
  /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/services/audioflinger/
AudioStreamOut.cpp 85 status_t AudioStreamOut::getPresentationPosition(uint64_t *frames, struct timespec *timestamp)
92 status_t status = stream->get_presentation_position(stream, &halPosition, timestamp);
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 105 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
116 void handleGenericDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 230 nsecs_t timestamp) {
233 status_t res = returnAnyBufferLocked(buffer, timestamp, /*output*/true);
239 mLastTimestamp = timestamp;
246 nsecs_t timestamp,
298 * MONOTONIC time, causing time misalignment if camera timestamp is
301 mUseMonoTimestamp ? timestamp - mTimestampOffset : timestamp);
303 ALOGE("%s: Stream %d: Error setting timestamp: %s (%d)",
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 62 times[index] = p.timestamp;
213 // Write timestamp
  /frameworks/base/core/java/android/hardware/camera2/impl/
CallbackProxies.java 102 CaptureRequest request, long timestamp, long frameNumber) {
103 mProxy.invoke("onCaptureStarted", camera, request, timestamp, frameNumber);
  /frameworks/base/core/java/android/hardware/location/
ActivityRecognitionHardware.java 65 public long timestamp; field in class:ActivityRecognitionHardware.Event
173 new ActivityRecognitionEvent(activityName, event.type, event.timestamp);
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 106 jfieldID timestamp_field = env->GetFieldID(event_class, "timestamp", "J");
114 env->SetLongField(event_object, timestamp_field, event->timestamp);
  /frameworks/base/docs/html/distribute/googleplay/edu/
about.jd 161 data-sortOrder="-timestamp"
169 data-sortOrder="-timestamp"
  /frameworks/base/docs/html/distribute/users/
experiments.jd 105 data-sortOrder="-timestamp"
118 data-sortOrder="-timestamp"
  /frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd 100 TextView timestamp;
113 holder.timestamp = (TextView) convertView.findViewById(R.id.listitem_timestamp);
  /frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
index.jd 104 data-sortOrder="-timestamp"
119 data-sortOrder="-timestamp"
  /frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/
index.jd 103 data-sortOrder="-timestamp"
118 data-sortOrder="-timestamp"
  /frameworks/base/docs/html-intl/intl/pt-br/about/versions/nougat/
index.jd 83 data-sortOrder="-timestamp"
98 data-sortOrder="-timestamp"
  /frameworks/base/docs/html-intl/intl/ru/about/versions/nougat/
index.jd 103 data-sortOrder="-timestamp"
118 data-sortOrder="-timestamp"
  /frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/
index.jd 104 data-sortOrder="-timestamp"
119 data-sortOrder="-timestamp"
  /frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/
index.jd 104 data-sortOrder="-timestamp"
119 data-sortOrder="-timestamp"

Completed in 1001 milliseconds

<<51525354555657585960>>