Searched refs:STTS_TOLERANCE_US (Results 1 – 2 of 2) sorted by relevance
104 static const int STTS_TOLERANCE_US = 100; member in MuxerNativeTestHelper444 int tolerance = !strncmp(thisMediaType, "video/", strlen("video/")) ? STTS_TOLERANCE_US : 0; in isSubsetOf()456 ? STTS_TOLERANCE_US in isSubsetOf()
71 static final int STTS_TOLERANCE_US = 100; field in MuxerTestHelper310 long tolerance = thisMediaType.startsWith("video/") ? STTS_TOLERANCE_US : 0; in isSubsetOf()