/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2DecoderPassThrough.cpp | 179 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); in aggregateBuffer() 180 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer() 271 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData() 309 if (extra->findInt64( in onInputBufferFetched() 321 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
|
D | NuPlayer2.cpp | 661 CHECK(msg->findInt64("srcId", &mCurrentSourceInfo.mSrcId)); in onMessageReceived() 662 CHECK(msg->findInt64("startTimeUs", &mCurrentSourceInfo.mStartTimeUs)); in onMessageReceived() 663 CHECK(msg->findInt64("endTimeUs", &mCurrentSourceInfo.mEndTimeUs)); in onMessageReceived() 687 CHECK(msg->findInt64("srcId", &mNextSourceInfo.mSrcId)); in onMessageReceived() 688 CHECK(msg->findInt64("startTimeUs", &mNextSourceInfo.mStartTimeUs)); in onMessageReceived() 689 CHECK(msg->findInt64("endTimeUs", &mNextSourceInfo.mEndTimeUs)); in onMessageReceived() 703 CHECK(msg->findInt64("srcId", &srcId)); in onMessageReceived() 797 CHECK(msg->findInt64("srcId", (int64_t*)&srcId)); in onMessageReceived() 834 CHECK(msg->findInt64("srcId", (int64_t*)&srcId)); in onMessageReceived() 880 CHECK(msg->findInt64("srcId", (int64_t*)&srcId)); in onMessageReceived() [all …]
|
D | NuPlayer2Driver.cpp | 474 stats->findInt64("frames-total", &numFramesTotal); in updateMetrics() 475 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics() 770 stats->findInt64("frames-total", &numFramesTotal); in dump() 771 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump() 801 CHECK(msg->findInt64("srcId", &srcId)); in onMessageReceived()
|
D | RTSPSource2.cpp | 279 && mAudioTrack->getFormat()->findInt64( in getDuration() 287 && mVideoTrack->getFormat()->findInt64( in getDuration() 497 CHECK(msg->findInt64("timeUs", &seekTimeUs)); in onMessageReceived() 571 CHECK(msg->findInt64("time", &timeUs)); in onMessageReceived() 704 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
|
D | GenericSource2.cpp | 180 if (mFileMeta->findInt64(kKeyDuration, &duration)) { in initFromDataSource() 243 if (meta->findInt64(kKeyDuration, &durationUs)) { in initFromDataSource() 486 CHECK(msg->findInt64("startTimeUs", &startTimeUs)); in onMessageReceived() 615 CHECK(msg->findInt64("timeUs", &timeUs)); in fetchTextData() 799 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit() 1021 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onSeek() 1117 CHECK(mb->meta_data().findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer() 1137 if (mb->meta_data().findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer()
|
D | NuPlayer2Renderer.cpp | 886 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in fillAudioBuffer() 1060 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainAudioQueue() 1266 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in postDrainVideoQueue() 1283 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue() 1333 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in onDrainVideoQueue() 1335 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainVideoQueue() 1511 ->findInt64("timeUs", &firstAudioTimeUs)); in onQueueBuffer() 1513 ->findInt64("timeUs", &firstVideoTimeUs)); in onQueueBuffer() 1935 format->findInt64( in onOpenAudioSink()
|
D | NuPlayer2Decoder.cpp | 172 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 991 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData() 1053 if (extra->findInt64( in onInputBufferFetched() 1063 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched() 1162 buffer->meta()->findInt64("timeUs", &timeUs); in onRenderBuffer() 1173 CHECK(msg->findInt64("timestampNs", ×tampNs)); in onRenderBuffer()
|
D | HTTPLiveSource2.cpp | 270 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); in pollForRawData() 271 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in pollForRawData()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 180 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); in aggregateBuffer() 181 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer() 272 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData() 310 if (extra->findInt64( in onInputBufferFetched() 322 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
|
D | RTSPSource.cpp | 280 && mAudioTrack->getFormat()->findInt64( in getDuration() 288 && mVideoTrack->getFormat()->findInt64( in getDuration() 498 CHECK(msg->findInt64("timeUs", &seekTimeUs)); in onMessageReceived() 572 CHECK(msg->findInt64("time", &timeUs)); in onMessageReceived() 705 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
|
D | NuPlayerRenderer.cpp | 899 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in fillAudioBuffer() 1073 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainAudioQueue() 1280 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in postDrainVideoQueue() 1297 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue() 1347 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in onDrainVideoQueue() 1349 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainVideoQueue() 1525 ->findInt64("timeUs", &firstAudioTimeUs)); in onQueueBuffer() 1527 ->findInt64("timeUs", &firstVideoTimeUs)); in onQueueBuffer() 1948 format->findInt64( in onOpenAudioSink()
|
D | GenericSource.cpp | 202 if (mFileMeta->findInt64(kKeyDuration, &duration)) { in initFromDataSource() 261 if (meta->findInt64(kKeyDuration, &durationUs)) { in initFromDataSource() 749 CHECK(msg->findInt64("timeUs", &timeUs)); in fetchTextData() 919 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit() 1152 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onSeek() 1247 CHECK(mb->meta_data().findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer() 1265 if (mb->meta_data().findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer() 1415 if (!mbuf->meta_data().findInt64(kKeyTime, &timeUs)) { in readBuffer()
|
D | NuPlayerDecoder.cpp | 175 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 973 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData() 1035 if (extra->findInt64( in onInputBufferFetched() 1045 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched() 1149 buffer->meta()->findInt64("timeUs", &timeUs); in onRenderBuffer() 1160 CHECK(msg->findInt64("timestampNs", ×tampNs)); in onRenderBuffer()
|
D | NuPlayer.cpp | 706 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 1310 if (!msg->findInt64("positionUs", &positionUs)) { in onMessageReceived() 1350 CHECK(msg->findInt64("timerUs", &timerUs)); in onMessageReceived() 1361 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onMessageReceived() 1450 CHECK(msg->findInt64("anchor-media-us", &anchorMediaUs)); in onMessageReceived() 1451 CHECK(msg->findInt64("anchor-real-us", &anchorRealUs)); in onMessageReceived() 2684 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onSourceNotify() 2758 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendSubtitleData() 2759 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in sendSubtitleData() 2774 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedMetaData() [all …]
|
D | HTTPLiveSource.cpp | 268 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); in pollForRawData() 269 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in pollForRawData()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs)); in dequeueAccessUnit() 198 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in read() 311 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs)); in queueAccessUnit() 330 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs)); in queueAccessUnit() 335 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) { in queueAccessUnit() 490 if (!buffer->meta()->findInt64("timeUs", &timeUs)) { in getEstimatedBufferDurationUs() 513 CHECK(buffer->meta()->findInt64("timeUs", timeUs)); in nextBufferTime() 565 if (buffer->meta()->findInt64("timeUs", &timeUs)) { in getMetaAfterLastDequeued()
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 212 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentStartTimeUs() 236 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentDurationUs() 266 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in delayUsToRefreshPlaylist() 716 CHECK(msg->findInt64("startTimeUs", &startTimeUs)); in onStart() 717 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in onStart() 1014 CHECK(meta->findInt64("timeUs", &tmpUs)); in shouldPauseDownload() 1049 || !itemMeta->findInt64("durationUs", &itemDurationUs)) { in initSeqNumberForLiveStream() 1359 if (!itemMeta->findInt64("range-offset", &range_offset) in onDownloadNext() 1360 || !itemMeta->findInt64("range-length", &range_length)) { in onDownloadNext() 1590 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in adjustSeqNumberWithAnchorTime() [all …]
|
/frameworks/av/media/libstagefright/ |
D | MediaTrack.cpp | 127 if (format->mFormat->findInt64("timeUs", &val64)) { in read() 130 if (format->mFormat->findInt64("durationUs", &val64)) { in read() 133 if (format->mFormat->findInt64("target-time", &val64)) { in read()
|
D | MediaCodecSource.cpp | 270 CHECK(msg->findInt64("stop-time-us", &stopTimeUs)); in onMessageReceived() 375 if (!response->findInt64("time-us", &timeUs)) { in getFirstSampleSystemTimeUs() 700 CHECK(mbuf->meta_data().findInt64(kKeyTime, &timeUs)); in feedEncoderInputBuffers() 723 if (mbuf->meta_data().findInt64(kKeyDriftTime, &driftTimeUs) in feedEncoderInputBuffers() 774 if (params == NULL || !params->findInt64(kKeyTime, &startTimeUs)) { in onStart() 899 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 1041 inputFormat->findInt64("android._stop-time-offset-us", &stopTimeOffsetUs) && in onMessageReceived() 1090 if (params == NULL || !params->findInt64(kKeyTime, &pauseStartTimeUs)) { in onMessageReceived() 1102 CHECK(msg->findInt64(PARAMETER_KEY_OFFSET_TIME, &mInputBufferTimeOffsetUs)); in onMessageReceived() 1122 CHECK(msg->findInt64("stop-time-us", &stopTimeUs)); in onMessageReceived()
|
D | MPEG2TSWriter.cpp | 267 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in appendAVCFrame() 291 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in appendAACFrames() 431 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs)); in lastAccessUnitTimeUs() 843 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in writeAccessUnit()
|
D | NuMediaExtractor.cpp | 234 if (meta->findInt64(kKeyDuration, &durationUs) in updateDurationAndBitrate() 310 if (meta->findInt64(kKeyExifOffset, &exifOffset) in getExifOffsetSize() 311 && meta->findInt64(kKeyExifSize, &exifSize)) { in getExifOffsetSize() 532 if (mbuf->meta_data().findInt64(kKeyTime, &timeUs)) { in fetchTrackSamples()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 284 && meta->findInt64(kKeyDuration, &durationUs)) { in onPrepare() 388 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec)); in onSeek() 503 CHECK(mDecodeBuffer->meta_data().findInt64(kKeyTime, &timeUsec)); in onDecode()
|
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 199 if (inMeta.findInt64(kKeyTime, &val64)) { in read() 582 if (!meta->findInt64(kKeyDuration, &origDurationUs) in estimateDurationsFromTimesUsAtEnd() 583 || !meta->findInt64(kKeyLastDuration, &lastDurationUs) in estimateDurationsFromTimesUsAtEnd() 602 if (!meta->findInt64(kKeyDuration, &durationUs)) { in estimateDurationsFromTimesUsAtEnd()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | rtp_test.cpp | 204 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 245 CHECK(meta->findInt64(kKeyDuration, &durationUs)); in playSource() 267 CHECK(buffer->meta_data().findInt64(kKeyTime, ×tampUs)); in playSource() 571 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs)); in performSeekTest() 608 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in performSeekTest() 1212 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
|