OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:durationns
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp
943
long long
durationNs
= mSegment->GetDuration();
944
meta->setInt64(kKeyDuration, (
durationNs
+ 500) / 1000);
Completed in 2143 milliseconds