Home
last modified time | relevance | path

Searched defs:timeUs (Results 1 – 25 of 78) 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.java261 public Bitmap getFrameAtTime(long timeUs, @Option int option) { in getFrameAtTime()
306 long timeUs, @Option int option, int dstWidth, int dstHeight) { in getScaledFrameAtTime()
345 public Bitmap getFrameAtTime(long timeUs) { in getFrameAtTime()
371 private native Bitmap _getFrameAtTime(long timeUs, int option, int width, int height); in _getFrameAtTime()
DSubtitleTrack.java228 public void onTimedEvent(long timeUs) { in onTimedEvent()
243 public void onSeek(long timeUs) { in onSeek()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2CCDecoder.cpp229 int64_t timeUs; in extractFromSEI() local
245 bool NuPlayer2::CCDecoder::parseSEINalUnit(int64_t timeUs, const uint8_t *data, size_t size) { in parseSEINalUnit()
322 int64_t timeUs; in extractFromMPEGUserData() local
338 bool NuPlayer2::CCDecoder::parseMPEGUserDataUnit(int64_t timeUs, const uint8_t *data, size_t size) { in parseMPEGUserDataUnit()
352 bool NuPlayer2::CCDecoder::parseMPEGCCData(int64_t timeUs, const uint8_t *data, size_t size) { in parseMPEGCCData()
451 bool NuPlayer2::CCDecoder::parseDTVCCPacket(int64_t timeUs, const uint8_t *data, size_t size) { in parseDTVCCPacket()
529 void NuPlayer2::CCDecoder::display(int64_t timeUs) { in display()
DNuPlayer2DecoderPassThrough.cpp177 int64_t timeUs; in aggregateBuffer() local
320 int64_t timeUs = 0; in onInputBufferFetched() local
DGenericSource2.cpp552 int64_t timeUs, actualTimeUs; in onMessageReceived() local
614 int64_t timeUs; in fetchTextData() local
797 int64_t timeUs; in dequeueAccessUnit() local
910 status_t NuPlayer2::GenericSource2::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
1116 int64_t timeUs; in mediaBufferToABuffer() local
1274 int64_t timeUs = extractor->getSampleTime(); in readBuffer() local
DNuPlayer2Decoder.cpp166 int64_t timeUs; in onMessageReceived() local
741 int64_t timeUs, in handleAnOutputBuffer()
1061 int64_t timeUs = 0; in onInputBufferFetched() local
1160 int64_t timeUs; in onRenderBuffer() local
/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.cpp686 int64_t timeUs, actualTimeUs; in onMessageReceived() local
748 int64_t timeUs; in fetchTextData() local
917 int64_t timeUs; in dequeueAccessUnit() local
1037 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
1246 int64_t timeUs; in mediaBufferToABuffer() local
1413 int64_t timeUs; in readBuffer() local
DNuPlayerDecoder.cpp169 int64_t timeUs; in onMessageReceived() local
718 int64_t timeUs, in handleAnOutputBuffer()
1043 int64_t timeUs = 0; in onInputBufferFetched() local
1147 int64_t timeUs; in onRenderBuffer() local
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp435 const void *data, size_t size, int64_t timeUs, in appendData()
744 int64_t timeUs = fetchTimestamp(nextScan, &pesOffset, &pesScramblingControl); in dequeueScrambledAccessUnit() local
972 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitEAC3() local
1046 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC4() local
1113 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio() local
1270 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitAAC() local
1287 int64_t timeUs = -1; in fetchTimestamp() local
1462 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264() local
1548 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio() local
1751 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/
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.cpp271 int64_t timeUs; in read() local
329 int64_t timeUs, position, timeNs; in dataCallback() local
431 void AudioSource::queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) { in queueInputBuffer_l()
DMediaMuxer.cpp166 int64_t timeUs, uint32_t flags) { in writeSampleData()
/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.cpp325 int64_t firstTimeUs, int64_t timeUs, int32_t discontinuitySeq) { in calculateMediaTimeUs()
387 int64_t timeUs, originalTimeUs; in dequeueAccessUnit() local
457 int64_t timeUs = calculateMediaTimeUs(firstTimeUs, mdTime.mTimeUs, mdTime.mSeq); in dequeueAccessUnit() local
527 status_t LiveSession::seekTo(int64_t timeUs, MediaPlayerSeekMode mode) { in seekTo()
1234 const AString &uri, uint32_t streamMask, int64_t timeUs, bool newUri) { in resumeFetcher()
1460 int64_t timeUs; in onSeek() local
1542 int64_t timeUs, ssize_t bandwidthIndex, bool pickTrack) { in changeConfiguration()
1672 int64_t timeUs; in onChangeConfiguration2() local
1785 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

1234