Home
last modified time | relevance | path

Searched defs:timeUs (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/base/media/java/android/media/
DMediaTimeProvider.java38 public void notifyAt(long timeUs, OnMediaTimeListener listener); in notifyAt()
74 void onTimedEvent(long timeUs); in onTimedEvent()
81 void onSeek(long timeUs); in onSeek()
DMediaMetadataRetriever.java568 public @Nullable Bitmap getFrameAtTime(long timeUs, @Option int option) { in getFrameAtTime()
615 long timeUs, @Option int option, @NonNull BitmapParams params) { in getFrameAtTime()
656 public @Nullable Bitmap getScaledFrameAtTime(long timeUs, @Option int option, in getScaledFrameAtTime()
701 public @Nullable Bitmap getScaledFrameAtTime(long timeUs, @Option int option, in getScaledFrameAtTime()
744 public @Nullable Bitmap getFrameAtTime(long timeUs) { in getFrameAtTime()
772 long timeUs, int option, int width, int height, @Nullable BitmapParams params); in _getFrameAtTime()
DSubtitleTrack.java228 public void onTimedEvent(long timeUs) { in onTimedEvent()
243 public void onSeek(long timeUs) { in onSeek()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp230 int64_t timeUs; in extractFromSEI() local
246 bool NuPlayer::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) { in parseSEINalUnit()
323 int64_t timeUs; in extractFromMPEGUserData() local
344 bool NuPlayer::CCDecoder::parseMPEGUserDataUnit(int64_t timeUs, const uint8_t *data, size_t size) { in parseMPEGUserDataUnit()
364 bool NuPlayer::CCDecoder::parseMPEGCCData(int64_t timeUs, const uint8_t *data, size_t size) { in parseMPEGCCData()
460 bool NuPlayer::CCDecoder::parseDTVCCPacket(int64_t timeUs, const uint8_t *data, size_t size) { in parseDTVCCPacket()
540 void NuPlayer::CCDecoder::display(int64_t timeUs) { in display()
DNuPlayerDecoderPassThrough.cpp177 int64_t timeUs; in aggregateBuffer() local
320 int64_t timeUs = 0; in onInputBufferFetched() local
DGenericSource.cpp676 int64_t timeUs, actualTimeUs; in onMessageReceived() local
738 int64_t timeUs; in fetchTextData() local
907 int64_t timeUs; in dequeueAccessUnit() local
1032 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
1241 int64_t timeUs; in mediaBufferToABuffer() local
1408 int64_t timeUs; in readBuffer() local
DNuPlayerDecoder.cpp169 int64_t timeUs; in onMessageReceived() local
730 int64_t timeUs, in handleAnOutputBuffer()
1062 int64_t timeUs = 0; in onInputBufferFetched() local
1184 int64_t timeUs; in onRenderBuffer() local
/frameworks/av/media/module/mpeg2ts/
DESQueue.cpp872 const void *data, size_t size, int64_t timeUs, in appendData()
1245 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit() local
1469 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitDTSOrDTSHD() local
1523 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitDTSUHD() local
1585 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitEAC3() local
1659 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC4() local
1726 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio() local
1883 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitAAC() local
1900 int64_t timeUs = -1; in fetchTimestamp() local
2081 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264() local
[all …]
DAnotherPacketSource.cpp143 int64_t timeUs; in dequeueAccessUnit() local
199 int64_t timeUs; in read() local
490 int64_t timeUs = 0; in getEstimatedBufferDurationUs() local
505 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime()
566 int64_t timeUs; in getMetaAfterLastDequeued() local
/frameworks/av/media/module/bqhelper/
DFrameDropper.cpp50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop()
/frameworks/av/media/libstagefright/
DMPEG2TSWriter.cpp266 int64_t timeUs; in appendAVCFrame() local
290 int64_t timeUs; in appendAACFrames() local
430 int64_t timeUs; in lastAccessUnitTimeUs() local
629 int64_t timeUs = source->lastAccessUnitTimeUs(); in onMessageReceived() local
842 int64_t timeUs; in writeAccessUnit() local
DAudioSource.cpp292 int64_t timeUs; in read() local
350 int64_t timeUs, position, timeNs; in onMoreData() local
452 void AudioSource::queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) { in queueInputBuffer_l()
DNuMediaExtractor.cpp48 NuMediaExtractor::Sample::Sample(MediaBufferBase *buffer, int64_t timeUs) in Sample()
573 int64_t timeUs; in fetchTrackSamples() local
594 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) { in seekTo()
DMediaMuxer.cpp206 int64_t timeUs, uint32_t flags) { in writeSampleData()
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp829 uint32_t ARTPWriter::getRtpTime(int64_t timeUs) { in getRtpTime()
977 void ARTPWriter::sendSPSPPSIfIFrame(MediaBufferBase *mediaBuf, int64_t timeUs) { in sendSPSPPSIfIFrame()
999 void ARTPWriter::sendVPSSPSPPSIfIFrame(MediaBufferBase *mediaBuf, int64_t timeUs) { in sendVPSSPSPPSIfIFrame()
1032 int64_t timeUs; in sendHEVCData() local
1218 int64_t timeUs; in sendAVCData() local
1401 int64_t timeUs; in sendH263Data() local
1546 int64_t timeUs; in sendAMRData() local
Drtp_test.cpp203 int64_t timeUs; in main() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp326 int64_t firstTimeUs, int64_t timeUs, int32_t discontinuitySeq) { in calculateMediaTimeUs()
388 int64_t timeUs, originalTimeUs; in dequeueAccessUnit() local
458 int64_t timeUs = calculateMediaTimeUs(firstTimeUs, mdTime.mTimeUs, mdTime.mSeq); in dequeueAccessUnit() local
528 status_t LiveSession::seekTo(int64_t timeUs, MediaPlayerSeekMode mode) { in seekTo()
1235 const AString &uri, uint32_t streamMask, int64_t timeUs, bool newUri) { in resumeFetcher()
1461 int64_t timeUs; in onSeek() local
1543 int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) { in changeConfiguration()
1673 int64_t timeUs; in onChangeConfiguration2() local
1786 int64_t timeUs; in onChangeConfiguration3() local
/frameworks/av/media/libstagefright/tests/writer/
DWriterUtility.h47 int64_t timeUs; member
/frameworks/av/media/module/extractors/mp3/
DXINGSeeker.cpp48 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
DVBRISeeker.cpp164 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
/frameworks/av/media/libmedia/omx/1.0/
DWGraphicBufferSource.cpp42 bool suspend, int64_t timeUs) { in setSuspend()
/frameworks/av/media/libstagefright/tests/fuzzers/
DMediaMuxerFuzzer.cpp214 int64_t timeUs = fdp.ConsumeIntegral<int64_t>(); in LLVMFuzzerTestOneInput() local
/frameworks/av/media/module/bqhelper/tests/
DFrameDropper_test.cpp29 int64_t timeUs; member
/frameworks/av/media/codec2/sfplugin/
DFrameReassembler.cpp90 int64_t timeUs; in process() local
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp116 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
311 int64_t timeUs = data.readInt64(); in onTransact() local

1234