/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 107 void set_timestamp(uint64 timestamp) { timestamp_ = timestamp; } 108 uint64 timestamp() const { return timestamp_; } function in class:mkvmuxer::Frame 144 // Timestamp of the data in nanoseconds. 150 // Reference block timestamp. 872 // timecode: Absolute (not relative to cluster) timestamp of the 889 // abs_timecode: Absolute (not relative to cluster) timestamp of the 905 // abs_timecode: Absolute (not relative to cluster) timestamp of the 919 // timecode: Absolute (not relative to cluster) timestamp of the [all...] |
/external/opencv/cv/src/ |
cvmotempl.cpp | 46 CvSize size, float timestamp, float mhi_duration), 47 (silIm, silStep, mhiIm, mhiStep, size, timestamp, mhi_duration) ) 56 v.f = timestamp; 70 mhi_duration = timestamp - mhi_duration; 113 double timestamp, double mhi_duration ) 153 (float)timestamp, (float)mhi_duration )); 336 // override timestamp with the maximum value in MHI 415 double timestamp, double seg_thresh ) 448 v.f = (float)timestamp; ts = v.i;
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 66 // timestamp 358 // Also, timestamp may not go to very last frame on stop(). 470 ExtendedTimestamp timestamp; // local local 471 status_t status = mOutputSink->getTimestamp(timestamp); 474 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; 479 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]; 481 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; 492 // fetch server time if we can't get timestamp 496 // if we never get a new valid timestamp
|
/hardware/libhardware/modules/camera/ |
Camera.cpp | 445 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) 450 // If timestamp is 0, get timestamp from right now instead 451 if (timestamp == 0) { 452 ALOGW("%s:%d: No timestamp provided, using CLOCK_BOOTTIME", 456 timestamp = ts.tv_sec * 1000000000ULL + ts.tv_nsec; 458 ALOGE("%s:%d: No timestamp and failed to get CLOCK_BOOTTIME %s(%d)", 466 m.message.shutter.timestamp = timestamp;
|
/hardware/libhardware/modules/usbcamera/ |
Camera.cpp | 453 void Camera::notifyShutter(uint32_t frame_number, uint64_t timestamp) { 457 // If timestamp is 0, get timestamp from right now instead 458 if (timestamp == 0) { 459 ALOGW("%s:%d: No timestamp provided, using CLOCK_BOOTTIME", 463 timestamp = ts.tv_sec * 1000000000ULL + ts.tv_nsec; 465 ALOGE("%s:%d: No timestamp and failed to get CLOCK_BOOTTIME %s(%d)", 473 m.message.shutter.timestamp = timestamp;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
UUIDTest.java | 35 assertEquals(0x1d07decf81d4faeL, uuid.timestamp()); 36 assertEquals(130742845922168750L, uuid.timestamp()); 117 * @see UUID#timestamp() 121 assertEquals(0x0, uuid.timestamp()); 124 assertEquals(0x333555577777777L, uuid.timestamp()); 128 uuid.timestamp(); 134 uuid.timestamp(); 314 assertEquals(130742845922168750L, actual.timestamp()); 324 assertEquals(0L, actual.timestamp());
|
/external/autotest/client/cros/netprotos/ |
zeroconf.py | 409 def cached_results(self, rrname, rrtype, timestamp=None): 413 on the cache that were valid at the provided timestamp or later. 414 Answers received before this timestamp whose TTL isn't long enough to 415 make them valid at the timestamp aren't returned. On the other hand, 416 answers received *after* the provided timestamp will always be 417 considered, even if they weren't known at the provided timestamp point. 418 A timestamp of None will return them all. 424 this method the returned timestamp. 428 @param timestamp: The request timestamp. See description [all...] |
/external/autotest/tko/parsers/ |
version_1.py | 228 return tko_utils.get_timestamp(self.optional_fields, 'timestamp') 244 def make_dummy_abort(indent, subdir, testname, timestamp, reason): 251 @param timestamp: The timestamp value. 265 if timestamp: 266 timestamp_field = '\ttimestamp=%s' % timestamp 274 line_buffer, line, indent, subdir, timestamp, reason): 282 @param timestamp: The timestamp value. 289 indent, subdir, subdir, timestamp, reason [all...] |
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderMPEG4.cpp | 173 mCurrentPTS = buffer->timeStamp; 243 mLastReference->renderBuffer.timeStamp = mCurrentPTS; 253 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS; 312 5. The timestamp of N-VOP frame will be used for P or I frame in the packed frame 344 // Update timestamp for P frame in the packed frame as timestamp here is for the B frame! 352 mAcquiredBuffer->renderBuffer.timeStamp += increment; 354 mPackedFrame.timestamp = mCurrentPTS; 355 mCurrentPTS = mAcquiredBuffer->renderBuffer.timeStamp; 360 // Update the timestamp according the incremen [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
payload_splitter_unittest.cc | 62 // |F| block PT | timestamp offset | block length | 81 packet->header.timestamp = kBaseTimestamp; 127 packet->header.timestamp = kBaseTimestamp; 146 uint32_t timestamp, 152 EXPECT_EQ(timestamp, packet->header.timestamp); 203 // Manually change timestamp and sequence number of second packet. 204 packet->header.timestamp += kTimestampOffset; 230 // Timestamp b b-o b-2o b+o b b-o 243 // Manually change timestamp and sequence number of second packet [all...] |
/external/webrtc/webrtc/video/ |
video_quality_test.cc | 122 recv_times_[header.timestamp - rtp_timestamp_delta_] = 163 rtp_timestamp_delta_ = header.timestamp - first_send_frame_.timestamp(); 166 uint32_t timestamp = header.timestamp - rtp_timestamp_delta_; variable 167 send_times_[timestamp] = current_time; 170 encoded_frame_sizes_[timestamp] += 191 uint32_t send_timestamp = video_frame.timestamp() - rtp_timestamp_delta_; 195 while (frames_.front().timestamp() < send_timestamp) { 204 if (send_timestamp == reference_frame.timestamp() - 1) [all...] |
video_capture_input_unittest.cc | 159 EXPECT_EQ(output_frames_[0]->timestamp(), 169 EXPECT_EQ(output_frames_[0]->timestamp(), 172 // Repeat frame with the same NTP timestamp should drop. 176 // As should frames with a decreased NTP timestamp. 181 // But delivering with an increased NTP timestamp should succeed. 185 EXPECT_EQ(output_frames_[1]->timestamp(),
|
/device/google/dragon/sensor_hub/ |
cros_ec_sensors.cpp | 294 data->timestamp = 0; 319 * bootime Timestamp coming from the kernel are not reliable when 321 * Use the current time, not the kernel timestamp. 324 data->timestamp = systemTime(SYSTEM_TIME_BOOTTIME); 341 data->timestamp = event->timestamp;
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Record.cpp | 135 ALOGE("<DEBUG4>: Timestamp: %ld %ld",frame->bufs[0]->ts.tv_sec,frame->bufs[0]->ts.tv_nsec); 139 nsecs_t timeStamp = nsecs_t(frame->bufs[0]->ts.tv_sec)*1000000000LL + \ 142 ALOGE("Send Video frame to services/encoder TimeStamp : %lld",timeStamp); 152 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME, 159 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
quick_logger.py | 87 timestamp = ndb.DateTimeProperty(indexed=True, auto_now_add=True) variable in class:QuickLog 180 timestamp = getattr(record, 'timestamp', record.index) 181 lt = time.localtime(timestamp) 193 timestamp: Seconds since the epoch which represents time when record was 200 self.timestamp = time.time()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_impl.cc | 195 last_received_timestamp_ != rtp_header.timestamp; 216 if (last_received_timestamp_ != rtp_header.timestamp) { 217 last_received_timestamp_ = rtp_header.timestamp; 230 bool RtpReceiverImpl::Timestamp(uint32_t* timestamp) const { 234 *timestamp = last_received_timestamp_;
|
/external/webrtc/webrtc/modules/video_processing/ |
deflickering.cc | 114 if (PreDetection(frame->timestamp(), *stats) == -1) 245 \param[in] timestamp Timestamp of the current frame. 254 const uint32_t timestamp, 267 // Update timestamp buffer. 271 timestamp_buffer_[0] = timestamp;
|
/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 247 u32 timestamp = ntohl(val); local 248 if ((unsigned int) abs((int) (now.sec - timestamp)) > 251 "Event-Timestamp (%u; local time %u) in " 253 timestamp, (unsigned int) now.sec, 258 wpa_printf(MSG_DEBUG, "DAS: Missing Event-Timestamp in packet " 297 "Event-Timestamp attribute");
|
/frameworks/av/include/media/stagefright/ |
SurfaceMediaSource.h | 49 // timestamp must be provided for the buffer. The timestamp is in 97 // getTimestamp retrieves the timestamp associated with the image 100 // The timestamp is in nanoseconds, and is monotonically increasing. Its 194 // mCurrentTimestamp is the timestamp for the current texture. It 222 // mFirstFrameTimestamp is the timestamp of the first received frame.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.cpp | 230 // so use fake timestamp instead 231 uint32_t timestamp = 0xFFFFFFFF; local 234 timestamp = mPvTime; 262 mHandle, &bitstream, ×tamp, &tmp, 279 outHeader->nTimeStamp = mPvToOmxTimeMap.valueFor(timestamp); 280 mPvToOmxTimeMap.removeItem(timestamp);
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
PerfMeasurement.java | 125 * timestamp gpu_duration cpu_duration 135 dump.write("timestamp gpu_duration cpu_duration\n"); 193 // Discard timestamp and CPU measurement since GPU measurement failed 204 * Add a timestamp to a timing measurement. These are queued up and matched to completed 207 public void addTimestamp(long timestamp) { 208 mTimestampQueue.add(timestamp);
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraSettings.java | 73 public final long timeStamp; 84 public GpsData(double latitude, double longitude, double altitude, long timeStamp, 93 this.timeStamp = timeStamp; 102 this.timeStamp = src.timeStamp;
|
/hardware/intel/common/libmix/videoencoder/ |
PVSoftMPEG4Encoder.cpp | 389 if (mCurTimestampUs <= inBuffer->timeStamp) { 391 mCurTimestampUs = inBuffer->timeStamp; 473 outBuffer->timeStamp = mCurTimestampUs; 474 LOG_I("info.mTimeUs %lld\n", outBuffer->timeStamp); 481 vin.timestamp = (outBuffer->timeStamp + 500) / 1000; // in ms
|
/hardware/invensense/6515/libsensors_iio/ |
sensors_mpl.cpp | 259 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, ", 260 nb, count, nbEvents, data->timestamp); 315 "data->timestamp=%lld, data->data[0]=%f,", 316 i, nb, count, nbEvents, data->timestamp, 333 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, ", 334 nb, count, nbEvents, data->timestamp);
|