/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 | 247 public Bitmap getFrameAtTime(long timeUs, int option) { in getFrameAtTime() 276 public Bitmap getFrameAtTime(long timeUs) { in getFrameAtTime() 298 private native Bitmap _getFrameAtTime(long timeUs, int option); in _getFrameAtTime()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 241 const void *data, size_t size, int64_t timeUs) { in appendData() 520 int64_t timeUs = fetchTimestamp(syncStartPos + payloadSize); in dequeueAccessUnitAC3() local 569 int64_t timeUs = fetchTimestamp(payloadSize + 4); in dequeueAccessUnitPCMAudio() local 678 int64_t timeUs = fetchTimestampAAC(offset); in dequeueAccessUnitAAC() local 693 int64_t timeUs = -1; in fetchTimestamp() local 727 int64_t timeUs = -1; in fetchTimestampAAC() local 861 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264() local 917 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio() local 1074 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo() local 1233 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitMPEG4Video() local
|
D | AnotherPacketSource.cpp | 172 int64_t timeUs; in read() local 316 int64_t timeUs; in getBufferedDurationUs_l() local 378 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | Converter.cpp | 532 int64_t timeUs; in feedRawAudioInputBuffers() local 578 int64_t timeUs; in feedRawAudioInputBuffers() local 617 int64_t timeUs = 0ll; in feedEncoderInputBuffers() local 658 int64_t timeUs; in prependCSD() local 688 int64_t timeUs; in doMoreWork() local
|
D | MediaPuller.cpp | 165 int64_t timeUs; in onMessageReceived() local
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 236 int64_t timeUs; in read() local 274 int64_t timeUs = systemTime() / 1000ll; in dataCallback() local 346 void AudioSource::queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) { in queueInputBuffer_l()
|
D | MPEG2TSWriter.cpp | 264 int64_t timeUs; in postAVCFrame() local 295 int64_t timeUs; in appendAACFrames() local 453 int64_t timeUs; in lastAccessUnitTimeUs() local 670 int64_t timeUs = source->lastAccessUnitTimeUs(); in onMessageReceived() local 884 int64_t timeUs; in writeAccessUnit() local
|
D | AVIExtractor.cpp | 175 int64_t timeUs; in read() local 353 int64_t timeUs = mBaseTimeUs + (mNumSamplesRead * 1000000ll) / sampleRate; in read() local 848 int64_t timeUs; in parseIndex() local 1005 int64_t timeUs; in addMPEG4CodecSpecificData() local 1053 int64_t timeUs; in addH264CodecSpecificData() local 1174 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode, in getSampleIndexAtTime()
|
D | XINGSeeker.cpp | 46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
|
D | VBRISeeker.cpp | 151 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
|
D | MediaMuxer.cpp | 165 int64_t timeUs, uint32_t flags) { in writeSampleData()
|
/frameworks/av/include/media/ |
D | MediaMetadataRetrieverInterface.h | 55 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } in getFrameAtTime()
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | MediaSender.cpp | 233 int64_t timeUs; in queueAccessUnit() local 260 int64_t timeUs; in queueAccessUnit() local 496 int64_t timeUs = ALooper::GetNowUs(); in packetizeAccessUnit() local
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
D | RTPSender.cpp | 212 int64_t timeUs; in queueRawPacket() local 252 int64_t timeUs; in queueTSPackets() local 313 int64_t timeUs; in queueAVCBuffer() local 463 bool timeValid, int64_t timeUs) { in sendRTPPacket()
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TimedTextPlayer.cpp | 70 void TimedTextPlayer::seekToAsync(int64_t timeUs) { in seekToAsync() 260 void TimedTextPlayer::postTextEvent(const sp<ParcelEvent>& parcel, int64_t timeUs) { in postTextEvent()
|
D | TimedTextSRTSource.cpp | 270 int64_t timeUs, const AString &text, Parcel *parcel) { in extractAndAppendLocalDescriptions() 283 int TimedTextSRTSource::compareExtendedRangeAndTime(size_t index, int64_t timeUs) { in compareExtendedRangeAndTime()
|
D | TimedText3GPPSource.cpp | 66 int64_t timeUs, const MediaBuffer *textBuffer, Parcel *parcel) { in extractAndAppendLocalDescriptions()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | rtp_test.cpp | 213 int64_t timeUs; in main() local
|
D | ARTPWriter.cpp | 574 int64_t timeUs; in sendAVCData() local 669 int64_t timeUs; in sendH263Data() local 754 int64_t timeUs; in sendAMRData() local
|
/frameworks/av/media/libmedia/ |
D | IMediaMetadataRetriever.cpp | 128 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() 240 int64_t timeUs = data.readInt64(); in onTransact() local
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 124 int64_t timeUs; in dequeueAccessUnit() local 253 int64_t timeUs; in dequeueAccessUnit() local 349 status_t LiveSession::seekTo(int64_t timeUs) { in seekTo() 1100 int64_t timeUs; in onSeek() local 1181 int64_t timeUs, size_t bandwidthIndex, bool pickTrack) { in changeConfiguration() 1353 int64_t timeUs; in onChangeConfiguration3() local
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 654 int64_t timeUs, actualTimeUs; in onMessageReceived() local 742 int64_t timeUs; in fetchTextData() local 866 int64_t timeUs; in dequeueAccessUnit() local 1184 int64_t timeUs; in mediaBufferToABuffer() local 1300 int64_t timeUs; in readBuffer() local
|
D | NuPlayerDecoder.cpp | 378 int64_t timeUs = 0; in onInputBufferFilled() local 425 int64_t timeUs; in handleAnOutputBuffer() local 931 int64_t timeUs; in extractFromSEI() local 1066 void NuPlayer::CCDecoder::display(int64_t timeUs) { in display()
|
D | StreamingSource.cpp | 176 int64_t timeUs; in dequeueAccessUnit() local
|