HomeSort by relevance Sort by last modified time
    Searched refs:timeStamp (Results 51 - 75 of 346) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/interfaces/audio/2.0/default/
StreamOut.cpp 94 &mStatus.reply.presentationPosition.timeStamp);
484 TimeSpec* timeStamp) {
497 timeStamp->tvSec = halTimeStamp.tv_sec;
498 timeStamp->tvNSec = halTimeStamp.tv_nsec;
506 TimeSpec timeStamp = {0, 0};
507 Result retval = getPresentationPositionImpl(mStream, &frames, &timeStamp);
508 _hidl_cb(retval, frames, timeStamp);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp 186 mCurrentPTS = buffer->timeStamp;
256 mLastReference->renderBuffer.timeStamp = mCurrentPTS;
266 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
325 5. The timestamp of N-VOP frame will be used for P or I frame in the packed frame
357 // Update timestamp for P frame in the packed frame as timestamp here is for the B frame!
365 mAcquiredBuffer->renderBuffer.timeStamp += increment;
367 mPackedFrame.timestamp = mCurrentPTS;
368 mCurrentPTS = mAcquiredBuffer->renderBuffer.timeStamp;
373 // Update the timestamp according the incremen
    [all...]
VideoDecoderWMV.cpp 166 mCurrentPTS = buffer->timeStamp;
187 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
203 mAcquiredBuffer->renderBuffer.timeStamp = buffer->timeStamp;
VideoDecoderVP8.cpp 198 mCurrentPTS = buffer->timeStamp;
242 mAcquiredBuffer->renderBuffer.timeStamp = buffer->timeStamp;
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 160 view2.setText(mLevelData.get(position).level.timeStamp);
351 result = object1.level.timeStamp.compareTo(object2.level.timeStamp);
  /external/dng_sdk/source/
dng_xmp.cpp 402 const dng_urational *timeStamp)
407 if (timeStamp [0].IsValid () &&
408 timeStamp [1].IsValid () &&
409 timeStamp [2].IsValid ())
418 timeStamp [2].As_real64 ());
447 (unsigned) Round_uint32 (timeStamp [0].As_real64 ()),
448 (unsigned) Round_uint32 (timeStamp [1].As_real64 ()),
458 (unsigned) Round_uint32 (timeStamp [0].As_real64 ()),
459 (unsigned) Round_uint32 (timeStamp [1].As_real64 ()),
476 dng_urational *timeStamp)
    [all...]
dng_xmp.h 337 const dng_urational *timeStamp);
341 dng_urational *timeStamp);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.h 52 uint32_t timeStamp() const;
92 uint16_t seqNo, uint32_t timestamp,
RTPchange.cc 108 new_packet->timeStamp());
NETEQTEST_RTPpacket.cc 291 rtp_header->header.timestamp = _rtpInfo.header.timestamp;
381 uint32_t NETEQTEST_RTPpacket::timeStamp() const
387 return tempRTPinfo.header.timestamp;
474 _rtpInfo.header.timestamp = ts;
545 RTPinfo->header.timestamp,
620 uint32_t timestamp,
628 rtp_data[4] = timestamp >> 24;
629 rtp_data[5] = (timestamp >> 16) & 0xFF;
630 rtp_data[6] = (timestamp >> 8) & 0xFF
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 83 uint32_t timestamp,
153 uint32_t timeStamp,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 77 uint32_t timestamp);
157 int ReturnFrame(const vpx_image_t* img, uint32_t timeStamp);
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 182 public void updatePacketRates(WifiLinkLayerStats stats, long timeStamp) {
192 && mLastPacketCountUpdateTimeStamp < timeStamp
197 long timeDelta = timeStamp - mLastPacketCountUpdateTimeStamp;
223 mLastPacketCountUpdateTimeStamp = timeStamp;
  /hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelVideoExt.h 172 OMX_S64 timeStamp; // presentation time stamp
  /packages/apps/ExactCalculator/src/com/android/calculator2/
ExpressionDB.java 64 public static final String COLUMN_NAME_TIMESTAMP = "timeStamp";
84 private RowData(byte[] expr, int flags, long timeStamp) {
87 mTimeStamp = timeStamp;
92 * A zero timestamp will cause it to be automatically filled in.
94 public RowData(byte[] expr, boolean degreeMode, boolean longTimeout, long timeStamp) {
95 this(expr, flagsFromDegreeAndTimeout(degreeMode, longTimeout), timeStamp);
135 // We may eventually need an index by timestamp. We don't use it yet.
536 resultC.getLong(3) /* timestamp */);
556 mAllCursor.getLong(3) /* timestamp */);
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 349 //! Timestamp in nanoseconds; must be in the same time base as chreGetTime()
350 uint64_t timeStamp;
358 //! the source of the value in timeStamp. This is typically set to
  /external/webrtc/webrtc/modules/video_coding/
frame_buffer.cc 96 _timeStamp = packet.timestamp;
97 // We only take the ntp timestamp of the first packet of a frame.
241 VCMFrameBufferStateEnum VCMFrameBuffer::GetState(uint32_t& timeStamp) const {
242 timeStamp = TimeStamp();
  /frameworks/base/core/java/android/content/
ClipDescription.java 148 * Used for setting the timestamp at which the associated {@link ClipData} is copied to
151 * @param timeStamp at which the associated {@link ClipData} is copied to clipboard in
155 public void setTimestamp(long timeStamp) {
156 mTimeStamp = timeStamp;
160 * Return the timestamp at which the associated {@link ClipData} is copied to global clipboard
163 * @return timestamp at which the associated {@link ClipData} is copied to global clipboard
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 116 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
162 outtimestamp = outBuf.timeStamp;
OMXVideoEncoderMPEG4.cpp 107 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
167 outtimestamp = outBuf.timeStamp;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 577 long timestamp = img.getTimestamp(); local
578 File output = getOutputImageFile(img.getFormat(), timestamp);
616 long timestamp = img.getTimestamp(); local
618 TLog.e("No camera availble for camera info, not saving DNG (timestamp %d)",
619 timestamp);
622 TotalCaptureResult result = mCurrentCamera.getResultAt(timestamp);
624 TLog.e("No result matching raw image found, not saving DNG (timestamp %d)",
625 timestamp);
726 File getOutputImageFile(int type, long timestamp){
754 // Convert timestamp from boottime time base to the Date timebas
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 24 uint32_t timeStamp,
37 rtpInfo.header.timestamp = (external_send_timestamp_ < 0) ? timeStamp :
107 _lastInTimestamp = timeStamp;
160 _lastFrameSizeSample = (uint32_t) ((uint32_t) rtpInfo.header.timestamp -
200 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
205 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
218 _payloadStats[n].lastTimestamp = rtpInfo.header.timestamp;
408 uint32_t timestamp; local
410 timestamp = _lastInTimestamp
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 137 uint32_t timeStamp = random.Rand<uint32_t>();
260 timeStamp);
467 timeStamp += 90000 / 30;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 99 .getColumnIndexOrThrow(BluetoothShare.TIMESTAMP));
144 public static ArrayList<String> queryTransfersInBatch(Context context, Long timeStamp) {
146 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp;
177 Long timeStamp, Uri uri) {
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 167 int64_t callbackDuration, int64_t timeStamp);

Completed in 614 milliseconds

1 23 4 5 6 7 8 91011>>