Searched defs:sec (Results 1 - 7 of 7) sorted by path

/frameworks/av/include/media/
H A DInterpolator.h131 S sec, sec0, sec1; local
133 sec = (high->second - low->second) / interval;
155 m0 = (sec0 + sec) * 0.5f;
156 m1 = (sec1 + sec) * 0.5f;
165 const S maxSlope = 3 * sec;
/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp1040 time_t sec = stopTime.tv_sec - mStartTime.tv_sec; local
1043 --sec;
1047 if ((sec + 1) > ((long)(INT_MAX / mSamplingRate))) {
1048 mMaxSmp = sec * mSamplingRate;
1051 sec = sec * 1000 + nsec / 1000000; // duration in milliseconds
1052 mMaxSmp = (unsigned int)(((int64_t)sec * mSamplingRate) / 1000);
/frameworks/av/media/libnbaio/
H A DMonoPipe.cpp130 time_t sec = nowTs.tv_sec - mWriteTs.tv_sec; local
132 ALOGE_IF(sec < 0 || (sec == 0 && nsec < 0),
136 --sec;
139 if (sec == 0) {
/frameworks/av/services/audioflinger/
H A DAudioWatchdog.cpp67 time_t sec = newTs.tv_sec - mOldTs.tv_sec; local
70 --sec;
74 // cycleNs is same as sec*1e9 + nsec, but limited to about 4 seconds
76 if (sec > 0) {
77 if (sec < 4) {
78 cycleNs += sec * 1000000000;
83 mLogTs.tv_sec += sec;
/frameworks/base/cmds/incidentd/src/
H A DSection.cpp66 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) argument
67 :section(sec),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp810 LDSection* sec = *rs; local
812 if (LDFileFormat::Ignore == sec->kind() || !sec->hasRelocData())
815 for (RelocData::iterator reloc = sec->getRelocData()->begin();
816 reloc != sec->getRelocData()->end();
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 849 milliseconds