OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minTimeUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp
619
int64_t
minTimeUs
= -1;
631
minTimeUs
= -1;
633
} else if (
minTimeUs
< 0 || timeUs <
minTimeUs
) {
634
minTimeUs
= timeUs;
639
if (
minTimeUs
< 0) {
645
minTimeUs
/ 1E6, minIndex);
/hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp
963
const useconds_t
minTimeUs
= std::chrono::microseconds(duration).count();
[
all
...]
Completed in 3281 milliseconds