/frameworks/av/include/media/ |
H A D | MediaMetadataRetrieverInterface.h | 39 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) = 0; 51 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } argument
|
/frameworks/av/media/libstagefright/rtsp/ |
H A D | rtp_test.cpp | 213 int64_t timeUs; local 214 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); 217 buffer->range_length(), timeUs / 1E6);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | StreamingSource.cpp | 153 int64_t timeUs; local 154 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); 155 ALOGV("dequeueAccessUnit timeUs=%lld us", timeUs);
|
H A D | GenericSource.cpp | 230 int64_t timeUs; local 231 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); 233 buffer->meta()->setInt64("timeUs", timeUs); 236 *actualTimeUs = timeUs;
|
/frameworks/av/media/libstagefright/timedtext/ |
H A D | TimedText3GPPSource.cpp | 66 int64_t timeUs, const MediaBuffer *textBuffer, Parcel *parcel) { 82 (const uint8_t *)data, size, flag, timeUs / 1000, parcel); 65 extractAndAppendLocalDescriptions( int64_t timeUs, const MediaBuffer *textBuffer, Parcel *parcel) argument
|
H A D | TimedTextDriver.cpp | 163 status_t TimedTextDriver::seekToAsync(int64_t timeUs) { argument 170 mPlayer->seekToAsync(timeUs); 175 mPlayer->seekToAsync(timeUs); 179 mPlayer->seekToAsync(timeUs);
|
H A D | TimedTextPlayer.cpp | 69 void TimedTextPlayer::seekToAsync(int64_t timeUs) { argument 71 msg->setInt64("seekTimeUs", timeUs); 259 void TimedTextPlayer::postTextEvent(const sp<ParcelEvent>& parcel, int64_t timeUs) { argument 260 int64_t delayUs = delayUsFromCurrentTime(timeUs); 266 msg->setInt64("fireTimeUs", timeUs);
|
H A D | TimedTextSRTSource.cpp | 271 int64_t timeUs, const AString &text, Parcel *parcel) { 279 (const uint8_t *)data, size, flag, timeUs / 1000, parcel); 284 int TimedTextSRTSource::compareExtendedRangeAndTime(size_t index, int64_t timeUs) { argument 289 if (timeUs >= startTimeUs && timeUs < endTimeUs) { 291 } else if (endTimeUs <= timeUs) { 270 extractAndAppendLocalDescriptions( int64_t timeUs, const AString &text, Parcel *parcel) argument
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
H A D | MediaPuller.cpp | 144 int64_t timeUs; local 145 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); 153 accessUnit->meta()->setInt64("timeUs", timeUs);
|
H A D | Converter.cpp | 416 int64_t timeUs; local 417 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); 420 timeUs += copyUs; 421 buffer->meta()->setInt64("timeUs", timeUs); 462 int64_t timeUs; local 463 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); 465 partialAudioAU->meta()->setInt64("timeUs", timeU 501 int64_t timeUs = 0ll; local 555 int64_t timeUs; local [all...] |
/frameworks/av/libvideoeditor/lvpp/ |
H A D | VideoEditorSRC.cpp | 170 int64_t timeUs = mInitialTimeStampUs + totalOutDurationUs; local 171 to->setInt64(kKeyTime, timeUs);
|
/frameworks/av/media/libmedia/ |
H A D | IMediaMetadataRetriever.cpp | 118 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) argument 120 ALOGV("getTimeAtTime: time(%lld us) and option(%d)", timeUs, option); 123 data.writeInt64(timeUs); 208 int64_t timeUs = data.readInt64(); local 210 ALOGV("getTimeAtTime: time(%lld us) and option(%d)", timeUs, option); 214 sp<IMemory> bitmap = getFrameAtTime(timeUs, option);
|
H A D | mediametadataretriever.cpp | 127 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) argument 129 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option); 135 return mRetriever->getFrameAtTime(timeUs, option);
|
/frameworks/av/media/libmediaplayerservice/ |
H A D | MetadataRetrieverClient.cpp | 178 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) argument 180 ALOGV("getFrameAtTime: time(%lld us) option(%d)", timeUs, option); 187 VideoFrame *frame = mRetriever->getFrameAtTime(timeUs, option);
|
/frameworks/av/media/libstagefright/ |
H A D | VBRISeeker.cpp | 148 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { argument 158 while (segmentIndex < mSegments.size() && nowUs < *timeUs) { 163 ALOGV("getOffsetForTime %lld us => 0x%08lx", *timeUs, *pos); 165 *timeUs = nowUs;
|
H A D | XINGSeeker.cpp | 46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { argument 51 float percent = (float)(*timeUs) * 100 / mDurationUs;
|
H A D | AudioSource.cpp | 237 int64_t timeUs; local 238 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); 239 int64_t elapsedTimeUs = timeUs - mStartTimeUs; 275 int64_t timeUs = systemTime() / 1000ll; local 277 ALOGV("dataCallbackTimestamp: %lld us", timeUs); 285 if (mNumFramesReceived == 0 && timeUs < mStartTimeUs) { 287 ALOGV("Drop audio data at %lld/%lld us", timeUs, mStartTimeUs); 292 mInitialReadTimeUs = timeUs; 295 mStartTimeUs = timeUs - mStartTimeUs; 330 queueInputBuffer_l(lostAudioBuffer, timeUs); 347 queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) argument [all...] |
H A D | NuMediaExtractor.cpp | 385 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) { 388 ssize_t minIndex = fetchTrackSamples(timeUs, mode); 384 seekTo( int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) argument
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
H A D | AnotherPacketSource.cpp | 113 int64_t timeUs; local 114 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); 118 mediaBuffer->meta_data()->setInt64(kKeyTime, timeUs); 144 int64_t timeUs; local 145 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); 146 ALOGV("queueAccessUnit timeUs=%lld us (%.2f secs)", timeUs, timeUs / 217 int64_t timeUs; local 235 nextBufferTime(int64_t *timeUs) argument [all...] |
/frameworks/av/cmds/stagefright/ |
H A D | SimplePlayer.cpp | 490 int64_t timeUs; local 491 CHECK_EQ(mExtractor->getSampleTime(&timeUs), (status_t)OK); 497 timeUs,
|
H A D | codec.cpp | 175 int64_t timeUs; local 176 err = extractor->getSampleTime(&timeUs); 185 timeUs, 211 0ll /* timeUs */,
|
/frameworks/av/include/media/stagefright/ |
H A D | MPEG4Writer.h | 99 void setStartTimestampUs(int64_t timeUs); 113 Chunk(Track *track, int64_t timeUs, List<MediaBuffer *> samples) argument 114 : mTrack(track), mTimeStampUs(timeUs), mSamples(samples) { 176 void trackProgressStatus(size_t trackId, int64_t timeUs, status_t err = OK);
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
H A D | AACEncoder.cpp | 260 int64_t timeUs; local 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/ |
H A D | MediaExtractor.java | 240 public native void seekTo(long timeUs, int mode); argument
|
H A D | MediaMetadataRetriever.java | 215 * @param timeUs The time position where the frame will be retrieved. 218 * When this happens, a frame nearby will be returned. If timeUs is 224 * that has a timestamp earlier than or the same as timeUs. Use 226 * that has a timestamp later than or the same as timeUs. Use 228 * that has a timestamp closest to or the same as timeUs. Use 230 * or may not be a sync frame but is closest to or the same as timeUs. 232 * to the other options if there is no sync frame located at timeUs. 237 public Bitmap getFrameAtTime(long timeUs, int option) { argument 243 return _getFrameAtTime(timeUs, option); 254 * @param timeUs Th 266 getFrameAtTime(long timeUs) argument 288 _getFrameAtTime(long timeUs, int option) argument [all...] |