Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DFrameDecoder.h48 status_t init(int64_t frameTimeUs, int option, int colorFormat);
60 int64_t frameTimeUs,
114 int64_t frameTimeUs,
158 int64_t frameTimeUs,
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp313 int64_t frameTimeUs, int option, int colorFormat) { in init() argument
320 frameTimeUs, option, &mReadOptions, &mSurface); in init()
529 int64_t frameTimeUs, int seekMode, in onGetFormatAndSeekOptions() argument
548 if (frameTimeUs < 0) { in onGetFormatAndSeekOptions()
556 options->setSeekTo(frameTimeUs, mSeekMode); in onGetFormatAndSeekOptions()
828 int64_t frameTimeUs, int /*seekMode*/, in onGetFormatAndSeekOptions() argument
831 if (frameTimeUs < 0) { in onGetFormatAndSeekOptions()
856 options->setSeekTo(frameTimeUs); in onGetFormatAndSeekOptions()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp288 int64_t frameTimeUs = thumbnail ? -1 : 0; in getImageInternal() local
289 if (decoder->init(frameTimeUs, 0 /*option*/, colorFormat) == OK) { in getImageInternal()
/frameworks/av/media/module/extractors/mkv/
DMatroskaExtractor.cpp562 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; in seek() local
563 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) { in seek()
564 *actualFrameTimeUs = frameTimeUs; in seek()