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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/sdkstats/25.0.0-alpha1/
sdkstats-25.0.0-alpha1.jar 
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.h 52 //OFFSET, SIZE, USAGE, TIMESTAMP, FORMAT
274 int32_t enqueueBuffer(uint32_t index, nsecs_t timeStamp = 0);
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 378 int64_t timeStamp = diffInNano(timeStamps->startTime, stats->current_time);
379 recordTimeStamp(timeStamps, callbackDuration, timeStamp);
389 int64_t callbackDuration, int64_t timeStamp) {
401 (int) ((timeStamp + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI);
    [all...]
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 162 TimeStampHeader createTimeStampHeader(float timeStamp)
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 183 * get start timestamp
188 * configure start timestamp, default is a random number
190 * timestamp - start timestamp
192 virtual void SetStartTimestamp(uint32_t timestamp) = 0;
291 * timestamp - timestamp of frame to send
302 uint32_t timeStamp,
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 74 virtual status_t getTimestamp(AudioTimestamp& timestamp);
107 virtual void onTimestamp(const ExtendedTimestamp &timestamp);
120 const ExtendedTimestamp &timeStamp);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.cpp 222 p->timeStamp = mTimeStamp;
  /hardware/interfaces/audio/2.0/default/
StreamOut.h 112 audio_stream_out_t *stream, uint64_t *frames, TimeSpec *timeStamp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibufproto.h 80 CARD32 timeStamp B32; /* update time */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
multibufproto.h 80 CARD32 timeStamp B32; /* update time */
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 263 CDBG_HIGH("%s: Buffer with V4L index %d frame index %d of type %d Timestamp: %ld %ld ",
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 263 CDBG_HIGH("%s: Buffer with V4L index %d frame index %d of type %d Timestamp: %ld %ld ",
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWICallbacks.cpp 256 LOGH("Buffer with V4L index %d frame index %d of type %d Timestamp: %ld %ld ",
    [all...]
QCameraMem.h 306 int32_t enqueueBuffer(uint32_t index, nsecs_t timeStamp = 0);
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 250 "%s: fetch buffer %" PRIuPTR "(timestamp %.2f ms) from output "
329 // set output buffer timestamp as the same as input
452 status_t ISVProcessor::calculateFps(int64_t timeStamp, uint32_t* fps)
457 mTimeWindow.push_back(timeStamp);
  /hardware/qcom/gps/msm8998/utils/
gps_extended_c.h 329 /* timestamp uncertainty in milli seconds */
373 Gnss_ApTimeStampStructType timeStamp;
    [all...]
  /hardware/qcom/gps/sdm845/utils/
gps_extended_c.h 339 /* timestamp uncertainty in milli seconds */
383 Gnss_ApTimeStampStructType timeStamp;
    [all...]
  /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,
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 823 Long timeStamp = get(CaptureResult.JPEG_GPS_TIMESTAMP);
825 if (areValuesAllNull(processingMethod, coords, timeStamp)) {
830 if (timeStamp != null) {
831 // Location expects timestamp in [ms.]
832 l.setTime(timeStamp * 1000);
834 Log.w(TAG, "getGpsLocation - No timestamp for GPS location.");
856 long timestamp = l.getTime() / 1000; local
858 set(CaptureRequest.JPEG_GPS_TIMESTAMP, timestamp)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 508 public long age5; // timestamp of the strongest 5GHz BSSID (last time it was seen)
509 public long age24; // timestamp of the strongest 2.4GHz BSSID (last time it was seen)
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java 79 * the {@link CaptureCallback} callback availability and the capture timestamp
657 long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); local
659 long interval = timestamp - prevTimestamp;
663 prevTimestamp = timestamp;
903 long timestamp = 0; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 38 import gov.nist.javax.sip.header.TimeStamp;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 155 buffer->timeStamp/1E6,
189 mCurrentPTS = buffer->timeStamp;
252 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
287 mPackedFrame.timestamp = mCurrentPTS; // use the current time stamp for the packed frame
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 352 buffer->timeStamp/1E6,
376 mCurrentPTS = buffer->timeStamp;
427 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;

Completed in 786 milliseconds

1 2 3 45 6 7 8 91011>>