Searched refs:tenthsOfSeconds (Results 1 – 2 of 2) sorted by relevance
314 private void delay(int tenthsOfSeconds) { in delay() argument315 if (tenthsOfSeconds < 0 || tenthsOfSeconds > 255) { in delay()320 mHandler.obtainMessage(MSG_DELAY_CANCEL), tenthsOfSeconds * DELAY_IN_MILLIS); in delay()
572 int tenthsOfSeconds = data[pos] & 0xff; in parseC1() local575 new CaptionEvent(CAPTION_EMIT_TYPE_COMMAND_DLY, tenthsOfSeconds)); in parseC1()581 tenthsOfSeconds)); in parseC1()