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

12 3 4

  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 146 int64_t timeUs, uint32_t flags) {
170 sampleMetaData->setInt64(kKeyTime, timeUs);
172 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
MPEG2TSWriter.cpp 244 out->meta()->setInt64("timeUs", 0ll);
264 int64_t timeUs;
265 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
266 copy->meta()->setInt64("timeUs", timeUs);
295 int64_t timeUs;
296 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
298 mAACBuffer->meta()->setInt64("timeUs", timeUs);
453 int64_t timeUs;
    [all...]
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...]
StagefrightMetadataRetriever.cpp 234 int64_t timeUs;
235 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
237 if (timeUs != thumbNailTime) {
241 ALOGV("thumbNailTime = %lld us, timeUs = %lld us, mime = %s",
242 thumbNailTime, timeUs, mime);
322 int64_t timeUs, int option) {
324 ALOGV("getFrameAtTime: %lld us option: %d", timeUs, option);
386 timeUs, option);
393 timeUs, option);
XINGSeeker.cpp 46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) {
51 float percent = (float)(*timeUs) * 100 / mDurationUs;
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 213 int64_t timeUs;
214 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
217 buffer->range_length(), timeUs / 1E6);
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 165 int64_t timeUs;
166 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
174 accessUnit->meta()->setInt64("timeUs", timeUs);
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 61 status_t seekTo(int64_t timeUs);
160 int64_t timeUs, size_t bandwidthIndex, bool pickTrack = false);
  /frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.cpp 66 int64_t timeUs, const MediaBuffer *textBuffer, Parcel *parcel) {
82 (const uint8_t *)data, size, flag, timeUs / 1000, parcel);
TimedTextDriver.cpp 163 status_t TimedTextDriver::seekToAsync(int64_t timeUs) {
170 mPlayer->seekToAsync(timeUs);
175 mPlayer->seekToAsync(timeUs);
179 mPlayer->seekToAsync(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/libstagefright/wifi-display/rtp/
RTPSender.cpp 212 int64_t timeUs;
213 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
227 uint32_t rtpTime = (timeUs * 9) / 100ll;
252 int64_t timeUs;
253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs));
301 timeUs);
313 int64_t timeUs;
314 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs))
    [all...]
  /frameworks/av/include/media/
mediametadataretriever.h 75 sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
  /frameworks/av/include/media/stagefright/
AudioSource.h 99 void queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs);
MediaMuxer.h 109 * @param timeUs the buffer's time stamp.
115 int64_t timeUs, uint32_t flags) ;
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 46 status_t seekToAsync(int64_t timeUs);
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 49 virtual sp<IMemory> getFrameAtTime(int64_t timeUs, int option);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 254 int64_t timeUs;
255 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
257 buffer->meta()->setInt64("timeUs", timeUs);
260 *actualTimeUs = timeUs;
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 52 status_t nextBufferTime(int64_t *timeUs);
ESQueue.h 47 status_t appendData(const void *data, size_t size, int64_t timeUs);
  /frameworks/base/media/jni/
android_media_MediaExtractor.h 53 status_t seekTo(int64_t timeUs, MediaSource::ReadOptions::SeekMode mode);
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 260 int64_t timeUs;
261 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
262 wallClockTimeUs = timeUs;
264 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) {
265 mAnchorTimeUs = timeUs;
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 220 public void onTimedEvent(long timeUs) {
221 if (DEBUG) Log.d(TAG, "onTimedEvent " + timeUs);
223 long timeMs = timeUs / 1000;
235 public void onSeek(long timeUs) {
236 if (DEBUG) Log.d(TAG, "onSeek " + timeUs);
238 long timeMs = timeUs / 1000;
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 78 bool timeValid = false, int64_t timeUs = -1ll);

Completed in 646 milliseconds

12 3 4