Searched refs:frameTimeUs (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/include/ |
D | FrameDecoder.h | 48 status_t init(int64_t frameTimeUs, int option, int colorFormat); 59 int64_t frameTimeUs, 113 int64_t frameTimeUs, 156 int64_t frameTimeUs,
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 256 int64_t frameTimeUs, int option, int colorFormat) { in init() argument 263 frameTimeUs, option, &mReadOptions, &mSurface); in init() 466 int64_t frameTimeUs, int seekMode, in onGetFormatAndSeekOptions() argument 485 if (frameTimeUs < 0) { in onGetFormatAndSeekOptions() 493 options->setSeekTo(frameTimeUs, mSeekMode); in onGetFormatAndSeekOptions() 732 int64_t frameTimeUs, int /*seekMode*/, in onGetFormatAndSeekOptions() argument 735 if (frameTimeUs < 0) { in onGetFormatAndSeekOptions() 757 options->setSeekTo(frameTimeUs); in onGetFormatAndSeekOptions()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.cpp | 232 int64_t frameTimeUs = thumbnail ? -1 : 0; in getImageInternal() local 233 if (decoder->init(frameTimeUs, 0 /*option*/, colorFormat) == OK) { in getImageInternal()
|
/frameworks/av/media/extractors/mkv/ |
D | MatroskaExtractor.cpp | 562 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()
|