Home
last modified time | relevance | path

Searched refs:tenthsOfSeconds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java446 int tenthsOfSeconds = data[pos] & 0xff; in parseC1() local
448 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_DLY, tenthsOfSeconds)); in parseC1()
451 tenthsOfSeconds)); in parseC1()
1594 private void delay(int tenthsOfSeconds) { in delay() argument
1595 if (tenthsOfSeconds < 0 || tenthsOfSeconds > 255) { in delay()
1600 tenthsOfSeconds * TENTHS_OF_SECOND_IN_MILLIS); in delay()