/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() 751 CHECK(msg->findInt64("timeUs", &timeUs)); in fetchTextData() 921 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit() 1154 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onSeek() 1249 CHECK(mb->meta_data().findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer() 1267 if (mb->meta_data().findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer() 1417 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() 2686 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onSourceNotify() 2760 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendSubtitleData() 2761 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in sendSubtitleData() 2776 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()
|
D | NuPlayerDriver.cpp | 576 stats->findInt64("frames-total", &numFramesTotal); in updateMetrics() 577 stats->findInt64("frames-dropped-output", &numFramesDropped); in updateMetrics() 937 stats->findInt64("frames-total", &numFramesTotal); in dump() 938 stats->findInt64("frames-dropped-output", &numFramesDropped); in dump()
|
/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 | 213 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentStartTimeUs() 237 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentDurationUs() 267 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in delayUsToRefreshPlaylist() 717 CHECK(msg->findInt64("startTimeUs", &startTimeUs)); in onStart() 718 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in onStart() 1015 CHECK(meta->findInt64("timeUs", &tmpUs)); in shouldPauseDownload() 1050 || !itemMeta->findInt64("durationUs", &itemDurationUs)) { in initSeqNumberForLiveStream() 1360 if (!itemMeta->findInt64("range-offset", &range_offset) in onDownloadNext() 1361 || !itemMeta->findInt64("range-length", &range_length)) { in onDownloadNext() 1591 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 | 235 if (meta->findInt64(kKeyDuration, &durationUs) in updateDurationAndBitrate() 311 if (meta->findInt64(kKeyExifOffset, &exifOffset) in getExifOffsetSize() 312 && meta->findInt64(kKeyExifSize, &exifSize)) { in getExifOffsetSize() 533 if (mbuf->meta_data().findInt64(kKeyTime, &timeUs)) { in fetchTrackSamples()
|
D | Utils.cpp | 738 if (msg->findInt64(elem.first, &value)) { in convertMessageToMetaDataFromMappings() 784 if (meta->findInt64(elem.second, &value)) { in convertMetaDataToMessageFromMappings() 880 if (meta->findInt64(kKeyDuration, &durationUs)) { in convertMetaDataToMessage() 1623 if (msg->findInt64("durationUs", &durationUs)) { in convertMessageToMetaData() 2051 if (!meta->findInt64(kKeyDuration, &duration)) { in getAudioOffloadInfo() 2091 CHECK(meta->findInt64("timeUs", &mTimeUs)); in HLSTime() 2098 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in getSegmentTimeUs() 2101 if (mMeta->findInt64("segmentFirstTimeUs", &segmentFirstTimeUs)) { in getSegmentTimeUs() 2107 if (mMeta->findInt64("playlistTimeUs", &playlistTimeUs)) { in getSegmentTimeUs() 2111 CHECK(mMeta->findInt64("segmentDurationUs", &durationUs)); in getSegmentTimeUs()
|
D | AMRWriter.cpp | 218 CHECK(buffer->meta_data().findInt64(kKeyTime, ×tampUs)); in threadFunc()
|
D | AudioSource.cpp | 145 if (params && params->findInt64(kKeyTime, &startTimeUs)) { in start() 272 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in read()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 288 && meta->findInt64(kKeyDuration, &durationUs)) { in onPrepare() 392 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec)); in onSeek() 507 CHECK(mDecodeBuffer->meta_data().findInt64(kKeyTime, &timeUsec)); in onDecode()
|
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 198 if (inMeta.findInt64(kKeyTime, &val64)) { in read() 581 if (!meta->findInt64(kKeyDuration, &origDurationUs) in estimateDurationsFromTimesUsAtEnd() 582 || !meta->findInt64(kKeyLastDuration, &lastDurationUs) in estimateDurationsFromTimesUsAtEnd() 601 if (!meta->findInt64(kKeyDuration, &durationUs)) { in estimateDurationsFromTimesUsAtEnd()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 244 CHECK(meta->findInt64(kKeyDuration, &durationUs)); in playSource() 266 CHECK(buffer->meta_data().findInt64(kKeyTime, ×tampUs)); in playSource() 570 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs)); in performSeekTest() 607 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs)); in performSeekTest() 1211 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | rtp_test.cpp | 204 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
|
D | ARTPWriter.cpp | 577 CHECK(mediaBuf->meta_data().findInt64(kKeyTime, &timeUs)); in sendAVCData() 672 CHECK(mediaBuf->meta_data().findInt64(kKeyTime, &timeUs)); in sendH263Data() 757 CHECK(mediaBuf->meta_data().findInt64(kKeyTime, &timeUs)); in sendAMRData()
|
/frameworks/av/media/ndk/ |
D | NdkMediaFormat.cpp | 91 f->findInt64(name, &val); in AMediaFormat_toString() 155 return format->mFormat->findInt64(name, out); in AMediaFormat_getInt64()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.cpp | 519 if (meta->findInt64(kKeyExifOffset, &exifOffset) in parseMetaData() 520 && meta->findInt64(kKeyExifSize, &exifSize)) { in parseMetaData() 550 if (trackMeta->findInt64(kKeyDuration, &durationUs)) { in parseMetaData()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaDataBase.h | 293 bool findInt64(uint32_t key, int64_t *value) const;
|