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

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

Completed in 103 milliseconds