/frameworks/base/media/java/android/media/ |
D | MediaTimeProvider.java | 38 public void notifyAt(long timeUs, OnMediaTimeListener listener); in notifyAt() 74 void onTimedEvent(long timeUs); in onTimedEvent() 81 void onSeek(long timeUs); in onSeek()
|
D | MediaMetadataRetriever.java | 261 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()
|
D | SubtitleTrack.java | 228 public void onTimedEvent(long timeUs) { in onTimedEvent() 243 public void onSeek(long timeUs) { in onSeek()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2CCDecoder.cpp | 229 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()
|
D | NuPlayer2DecoderPassThrough.cpp | 177 int64_t timeUs; in aggregateBuffer() local 320 int64_t timeUs = 0; in onInputBufferFetched() local
|
D | GenericSource2.cpp | 552 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
|
D | NuPlayer2Decoder.cpp | 166 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/ |
D | NuPlayerCCDecoder.cpp | 230 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()
|
D | NuPlayerDecoderPassThrough.cpp | 178 int64_t timeUs; in aggregateBuffer() local 321 int64_t timeUs = 0; in onInputBufferFetched() local
|
D | GenericSource.cpp | 686 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
|
D | NuPlayerDecoder.cpp | 169 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/ |
D | ESQueue.cpp | 435 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 …]
|
D | AnotherPacketSource.cpp | 141 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/ |
D | FrameDropper.cpp | 50 bool FrameDropper::shouldDrop(int64_t timeUs) { in shouldDrop()
|
/frameworks/av/media/libstagefright/ |
D | MPEG2TSWriter.cpp | 266 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
|
D | AudioSource.cpp | 271 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()
|
D | MediaMuxer.cpp | 166 int64_t timeUs, uint32_t flags) { in writeSampleData()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | rtp_test.cpp | 203 int64_t timeUs; in main() local
|
D | ARTPWriter.cpp | 576 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/ |
D | LiveSession.cpp | 325 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/ |
D | CpuPowerCalculator.java | 42 final long timeUs = u.getTimeAtCpuSpeed(cluster, speed, statsType); in calculateApp() local
|
/frameworks/av/media/extractors/mp3/ |
D | XINGSeeker.cpp | 48 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
|
D | VBRISeeker.cpp | 167 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WGraphicBufferSource.cpp | 42 bool suspend, int64_t timeUs) { in setSuspend()
|
/frameworks/av/media/libstagefright/bqhelper/tests/ |
D | FrameDropper_test.cpp | 29 int64_t timeUs; member
|