/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 113 int64_t timeUs; in read() local 144 int64_t timeUs; in queueAccessUnit() local 217 int64_t timeUs; in getBufferedDurationUs() local 235 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime()
|
D | ESQueue.cpp | 121 const void *data, size_t size, int64_t timeUs) { in appendData() 308 int64_t timeUs; in dequeueAccessUnitAAC() local 396 int64_t timeUs = -1; in fetchTimestamp() local 521 int64_t timeUs = fetchTimestamp(nextScan); in dequeueAccessUnitH264() local 577 int64_t timeUs = fetchTimestamp(frameSize); in dequeueAccessUnitMPEGAudio() local 734 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitMPEGVideo() local 893 int64_t timeUs = fetchTimestamp(offset); in dequeueAccessUnitMPEG4Video() local
|
/frameworks/av/include/media/ |
D | MediaMetadataRetrieverInterface.h | 51 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } in getFrameAtTime()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 241 int64_t timeUs; in read() local 279 const AudioRecord::Buffer& audioBuffer, int64_t timeUs) { in dataCallbackTimestamp() 349 void AudioSource::queueInputBuffer_l(MediaBuffer *buffer, int64_t timeUs) { in queueInputBuffer_l()
|
D | MPEG2TSWriter.cpp | 263 int64_t timeUs; in postAVCFrame() local 294 int64_t timeUs; in appendAACFrames() local 450 int64_t timeUs; in lastAccessUnitTimeUs() local 658 int64_t timeUs = source->lastAccessUnitTimeUs(); in onMessageReceived() local 867 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 | 148 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
|
D | StagefrightMetadataRetriever.cpp | 199 int64_t timeUs; in extractVideoFrameWithCodecFlags() local 287 int64_t timeUs, int option) { in getFrameAtTime()
|
/frameworks/base/media/java/android/media/ |
D | MediaMetadataRetriever.java | 237 public Bitmap getFrameAtTime(long timeUs, int option) { in getFrameAtTime() 266 public Bitmap getFrameAtTime(long timeUs) { in getFrameAtTime() 288 private native Bitmap _getFrameAtTime(long timeUs, int option); in _getFrameAtTime()
|
D | MediaExtractor.java | 233 public native void seekTo(long timeUs, int mode); in seekTo()
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TimedTextPlayer.cpp | 60 void TimedTextPlayer::seekToAsync(int64_t timeUs) { in seekToAsync() 187 void TimedTextPlayer::postTextEvent(const sp<ParcelEvent>& parcel, int64_t timeUs) { in postTextEvent()
|
D | TimedText3GPPSource.cpp | 66 int64_t timeUs, const MediaBuffer *textBuffer, Parcel *parcel) { in extractAndAppendLocalDescriptions()
|
D | TimedTextDriver.cpp | 143 status_t TimedTextDriver::seekToAsync(int64_t timeUs) { in seekToAsync()
|
D | TimedTextSRTSource.cpp | 279 int64_t timeUs, const AString &text, 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 | 118 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime() 208 int64_t timeUs = data.readInt64(); in onTransact() local
|
D | mediametadataretriever.cpp | 127 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | PreviewPlayer.cpp | 676 status_t PreviewPlayer::seekTo(int64_t timeUs) { in seekTo() 899 int64_t timeUs; in onVideoEvent() local 1536 int64_t timeUs; in readFirstVideoFrame() local 1887 void PreviewPlayer::setPosition_l(int64_t timeUs) { in setPosition_l() 1891 status_t PreviewPlayer::seekTo_l(int64_t timeUs) { in seekTo_l()
|
D | VideoEditorSRC.cpp | 170 int64_t timeUs = mInitialTimeStampUs + totalOutDurationUs; in read() local
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 260 int64_t timeUs; in read() local
|
/frameworks/av/media/libmediaplayerservice/ |
D | MetadataRetrieverClient.cpp | 166 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 230 int64_t timeUs; in readBuffer() local
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 98 void LiveSession::seekTo(int64_t timeUs) { in seekTo() 923 int64_t timeUs; in onSeek() local
|