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

  /external/deqp/modules/glshared/
glsCalibration.cpp 296 const float frameTimeUs = past[i].frameTime;
297 if (!de::inRange(frameTimeUs, minGoodFrameTimeUs, maxGoodFrameTimeUs))
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 217 int64_t frameTimeUs = thumbnail ? -1 : 0;
218 if (decoder->init(frameTimeUs, 1 /*numFrames*/, 0 /*option*/, colorFormat) == OK) {
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp 526 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL;
527 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) {
528 *actualFrameTimeUs = frameTimeUs;
    [all...]

Completed in 143 milliseconds