OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syncpoints
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp
287
KeyedVector<int64_t, off64_t> *
syncPoints
= &mSyncPoints.editItemAt(i);
288
syncPoints
->add(event.getTimeUs(), event.getOffset());
290
size_t size =
syncPoints
->size();
292
int64_t firstTimeUs =
syncPoints
->keyAt(0);
293
int64_t lastTimeUs =
syncPoints
->keyAt(size - 1);
295
syncPoints
->removeItemsAt(0, 4096);
297
syncPoints
->removeItemsAt(size - 4096, 4096);
/frameworks/native/services/surfaceflinger/
Layer.h
505
//
SyncPoints
which will be signaled when the correct frame is at the head
511
//
SyncPoints
which will be signaled and then dropped when the transaction
/system/core/libsync/tests/
sync_test.cpp
569
// Randomly create
syncpoints
out of a fixed set of timelines, and merge them together.
Completed in 126 milliseconds