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/matroska/
MatroskaExtractor.cpp 490 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL;
491 if (thisTrack->GetType() == 1 || frameTimeUs >= seekTimeUs) {
492 *actualFrameTimeUs = frameTimeUs;
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 95 milliseconds