HomeSort by relevance Sort by last modified time
    Searched full:timestamps (Results 126 - 150 of 877) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 57 // presentation timestamps since the last discontinuity (if any).
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 47 * increasing. Set to Frame.TIMESTAMP_UNKNOWN if timestamps are not
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
MidiBtleTimeTracker.java 20 * Convert MIDI over BTLE timestamps to system nanotime.
  /frameworks/native/services/surfaceflinger/
FenceTracker.h 35 * SurfaceFlinger. Gets timestamps for fences after they have signaled.
  /ndk/sources/host-tools/make-3.81/
filedef.h 126 slightly decreasing the number of available timestamps.) With
141 Subtract one for the sign bit if in case file timestamps can be negative;
146 add one more for a minus sign if file timestamps can be negative;
184 /* The smallest and largest ordinary timestamps. */
README 138 comparing timestamps to get the most accurate possible result. However,
139 note that many current implementations of tools that *set* timestamps do
141 and other similar tools (tar, etc.) may not exactly duplicate timestamps
  /packages/apps/Camera2/src/com/android/camera/burst/
EvictionHandler.java 36 * This should return one of the timestamps passed into
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FramerateJankDetector.java 33 * delta between the sensor timestamps retrieved from the camera.
  /sdk/eclipse/
dictionary.txt 313 timestamps
  /cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java 499 * transforms and timestamps).
500 * TODO: This should be made stricter once SurfaceTexture timestamps are generated by the drivers.
515 // Slop in timestamp testing, needed because timestamps are not
560 long[] timestamps = new long[kLoopCount];
579 // Store timestamps for later
581 timestamps[i - kFirstTestedFrame] =
612 (timestamps[i] - timestamps[i-1]) / 1000000.f;
    [all...]
  /docs/source.android.com/src/devices/input/
getevent.jd 97 timestamps.</p>
117 <p class="note"><strong>Note:</strong> <code>getevent</code> timestamps use
  /external/autotest/client/cros/
constants.py 124 UI_RESPAWN_TIMESTAMPS_FILE = '/tmp/ui-respawn-timestamps'
125 UI_TOO_CRASHY_TIMESTAMPS_FILE = '/tmp/ui-too-crashy-timestamps'
  /external/autotest/site_utils/rpm_control_system/
utils_unittest.py 143 self.assertEqual(len(cache.timestamps), 1)
145 self.assertTrue('host2' in cache.timestamps)
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
mathematics.h 113 * Compare 2 timestamps each in its own timebases.
114 * The result of the function is undefined if one of the timestamps
  /external/tcpdump/
ip.h 144 #define IPOPT_TS_TSONLY 0 /* timestamps only */
145 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /frameworks/av/include/media/
AudioTimestamp.h 47 // Available for playback timestamps.
86 // and new extended timestamps require this to be maintained as a separate quantity.
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 70 int64_t startTimeUs = -1ll, // starting timestamps
135 sp<AMessage> mStopParams; // message containing the latest timestamps we should fetch.
  /frameworks/support/v4/api24/android/support/v4/app/
NotificationCompatApi24.java 148 List<Long> timestamps, List<CharSequence> senders, List<String> dataMimeTypes,
154 texts.get(i), timestamps.get(i), senders.get(i));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 67 /* Nanosecond resolution timestamps are stored in a format
113 /* Nanosecond resolution timestamps are stored in a format
  /external/autotest/site_utils/
collect_suite_time_stats.py 208 (t_start, t_end) = job_info_dict[job_id]['timestamps']
257 job_info_dict will be modified in this function to store the timestamps.
260 @param job_info_dict: Dictionary that timestamps for each job will be stored
273 info_dict.setdefault('timestamps', (job_start[job_id], job_end[job_id]))
355 for the suites that finished within the timestamps given by parameters.
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 111 private List<Long> timestamps = new ArrayList<Long>(); field in class:VideoCapturerAndroidTestFixtures.FakeCapturerObserver
129 timestamps.add(timeStamp);
142 timestamps.add(timeStamp);
184 ArrayList<Long> list = new ArrayList<Long>(timestamps);
185 timestamps.clear();
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 81 TIMESTAMPS,
367 * Test reprocess timestamps for the largest input and output sizes for each supported format.
386 /*previewSize*/null, CaptureTestCase.TIMESTAMPS);
490 case TIMESTAMPS:
    [all...]
  /external/skia/src/gpu/
GrResourceCache.cpp 104 // Since our implementation is to store the timestamps of the last fMaxUnusedFlushes flush calls
115 // Set all the historical flush timestamps to initially be at the beginning of time (timestamp
127 // up iterating over all the resources that already have timestamps.
543 // Reset all the timestamps. We sort the resources by timestamp and then assign
544 // sequential timestamps beginning with 0. This is O(n*lg(n)) but it should be extremely
563 // timestamp and assign new timestamps.
600 // The historical timestamps of flushes are now invalid.
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 275 // Bug 7291243: Add a guard in case the kernel generates timestamps
281 // enqueued right after the device is opened will have timestamps
285 // Invalid input event timestamps can result in ANRs, crashes and
  /toolchain/binutils/binutils-2.25/gas/config/
te-vms.c 26 VMS file timestamps for the debug info. */
291 /* VMS timestamps are stored in local time to 100 nsec accuracy, but by
292 experiment I found timestamps truncated to (at least) microseconds

Completed in 841 milliseconds

1 2 3 4 56 7 8 91011>>