Searched refs:tenthsOfSeconds (Results 1 – 1 of 1) sorted by relevance
446 int tenthsOfSeconds = data[pos] & 0xff; in parseC1() local448 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_DLY, tenthsOfSeconds)); in parseC1()451 tenthsOfSeconds)); in parseC1()1594 private void delay(int tenthsOfSeconds) { in delay() argument1595 if (tenthsOfSeconds < 0 || tenthsOfSeconds > 255) { in delay()1600 tenthsOfSeconds * TENTHS_OF_SECOND_IN_MILLIS); in delay()