Searched refs:startTimeUs (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.cpp67 int64_t *startTimeUs,
72 status_t err = getText(options, &text, startTimeUs, endTimeUs);
77 CHECK_GE(*startTimeUs, 0);
78 extractAndAppendLocalDescriptions(*startTimeUs, text, parcel);
84 int64_t startTimeUs; local
89 status_t err = getNextSubtitleInfo(&offset, &startTimeUs, &info);
92 mTextVector.add(startTimeUs, info);
123 off64_t *offset, int64_t *startTimeUs, TextInfo *info) {
147 *startTimeUs = ((hour1 * 3600 + min1 * 60 + sec1) * 1000 + msec1) * 1000ll;
149 if (info->endTimeUs <= *startTimeUs) {
66 read( int64_t *startTimeUs, int64_t *endTimeUs, Parcel *parcel, const MediaSource::ReadOptions *options) argument
122 getNextSubtitleInfo( off64_t *offset, int64_t *startTimeUs, TextInfo *info) argument
212 getText( const MediaSource::ReadOptions *options, AString *text, int64_t *startTimeUs, int64_t *endTimeUs) argument
[all...]
H A DTimedTextSRTSource.h39 int64_t *startTimeUs,
65 off64_t *offset, int64_t *startTimeUs, TextInfo *info);
69 AString *text, int64_t *startTimeUs, int64_t *endTimeUs);
H A DTimedText3GPPSource.cpp42 int64_t *startTimeUs, int64_t *endTimeUs, Parcel *parcel,
50 textBuffer->meta_data()->findInt64(kKeyTime, startTimeUs);
51 CHECK_GE(*startTimeUs, 0);
52 extractAndAppendLocalDescriptions(*startTimeUs, textBuffer, parcel);
41 read( int64_t *startTimeUs, int64_t *endTimeUs, Parcel *parcel, const MediaSource::ReadOptions *options) argument
H A DTimedText3GPPSource.h36 int64_t *startTimeUs,
H A DTimedTextPlayer.cpp157 int64_t startTimeUs = 0; local
160 status_t err = mSource->read(&startTimeUs, &endTimeUs,
178 postTextEvent(parcelEvent, startTimeUs);
180 CHECK_GE(endTimeUs, startTimeUs);
H A DTimedTextSource.h46 int64_t *startTimeUs,
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp121 int64_t startTimeUs; local
122 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
123 mStartTimeUs = startTimeUs;
H A DSurfaceMediaSource.cpp140 int64_t startTimeUs; local
141 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
142 mStartTimeNs = startTimeUs * 1000;
H A DCameraSource.cpp598 int64_t startTimeUs; local
599 if (meta && meta->findInt64(kKeyTime, &startTimeUs)) {
600 mStartTimeUs = startTimeUs;
H A DMPEG4Writer.cpp1463 int64_t startTimeUs; local
1464 if (params == NULL || !params->findInt64(kKeyTime, &startTimeUs)) {
1465 startTimeUs = 0;
1467 mStartTimeRealUs = startTimeUs;
1499 startTimeUs += startTimeOffsetUs;
1503 meta->setInt64(kKeyTime, startTimeUs);
H A DOMXCodec.cpp3631 int64_t startTimeUs = 0; local
3634 startTimeUs = timeUs;
3636 params->setInt64(kKeyTime, startTimeUs);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp196 int64_t startTimeUs = ALooper::GetNowUs(); local
209 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp133 int64_t startTimeUs = ALooper::GetNowUs(); local
283 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
H A DSimplePlayer.cpp625 int64_t startTimeUs = ALooper::GetNowUs(); local
632 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h130 void setupMPEG4MetaData(int64_t startTimeUs, int32_t totalBitRate,
H A DStagefrightRecorder.cpp1534 void StagefrightRecorder::setupMPEG4MetaData(int64_t startTimeUs, int32_t totalBitRate, argument
1536 (*meta)->setInt64(kKeyTime, startTimeUs);
1560 int64_t startTimeUs = systemTime() / 1000; local
1562 setupMPEG4MetaData(startTimeUs, totalBitRate, &meta);

Completed in 169 milliseconds