HomeSort by relevance Sort by last modified time
    Searched refs:timeStamp (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 167 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
171 "IMG_"+ timeStamp + ".jpg");
174 "VID_"+ timeStamp + ".mp4");
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 167 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
171 "IMG_"+ timeStamp + ".jpg");
174 "VID_"+ timeStamp + ".mp4");
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
CameraHelper.java 167 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
171 "IMG_"+ timeStamp + ".jpg");
174 "VID_"+ timeStamp + ".mp4");
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
CameraHelper.java 167 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date());
171 "IMG_"+ timeStamp + ".jpg");
174 "VID_"+ timeStamp + ".mp4");
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.h 38 const uint32_t timeStamp,
111 void FrameEncoded(uint32_t timeStamp);
113 void FrameDecoded(uint32_t timeStamp);
test_callbacks.cc 57 const uint32_t timeStamp,
93 rtpInfo.header.timestamp = timeStamp;
149 const uint32_t timeStamp,
161 timeStamp,
normal_test.cc 76 const uint32_t timeStamp,
111 rtpInfo.header.timestamp = timeStamp;
297 _encodeTimes[int(sourceFrame.timestamp())] =
301 _encodeTimes[int(sourceFrame.timestamp())];
308 _decodeTimes[int(sourceFrame.timestamp())] =
312 _decodeTimes[int(sourceFrame.timestamp())];
339 NormalTest::FrameEncoded(uint32_t timeStamp)
343 _totalEncodePipeTime += _encodeCompleteTime - _encodeTimes[int(timeStamp)];
348 NormalTest::FrameDecoded(uint32_t timeStamp)
    [all...]
test_callbacks.h 49 const uint32_t timeStamp,
106 const uint32_t timeStamp,
  /external/chromium_org/third_party/webrtc/modules/utility/source/
coder.h 48 uint32_t timeStamp,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
frame_buffer.h 40 // Get current state and timestamp of frame
41 VCMFrameBufferStateEnum GetState(uint32_t& timeStamp) const;
frame_buffer.cc 98 _timeStamp = packet.timestamp;
99 // We only take the ntp timestamp of the first packet of a frame.
253 VCMFrameBuffer::GetState(uint32_t& timeStamp) const {
254 timeStamp = TimeStamp();
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 42 * Timestamp values supplied while writing frames should be in accordance
91 * @param timeStamp timestamp of the frame (in accordance to specified timebase)
93 public void writeFrame(byte[] frame, long timeStamp) throws IOException {
94 mOutputFile.write(makeIvfFrameHeader(frame.length, timeStamp));
135 * @param timestamp presentation timestamp of the frame
137 private static byte[] makeIvfFrameHeader(int size, long timestamp){
140 lay64bits(frameHeader, 4, timestamp);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 94 static bool collectTimeStamp(const String&, double& timeStamp);
134 static bool collectTimeStamp(VTTScanner& input, double& timeStamp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
EncodeDecodeTest.h 34 const uint32_t timeStamp, const uint8_t* payloadData,
40 int16_t seqNo, uint32_t timeStamp, uint32_t ssrc);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 235 uint32_t timestamp; local
236 EXPECT_TRUE(rtp_receiver2_->Timestamp(&timestamp));
237 EXPECT_EQ(test_timestamp, timestamp);
354 uint32_t timeStamp = 160;
358 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10));
360 timeStamp += 160; // Prepare for next packet.
366 for (;timeStamp <= 250 * 160; timeStamp += 160) {
368 timeStamp, -1, test, 4))
    [all...]
  /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_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderAdapter.java 78 public static void newLocationAvailable(double latitude, double longitude, double timestamp,
83 nativeNewLocationAvailable(latitude, longitude, timestamp, hasAltitude, altitude,
93 double latitude, double longitude, double timeStamp,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.h 69 void timeStamp(const String&);
ConsoleBase.idl 52 void timeStamp(optional DOMString title = null);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationAction.cpp 63 m_eventTimeStamp = event ? event->timeStamp() : 0;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessInitializer.h 54 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE { }
MIDIAccess.h 88 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);
81 if ($timeStamp > $latestTimeStamp[$parts[0]]) {
82 $latestTimeStamp[$parts[0]] = $timeStamp;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 227 uint16_t* fragmentationTimeDiff; // Timestamp difference relative "now" for
291 timeStamp(0),
306 timeStamp = data.timeStamp;
333 timeStamp = data.timeStamp;
363 uint32_t timeStamp;
449 * Set frame timestamp (90kHz)
451 void SetTimeStamp(const uint32_t timeStamp) { _timeStamp = timeStamp; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 57 readonly attribute DOMTimeStamp timeStamp;

Completed in 887 milliseconds

12 3 4 5 6