/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 184 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); in aggregateBuffer() 185 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); in aggregateBuffer() 276 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData() 311 if (extra->findInt64( in onInputBufferFetched() 324 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
|
D | RTSPSource.cpp | 265 && mAudioTrack->getFormat()->findInt64( in getDuration() 273 && mVideoTrack->getFormat()->findInt64( in getDuration() 468 CHECK(msg->findInt64("timeUs", &seekTimeUs)); in onMessageReceived() 540 CHECK(msg->findInt64("time", &timeUs)); in onMessageReceived() 673 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
|
D | NuPlayerRenderer.cpp | 807 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in fillAudioBuffer() 962 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainAudioQueue() 1161 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue() 1165 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue() 1258 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in onDrainVideoQueue() 1260 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainVideoQueue() 1410 ->findInt64("timeUs", &firstAudioTimeUs)); in onQueueBuffer() 1412 ->findInt64("timeUs", &firstVideoTimeUs)); in onQueueBuffer() 1818 format->findInt64( in onOpenAudioSink()
|
D | NuPlayerDecoder.cpp | 158 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 849 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData() 937 if (extra->findInt64( in onInputBufferFetched() 947 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched() 1002 buffer->meta()->findInt64("timeUs", &timeUs); in onRenderBuffer() 1011 CHECK(msg->findInt64("timestampNs", ×tampNs)); in onRenderBuffer()
|
D | GenericSource.cpp | 194 if (mFileMeta->findInt64(kKeyDuration, &duration)) { in initFromDataSource() 270 if (meta->findInt64(kKeyDuration, &durationUs)) { in initFromDataSource() 759 CHECK(msg->findInt64("timeUs", &timeUs)); in fetchTextData() 926 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs)); in dequeueAccessUnit() 1087 CHECK(msg->findInt64("timeUs", &timeUs)); in onSelectTrack() 1204 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onSeek() 1288 CHECK(mb->meta_data()->findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer() 1316 if (mb->meta_data()->findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer() 1453 if (!mbuf->meta_data()->findInt64(kKeyTime, &timeUs)) { in readBuffer()
|
D | HTTPLiveSource.cpp | 240 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); in pollForRawData() 241 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in pollForRawData()
|
D | NuPlayer.cpp | 584 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 1162 if (!msg->findInt64("positionUs", &positionUs)) { in onMessageReceived() 1200 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onMessageReceived() 2308 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onSourceNotify() 2382 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendSubtitleData() 2383 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in sendSubtitleData() 2398 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedMetaData() 2424 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedTextData()
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 202 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentStartTimeUs() 226 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in getSegmentDurationUs() 256 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in delayUsToRefreshPlaylist() 650 CHECK(msg->findInt64("startTimeUs", &startTimeUs)); in onStart() 651 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in onStart() 938 CHECK(meta->findInt64("timeUs", &tmpUs)); in shouldPauseDownload() 1253 if (!itemMeta->findInt64("range-offset", &range_offset) in onDownloadNext() 1254 || !itemMeta->findInt64("range-length", &range_length)) { in onDownloadNext() 1484 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in adjustSeqNumberWithAnchorTime() 1497 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs)); in adjustSeqNumberWithAnchorTime() [all …]
|
/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() 269 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs)); in queueAccessUnit() 288 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs)); in queueAccessUnit() 293 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) { in queueAccessUnit() 444 CHECK(buffer->meta()->findInt64("timeUs", timeUs)); in nextBufferTime() 496 if (buffer->meta()->findInt64("timeUs", &timeUs)) { in getMetaAfterLastDequeued()
|
D | ATSParser.cpp | 270 && extra->findInt64( in signalDiscontinuity() 803 && extra->findInt64( in signalDiscontinuity() 1122 if (accessUnit->meta()->findInt64("timeUs", &timeUs)) { in onPayloadData() 1195 if (extra->findInt64(IStreamListener::kKeyMediaTimeUs, &mediaTimeUs)) { in signalDiscontinuity() 1199 && extra->findInt64( in signalDiscontinuity() 1211 if (!extra->findInt64("timeUs", &timeUs)) { in signalDiscontinuity() 1224 if (!extra->findInt64("offset", &offset)) { in signalDiscontinuity()
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | MediaSender.cpp | 235 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in queueAccessUnit() 261 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in queueAccessUnit() 349 CHECK(msg->findInt64("avgLatencyUs", &avgLatencyUs)); in onSenderNotify() 352 CHECK(msg->findInt64("maxLatencyUs", &maxLatencyUs)); in onSenderNotify()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) { in getFormat() 259 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) { in read() 262 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) { in read()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | Converter.cpp | 382 if (msg->findInt64("whenUs", &whenUs)) { in onMessageReceived() 533 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in feedRawAudioInputBuffers() 579 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in feedRawAudioInputBuffers() 621 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in feedEncoderInputBuffers() 659 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in prependCSD()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 350 if (!response->findInt64("time-us", &timeUs)) { in getFirstSampleSystemTimeUs() 661 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); in feedEncoderInputBuffers() 684 if (mbuf->meta_data()->findInt64(kKeyDriftTime, &driftTimeUs) in feedEncoderInputBuffers() 756 if (!params || !params->findInt64(kKeyTime, &startTimeUs)) { in onStart() 845 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived() 1017 CHECK(msg->findInt64("time-offset-us", &mInputBufferTimeOffsetUs)); in onMessageReceived()
|
D | StagefrightMetadataRetriever.cpp | 209 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime) in extractVideoFrame() 290 mediaBuffer->meta_data()->findInt64(kKeyTargetTime, &targetTimeUs); in extractVideoFrame() 302 CHECK(mediaBuffer->meta_data()->findInt64(kKeyTime, &ptsUs)); in extractVideoFrame() 680 if (trackMeta->findInt64(kKeyDuration, &durationUs)) { in parseMetaData()
|
D | MPEG2TSWriter.cpp | 265 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in postAVCFrame() 296 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in appendAACFrames() 454 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs)); in lastAccessUnitTimeUs() 872 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in writeAccessUnit()
|
D | AudioSource.cpp | 134 if (params && params->findInt64(kKeyTime, &startTimeUs)) { in start() 256 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in read()
|
D | Utils.cpp | 614 if (meta->findInt64(kKeyDuration, &durationUs)) { in convertMetaDataToMessage() 1258 if (msg->findInt64("durationUs", &durationUs)) { in convertMessageToMetaData() 1611 if (!meta->findInt64(kKeyDuration, &duration)) { in canOffloadStream() 1673 CHECK(meta->findInt64("timeUs", &mTimeUs)); in HLSTime() 1680 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in getSegmentTimeUs() 1683 if (mMeta->findInt64("segmentFirstTimeUs", &segmentFirstTimeUs)) { in getSegmentTimeUs() 1689 if (mMeta->findInt64("playlistTimeUs", &playlistTimeUs)) { in getSegmentTimeUs() 1693 CHECK(mMeta->findInt64("segmentDurationUs", &durationUs)); in getSegmentTimeUs()
|
/frameworks/av/media/ndk/ |
D | NdkMediaFormat.cpp | 103 f->findInt64(name, &val); in AMediaFormat_toString() 159 return format->mFormat->findInt64(name, out); in AMediaFormat_getInt64()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 226 CHECK(meta->findInt64(kKeyDuration, &durationUs)); in playSource() 248 CHECK(buffer->meta_data()->findInt64(kKeyTime, ×tampUs)); in playSource() 549 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs)); in performSeekTest() 586 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in performSeekTest() 1096 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 280 && meta->findInt64(kKeyDuration, &durationUs)) { in onPrepare() 384 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec)); in onSeek() 499 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec)); in onDecode()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | rtp_test.cpp | 207 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
|
D | ARTPWriter.cpp | 575 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs)); in sendAVCData() 670 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs)); in sendH263Data() 755 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs)); in sendAMRData()
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
D | RTPSender.cpp | 213 CHECK(packet->meta()->findInt64("timeUs", &timeUs)); in queueRawPacket() 253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs)); in queueTSPackets() 312 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs)); in queueAVCBuffer()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 249 bool findInt64(uint32_t key, int64_t *value);
|