OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTimeStampUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
DummyAudioSource.h
54
int64_t
mTimeStampUs
;
/frameworks/av/include/media/stagefright/
MPEG4Writer.h
107
int64_t
mTimeStampUs
; // Timestamp of the 1st sample
111
Chunk(): mTrack(NULL),
mTimeStampUs
(0) {}
114
: mTrack(track),
mTimeStampUs
(timeUs), mSamples(samples) {
Completed in 69 milliseconds