HomeSort by relevance Sort by last modified time
    Searched refs:frameTimeUs (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 150 int64_t frameTimeUs,
194 if (frameTimeUs < 0) {
202 options.setSeekTo(frameTimeUs, mode);
  /external/deqp/modules/glshared/
glsCalibration.cpp 296 const float frameTimeUs = past[i].frameTime;
297 if (!de::inRange(frameTimeUs, minGoodFrameTimeUs, maxGoodFrameTimeUs))
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 475 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL;
476 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) {
477 *actualFrameTimeUs = frameTimeUs;

Completed in 89 milliseconds