Home
last modified time | relevance | path

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

123

/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.java540 public @Nullable Bitmap getFrameAtTime(long timeUs, @Option int option) { in getFrameAtTime()
587 long timeUs, @Option int option, @NonNull BitmapParams params) { in getFrameAtTime()
628 public @Nullable Bitmap getScaledFrameAtTime(long timeUs, @Option int option, in getScaledFrameAtTime()
673 public @Nullable Bitmap getScaledFrameAtTime(long timeUs, @Option int option, in getScaledFrameAtTime()
716 public @Nullable Bitmap getFrameAtTime(long timeUs) { in getFrameAtTime()
744 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.cpp178 int64_t timeUs; in aggregateBuffer() local
321 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
1027 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
1236 int64_t timeUs; in mediaBufferToABuffer() local
1403 int64_t timeUs; in readBuffer() local
DNuPlayerDecoder.cpp170 int64_t timeUs; in onMessageReceived() local
723 int64_t timeUs, in handleAnOutputBuffer()
1049 int64_t timeUs = 0; in onInputBufferFetched() local
1153 int64_t timeUs; in onRenderBuffer() local
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp445 const void *data, size_t size, int64_t timeUs, in appendData()
754 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit() local
982 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitEAC3() local
1056 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC4() local
1123 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio() local
1280 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitAAC() local
1297 int64_t timeUs = -1; in fetchTimestamp() local
1472 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264() local
1558 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio() local
1761 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo() local
[all …]
DAnotherPacketSource.cpp141 int64_t timeUs; in dequeueAccessUnit() local
197 int64_t timeUs; in read() local
488 int64_t timeUs = 0; in getEstimatedBufferDurationUs() local
503 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime()
564 int64_t timeUs; in getMetaAfterLastDequeued() local
/frameworks/av/media/libstagefright/bqhelper/
DFrameDropper.cpp50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop()
/frameworks/av/media/libstagefright/tests/writer/
DWriterUtility.h41 int64_t timeUs; member
/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.cpp274 int64_t timeUs; in read() local
332 int64_t timeUs, position, timeNs; in dataCallback() local
434 void AudioSource::queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) { in queueInputBuffer_l()
DMediaMuxer.cpp177 int64_t timeUs, uint32_t flags) { in writeSampleData()
DNuMediaExtractor.cpp48 NuMediaExtractor::Sample::Sample(MediaBufferBase *buffer, int64_t timeUs) in Sample()
541 int64_t timeUs; in fetchTrackSamples() local
562 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) { in seekTo()
DCameraSource.cpp1198 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs); in dataCallbackTimestamp() local
1264 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs); in recordingFrameHandleCallbackTimestamp() local
1316 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs); in recordingFrameHandleCallbackTimestampBatch() local
1410 int64_t timeUs = mStartTimeUs + (timestampUs - mFirstFrameTimeUs); in processBufferQueueFrame() local
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp203 int64_t timeUs; in main() local
DARTPWriter.cpp576 int64_t timeUs; in sendAVCData() local
671 int64_t timeUs; in sendH263Data() local
756 int64_t timeUs; in sendAMRData() 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/base/core/java/com/android/internal/os/
DCpuPowerCalculator.java42 final long timeUs = u.getTimeAtCpuSpeed(cluster, speed, statsType); in calculateApp() local
/frameworks/av/media/extractors/mp3/
DXINGSeeker.cpp48 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
DVBRISeeker.cpp167 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/bqhelper/tests/
DFrameDropper_test.cpp29 int64_t timeUs; member
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp150 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
363 int64_t timeUs = data.readInt64(); in onTransact() local

123