Home
last modified time | relevance | path

Searched refs:findInt64 (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp184 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()
DRTSPSource.cpp270 && mAudioTrack->getFormat()->findInt64( in getDuration()
278 && mVideoTrack->getFormat()->findInt64( in getDuration()
398 CHECK(msg->findInt64("timeUs", &seekTimeUs)); in onMessageReceived()
467 CHECK(msg->findInt64("time", &timeUs)); in onMessageReceived()
615 CHECK(msg->findInt64("nptUs", &nptUs)); in onMessageReceived()
DNuPlayerDecoder.cpp144 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
758 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs)); in fetchInputData()
846 if (extra->findInt64( in onInputBufferFetched()
856 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onInputBufferFetched()
911 buffer->meta()->findInt64("timeUs", &timeUs); in onRenderBuffer()
920 CHECK(msg->findInt64("timestampNs", &timestampNs)); in onRenderBuffer()
DNuPlayerRenderer.cpp786 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in fillAudioBuffer()
941 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainAudioQueue()
1140 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue()
1144 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in postDrainVideoQueue()
1235 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs)); in onDrainVideoQueue()
1237 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs)); in onDrainVideoQueue()
1387 ->findInt64("timeUs", &firstAudioTimeUs)); in onQueueBuffer()
1389 ->findInt64("timeUs", &firstVideoTimeUs)); in onQueueBuffer()
1795 format->findInt64( in onOpenAudioSink()
DGenericSource.cpp194 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()
1309 if (mb->meta_data()->findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer()
1445 if (!mbuf->meta_data()->findInt64(kKeyTime, &timeUs)) { in readBuffer()
DHTTPLiveSource.cpp227 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); in pollForRawData()
228 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in pollForRawData()
DNuPlayer.cpp584 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
1164 if (!msg->findInt64("positionUs", &positionUs)) { in onMessageReceived()
1202 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs)); in onMessageReceived()
2280 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in onSourceNotify()
2354 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendSubtitleData()
2355 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); in sendSubtitleData()
2370 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedMetaData()
2396 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); in sendTimedTextData()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp202 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/
DAnotherPacketSource.cpp143 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()
DATSParser.cpp270 && extra->findInt64( in signalDiscontinuity()
799 && extra->findInt64( in signalDiscontinuity()
1111 if (accessUnit->meta()->findInt64("timeUs", &timeUs)) { in onPayloadData()
1186 if (extra->findInt64(IStreamListener::kKeyMediaTimeUs, &mediaTimeUs)) { in signalDiscontinuity()
1190 && extra->findInt64( in signalDiscontinuity()
1202 if (!extra->findInt64("timeUs", &timeUs)) { in signalDiscontinuity()
1215 if (!extra->findInt64("offset", &offset)) { in signalDiscontinuity()
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.cpp235 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/
DAACEncoder.cpp206 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/
DConverter.cpp382 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/ndk/
DNdkMediaFormat.cpp103 f->findInt64(name, &val); in AMediaFormat_toString()
159 return format->mFormat->findInt64(name, out); in AMediaFormat_getInt64()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp648 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); in feedEncoderInputBuffers()
661 if (mbuf->meta_data()->findInt64(kKeyDriftTime, &driftTimeUs) in feedEncoderInputBuffers()
729 if (!params || !params->findInt64(kKeyTime, &startTimeUs)) { in onStart()
809 CHECK(msg->findInt64("timeUs", &timeUs)); in onMessageReceived()
975 CHECK(msg->findInt64("time-offset-us", &mInputBufferTimeOffsetUs)); in onMessageReceived()
DMPEG2TSWriter.cpp265 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()
DAudioSource.cpp135 if (params && params->findInt64(kKeyTime, &startTimeUs)) { in start()
257 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in read()
DUtils.cpp613 if (meta->findInt64(kKeyDuration, &durationUs)) { in convertMetaDataToMessage()
1257 if (msg->findInt64("durationUs", &durationUs)) { in convertMessageToMetaData()
1596 if (!meta->findInt64(kKeyDuration, &duration)) { in canOffloadStream()
1658 CHECK(meta->findInt64("timeUs", &mTimeUs)); in HLSTime()
1665 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs)); in getSegmentTimeUs()
1668 if (mMeta->findInt64("segmentFirstTimeUs", &segmentFirstTimeUs)) { in getSegmentTimeUs()
1674 if (mMeta->findInt64("playlistTimeUs", &playlistTimeUs)) { in getSegmentTimeUs()
1678 CHECK(mMeta->findInt64("segmentDurationUs", &durationUs)); in getSegmentTimeUs()
DStagefrightMetadataRetriever.cpp200 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime) in extractVideoFrame()
285 CHECK(mediaBuffer->meta_data()->findInt64(kKeyTime, &ptsUs)); in extractVideoFrame()
657 if (trackMeta->findInt64(kKeyDuration, &durationUs)) { in parseMetaData()
DAMRWriter.cpp218 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs)); in threadFunc()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp226 CHECK(meta->findInt64(kKeyDuration, &durationUs)); in playSource()
248 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs)); 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/
Dandroid_AudioSfDecoder.cpp280 && 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/
Drtp_test.cpp207 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
DARTPWriter.cpp575 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/
DRTPSender.cpp213 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()

123