Home
last modified time | relevance | path

Searched refs:frameTimeUs (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
DFrameDecoder.h48 int64_t frameTimeUs, size_t numFrames, int option, int colorFormat);
61 int64_t frameTimeUs,
114 int64_t frameTimeUs,
152 int64_t frameTimeUs,
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp198 int64_t frameTimeUs, size_t numFrames, int option, int colorFormat) { in init() argument
205 frameTimeUs, numFrames, option, &mReadOptions); in init()
415 int64_t frameTimeUs, size_t numFrames, int seekMode, MediaSource::ReadOptions *options) { in onGetFormatAndSeekOptions() argument
433 if (frameTimeUs < 0) { in onGetFormatAndSeekOptions()
441 options->setSeekTo(frameTimeUs, mSeekMode); in onGetFormatAndSeekOptions()
580 int64_t frameTimeUs, size_t /*numFrames*/, in onGetFormatAndSeekOptions() argument
583 if (frameTimeUs < 0) { in onGetFormatAndSeekOptions()
605 options->setSeekTo(frameTimeUs); in onGetFormatAndSeekOptions()
DStagefrightMetadataRetriever.cpp229 int64_t frameTimeUs = thumbnail ? -1 : 0; in getImageInternal() local
230 if (decoder->init(frameTimeUs, 1 /*numFrames*/, 0 /*option*/, colorFormat) == OK) { in getImageInternal()
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp557 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; in seek() local
558 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) { in seek()
559 *actualFrameTimeUs = frameTimeUs; in seek()