Searched defs:startTimeUs (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/
H A DAudioSource.cpp100 int64_t startTimeUs; local
101 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
102 mStartTimeUs = startTimeUs;
H A DCameraSource.cpp593 int64_t startTimeUs; local
594 if (meta && meta->findInt64(kKeyTime, &startTimeUs)) {
595 mStartTimeUs = startTimeUs;
H A DSurfaceMediaSource.cpp708 int64_t startTimeUs; local
709 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
710 mStartTimeNs = startTimeUs * 1000;
H A DOMXCodec.cpp3775 int64_t startTimeUs = 0; local
3778 startTimeUs = timeUs;
3780 params->setInt64(kKeyTime, startTimeUs);
/frameworks/base/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp189 int64_t startTimeUs = ALooper::GetNowUs(); local
202 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextParser.cpp61 int64_t startTimeUs; local
66 status_t err = getNextInSrtFileFormat(&offset, &startTimeUs, &info);
75 mTextVector.add(startTimeUs, info);
143 off64_t *offset, int64_t *startTimeUs, TextInfo *info) {
163 *startTimeUs = ((hour1 * 3600 + min1 * 60 + sec1) * 1000 + msec1) * 1000ll;
165 if (info->endTimeUs <= *startTimeUs) {
196 AString *text, int64_t *startTimeUs, int64_t *endTimeUs,
242 *startTimeUs = mTextVector.keyAt(mIndex);
142 getNextInSrtFileFormat( off64_t *offset, int64_t *startTimeUs, TextInfo *info) argument
195 getText( AString *text, int64_t *startTimeUs, int64_t *endTimeUs, const MediaSource::ReadOptions *options) argument
/frameworks/base/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1512 void StagefrightRecorder::setupMPEG4MetaData(int64_t startTimeUs, int32_t totalBitRate, argument
1514 (*meta)->setInt64(kKeyTime, startTimeUs);
1538 int64_t startTimeUs = systemTime() / 1000; local
1540 setupMPEG4MetaData(startTimeUs, totalBitRate, &meta);

Completed in 183 milliseconds