Searched defs:frameTimeUs (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp144 int64_t frameTimeUs,
206 if (frameTimeUs < 0) {
214 options.setSeekTo(frameTimeUs, mode);
140 extractVideoFrame( const AString &componentName, const sp<MetaData> &trackMeta, const sp<IMediaSource> &source, int64_t frameTimeUs, int seekMode) argument
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp500 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; local
501 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) {
502 *actualFrameTimeUs = frameTimeUs;

Completed in 154 milliseconds