OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endus
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/java/android/media/
TtmlRenderer.java
210
* @param
endUs
The end time of the time period in microsecond.
212
public static String extractText(TtmlNode root, long startUs, long
endUs
) {
214
extractText(root, startUs,
endUs
, text, false);
218
private static void extractText(TtmlNode node, long startUs, long
endUs
, StringBuilder out,
226
} else if (node.isActive(startUs,
endUs
)) {
230
extractText(node.mChildren.get(i), startUs,
endUs
, out, pTag || inPTag);
243
* @param
endUs
The end time of the time period in microsecond.
245
public static String extractTtmlFragment(TtmlNode root, long startUs, long
endUs
) {
247
extractTtmlFragment(root, startUs,
endUs
, fragment);
251
private static void extractTtmlFragment(TtmlNode node, long startUs, long
endUs
,
[
all
...]
/external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp
581
deUint64
endUs
= 0;
663
endUs
= deGetMicroseconds();
680
return
endUs
- beginUs;
687
deUint64
endUs
= 0;
766
endUs
= deGetMicroseconds();
783
return
endUs
- beginUs;
[
all
...]
Completed in 640 milliseconds