HomeSort by relevance Sort by last modified time
    Searched defs:timeUs (Results 26 - 50 of 54) sorted by null

12 3

  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 127 int64_t timeUs;
128 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
129 ALOGV("[%s] read buffer at time %lld us", streamStr, timeUs);
131 mLastDequeuedTimeUs = timeUs;
132 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs;
184 status_t LiveSession::seekTo(int64_t timeUs) {
186 msg->setInt64("timeUs", timeUs);
456 0ll /* timeUs */, initialBandwidthIndex, true /* pickTrack */)
    [all...]
PlaylistFetcher.cpp 680 int32_t PlaylistFetcher::getSeqNumberForTime(int64_t timeUs) const {
697 if (timeUs < segmentStartUs + itemDurationUs) {
811 buffer->meta()->setInt64("timeUs", getSegmentStartTimeUs(mSeqNumber));
884 int64_t timeUs = (PTS * 100ll) / 9ll + mAbsoluteTimeAnchorUs;
943 int64_t unitTimeUs = timeUs + numSamples * 1000000ll / sampleRate;
944 unit->meta()->setInt64("timeUs", unitTimeUs);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 124 const void *data, size_t size, int64_t timeUs) {
287 info.mTimestampUs = timeUs;
292 ALOGI("size = %d, timeUs = %.2f secs", size, timeUs / 1E6);
311 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
378 int64_t timeUs = fetchTimestamp(payloadSize + 4);
379 CHECK_GE(timeUs, 0ll);
380 accessUnit->meta()->setInt64("timeUs", timeUs);
482 int64_t timeUs = fetchTimestamp(offset)
    [all...]
ATSParser.cpp 449 int64_t timeUs = (PTS * 100) / 9;
452 timeUs += mParser->mAbsoluteTimeAnchorUs;
456 timeUs += mParser->mTimeOffsetUs;
459 return timeUs;
871 int64_t timeUs = 0ll; // no presentation timestamp available.
873 timeUs = mProgram->convertPTSToTimestamp(PTS);
876 status_t err = mQueue->appendData(data, size, timeUs);
963 int64_t timeUs;
964 CHECK(extra->findInt64("timeUs", &timeUs));
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 638 int64_t timeUs;
639 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
641 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
MyHandler.h 206 void seek(int64_t timeUs) {
208 msg->setInt64("time", timeUs);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 84 bool hasOutputBuffer(int64_t *timeUs) const;
297 int64_t *timeUs) const {
298 *timeUs = 0ll;
306 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
849 int64_t timeUs;
850 CHECK_EQ((status_t)OK, mExtractor->getSampleTime(&timeUs));
853 "timeUs", mFirstSampleTimeRealUs + timeUs - mFirstSampleTimeUs);
TSPacketizer.cpp 462 int64_t timeUs;
463 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
873 uint64_t PTS = (timeUs * 9ll) / 100ll;
1044 int64_t timeUs;
1045 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
1049 accessUnit2->meta()->setInt64("timeUs", timeUs);
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 154 size_t offset, size_t size, int64_t timeUs, uint32_t flags,
157 index, offset, size, timeUs, flags, errorDetailMsg);
183 int64_t timeUs;
187 index, &offset, &size, &timeUs, &flags, timeoutUs)) != OK) {
195 env->CallVoidMethod(bufferInfo, method, offset, size, timeUs, flags);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 574 int64_t timeUs;
575 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
577 printf("%lld\t%lld\t%lld\n", seekTimeUs, timeUs, seekTimeUs - timeUs);
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 676 status_t PreviewPlayer::seekTo(int64_t timeUs) {
679 return seekTo_l(timeUs);
899 int64_t timeUs;
900 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
901 setPosition_l(timeUs);
904 int64_t playbackTimeRemaining = (mPlayEndTimeMsec * 1000LL) - timeUs;
915 finishSeekIfNecessary(timeUs);
936 mTimeSourceDeltaUs = ts->getRealTimeUs() - timeUs;
947 int64_t latenessUs = nowUs - timeUs;
954 ts->getRealTimeUs(),timeUs);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 1030 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
    [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 175 int64_t timeUs;
177 mTrackIndex, mSampleIndex, &offset, &size, &isKey, &timeUs);
196 out->meta_data()->setInt64(kKeyTime, timeUs);
353 int64_t timeUs = mBaseTimeUs + (mNumSamplesRead * 1000000ll) / sampleRate;
356 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
848 int64_t timeUs;
849 status_t err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
853 err = getSampleInfo(0, 0, &offset, &size, &isKey, &timeUs);
1005 int64_t timeUs;
1007 getSampleInfo(trackIndex, 0, &offset, &size, &isKey, &timeUs);
    [all...]
OggExtractor.cpp 76 status_t seekToTime(int64_t timeUs);
190 int64_t timeUs;
191 if (packet->meta_data()->findInt64(kKeyTime, &timeUs)) {
192 ALOGI("found time = %lld us", timeUs);
312 status_t MyVorbisExtractor::seekToTime(int64_t timeUs) {
316 off64_t pos = timeUs * approxBitrate() / 8000000ll;
329 if (timeUs < entry.mTimeUs) {
331 } else if (timeUs > entry.mTimeUs) {
454 int64_t timeUs = -1;
496 timeUs = mCurrentPage.mGranulePosition * 1000000ll / mVi.rate
    [all...]
AwesomePlayer.cpp 135 int64_t timeUs;
136 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
137 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]
ACodec.cpp 158 int64_t timeUs,
    [all...]
MPEG4Writer.cpp 279 void trackProgressStatus(int64_t timeUs, status_t err = OK);
    [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 465 int64_t timeUs = mBlockIter.blockTimeUs();
471 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
599 int64_t timeUs;
600 CHECK(frame->meta_data()->findInt64(kKeyTime, &timeUs));
604 buffer->meta_data()->setInt64(kKeyTime, timeUs);
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1170 milliseconds

12 3