HomeSort by relevance Sort by last modified time
    Searched full:timens (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 90 double timeNs;
109 timeNs = 1000000000.0*(timeTaken/(double)loopCount);
110 u_printf("leperf: PFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, timeNs, (int32_t)loopCount);
111 u_printf("leperf: DATA|\"%s\"|%.2f|\n", U_ICU_VERSION, timeNs);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 63 const mkvparser::CuePoint::TrackPosition *find(long long timeNs) const;
MatroskaExtractor.cpp 168 long long timeNs) const {
176 if (timeNs <= cp->GetTime(mExtractor->mSegment)) {
188 if (cueTimeNs <= timeNs) {
200 if (cp->GetTime(mExtractor->mSegment) > timeNs) {
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]

Completed in 579 milliseconds