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

1 23 4 5 6

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 83 .getColumnIndexOrThrow(BluetoothShare.TIMESTAMP));
135 public static ArrayList<String> queryTransfersInBatch(Context context, Long timeStamp) {
137 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp;
168 Long timeStamp, Uri uri) {
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 340 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \
343 LOGE("Send Video frame to services/encoder TimeStamp : %lld",timeStamp);
363 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
370 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 339 nsecs_t timeStamp = nsecs_t(frame->video.video.frame->ts.tv_sec)*1000000000LL + \
342 ALOGV("Send Video frame to services/encoder TimeStamp : %lld",timeStamp);
362 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
369 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
QCameraHWI_Preview_7x27A.cpp 544 nsecs_t timeStamp = systemTime();
630 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
639 rcb(timeStamp, CAMERA_MSG_VIDEO_FRAME,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.h 124 DOMTimeStamp timeStamp() const { return m_createTime; }
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 65 uint32 timeStamp; /* time stamp */
109 uint32 timestamp; member in struct:tagVopHeaderInfo
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 62 uint32 timeStamp; /* Vop TimeStamp in msec */
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 169 this.pending_[id].start = data.timeStamp;
183 this.pending_[id].start = this.pending_[id].start || data.timeStamp;
229 duration: (data.timeStamp - this.pending_[id].start),
258 duration: (data.timeStamp - this.pending_[id].start),
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c 857 pDataBuffer->timeStamp = 0;
877 pData->timeStamp = 0;
903 pData->timeStamp = pUseBuffer->timeStamp;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 219 pData->timeStamp = 0;
241 pData->timeStamp = 0;
531 srcInputData->timeStamp = inputUseBuffer->timeStamp;
568 pExynosComponent->checkTimeStamp.startTimeStamp = srcInputData->timeStamp;
571 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "first frame timestamp after seeking %lld us (%.2f secs)",
572 srcInputData->timeStamp, srcInputData->timeStamp / 1E6);
602 if (pExynosComponent->checkTimeStamp.startTimeStamp == dstOutputData->timeStamp){
628 outputUseBuffer->timeStamp = dstOutputData->timeStamp
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 124 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
128 "IMG_" + timeStamp + ".jpg");
131 "VID_" + timeStamp + ".mp4");
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 224 this.pending_[id].start = data.timeStamp;
238 this.pending_[id].start = this.pending_[id].start || data.timeStamp;
355 duration: (data.timeStamp - this.pending_[id].start),
386 duration: (data.timeStamp - this.pending_[id].start),
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 210 // Step 15 - Break out of header loop if the line could be a timestamp line.
315 // Steps 4 - 5 - Collect a WebVTT timestamp. If that fails, then abort and return failure. Otherwise, let cue's text track cue start time be the collected time.
332 // Steps 10 - 11 - Collect a WebVTT timestamp. If that fails, then abort and return failure. Otherwise, let cue's text track cue end time be the collected time.
471 bool VTTParser::collectTimeStamp(const String& line, unsigned* position, double& timeStamp)
473 // Collect a WebVTT timestamp (5.3 WebVTT cue timings and settings parsing.)
494 // Step 12 - Detect whether this timestamp includes hours.
517 timeStamp = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + (value4 * secondsPerMillisecond);
618 m_currentNode->parserAppendChild(ProcessingInstruction::create(document, "timestamp", charactersString));
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /external/chromium_org/media/midi/
midi_manager_mac.cc 111 double timestamp) {
119 client, port_index, data, timestamp));
159 double timestamp_seconds = MIDITimeStampToSeconds(packet.timeStamp);
172 double timestamp) {
176 MIDITimeStamp coremidi_timestamp = SecondsToMIDITimeStamp(timestamp);
245 double MIDIManagerMac::MIDITimeStampToSeconds(MIDITimeStamp timestamp) {
246 UInt64 nanoseconds = AudioConvertHostTimeToNanos(timestamp);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 282 void didAccessDecodedData(double timeStamp);
Resource.cpp 563 void Resource::didAccessDecodedData(double timeStamp)
565 m_lastDecodedAccessTime = timeStamp;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 136 void ConsoleBase::timeStamp(const String& title)
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 458 webEvent.timeStampSeconds = event.timeStamp() / millisPerSecond;
584 timeStampSeconds = event.timestamp();
634 timeStampSeconds = event.timeStamp() / millisPerSecond;
737 timeStampSeconds = event.timeStamp() / millisPerSecond;
763 timeStampSeconds = event.timeStamp() / millisPerSecond;
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 162 TimeStampHeader createTimeStampHeader(float timeStamp)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 576 Exynos_OSAL_Memset(pExynosComponent->timeStamp, -19771003, sizeof(OMX_TICKS) * MAX_TIMESTAMP);
716 inputUseBuffer->timeStamp = inputUseBuffer->bufferHeader->nTimeStamp;
746 bufferHeader->nTimeStamp = dataBuffer->timeStamp;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 351 nsecs_t timeStamp;
361 int MarkSensorDequeue(int index, int reqFrameCnt, nsecs_t *timeStamp);
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 540 ALOGE("%s: Stream(%d), Timestamp: %ld %ld",
546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec;
547 ALOGE("Send Video frame to services/encoder TimeStamp : %lld", timeStamp);
563 cbArg.timestamp = timeStamp;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]

Completed in 2033 milliseconds

1 23 4 5 6