Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp113 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()
DESQueue.cpp121 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/
DMediaMetadataRetrieverInterface.h51 virtual VideoFrame* getFrameAtTime(int64_t timeUs, int option) { return NULL; } in getFrameAtTime()
/frameworks/av/media/libstagefright/
DAudioSource.cpp241 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()
DMPEG2TSWriter.cpp263 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
DAVIExtractor.cpp175 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()
DXINGSeeker.cpp46 bool XINGSeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
DVBRISeeker.cpp148 bool VBRISeeker::getOffsetForTime(int64_t *timeUs, off64_t *pos) { in getOffsetForTime()
DStagefrightMetadataRetriever.cpp199 int64_t timeUs; in extractVideoFrameWithCodecFlags() local
287 int64_t timeUs, int option) { in getFrameAtTime()
/frameworks/base/media/java/android/media/
DMediaMetadataRetriever.java237 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()
DMediaExtractor.java233 public native void seekTo(long timeUs, int mode); in seekTo()
/frameworks/av/media/libstagefright/timedtext/
DTimedTextPlayer.cpp60 void TimedTextPlayer::seekToAsync(int64_t timeUs) { in seekToAsync()
187 void TimedTextPlayer::postTextEvent(const sp<ParcelEvent>& parcel, int64_t timeUs) { in postTextEvent()
DTimedText3GPPSource.cpp66 int64_t timeUs, const MediaBuffer *textBuffer, Parcel *parcel) { in extractAndAppendLocalDescriptions()
DTimedTextDriver.cpp143 status_t TimedTextDriver::seekToAsync(int64_t timeUs) { in seekToAsync()
DTimedTextSRTSource.cpp279 int64_t timeUs, const AString &text, Parcel *parcel) { in extractAndAppendLocalDescriptions()
/frameworks/av/media/libstagefright/rtsp/
Drtp_test.cpp213 int64_t timeUs; in main() local
DARTPWriter.cpp574 int64_t timeUs; in sendAVCData() local
669 int64_t timeUs; in sendH263Data() local
754 int64_t timeUs; in sendAMRData() local
/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp118 sp<IMemory> getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime()
208 int64_t timeUs = data.readInt64(); in onTransact() local
Dmediametadataretriever.cpp127 sp<IMemory> MediaMetadataRetriever::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime()
/frameworks/av/libvideoeditor/lvpp/
DPreviewPlayer.cpp676 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()
DVideoEditorSRC.cpp170 int64_t timeUs = mInitialTimeStampUs + totalOutDurationUs; in read() local
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp260 int64_t timeUs; in read() local
/frameworks/av/media/libmediaplayerservice/
DMetadataRetrieverClient.cpp166 sp<IMemory> MetadataRetrieverClient::getFrameAtTime(int64_t timeUs, int option) in getFrameAtTime()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp230 int64_t timeUs; in readBuffer() local
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp98 void LiveSession::seekTo(int64_t timeUs) { in seekTo()
923 int64_t timeUs; in onSeek() local

12